Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQt5 requirements obsolete? #76

Closed
marfel opened this issue Jul 23, 2017 · 3 comments
Closed

PyQt5 requirements obsolete? #76

marfel opened this issue Jul 23, 2017 · 3 comments

Comments

@marfel
Copy link

marfel commented Jul 23, 2017

Hi,
when I install and run vitables on a relatively clean Ubuntu 16.04/Python2.7 server using conda, I get

pkg_resources.DistributionNotFound: The 'PyQt5>=5.5.1' distribution was 
not found and is required by ViTables

However, conda search pyqt yields

pyqt                         4.11.4                   py27_0  conda-forge     
                             4.11.4                   py34_0  conda-forge     
...
                          *  5.6.0                    py27_2  defaults        
...

I am no expert in setuptools, conda, Qt and other such higher magic. But if I simply remove the line PyQt5 (>=5.5.1) from

<conda-env>/lib/python2.7/site-packages/ViTables-3.0.0-py2.7.egg-info/requires.txt

the program runs flawlessly. Is this the intented behaviour?

@uvemas
Copy link
Owner

uvemas commented Jul 23, 2017

No, it is not intended behavior. It is a compatibility problem mentioned in the last entry of the ViTables FAQ. I'll try to get it fixed in the next release. Thanks for your report.

@marfel
Copy link
Author

marfel commented Jul 24, 2017

Ah, sorry, I overlooked the FAQ entry (we are using miniconda, not the full Anaconda suite). But since you already have this on the radar, feel free to close this issue.

@uvemas
Copy link
Owner

uvemas commented Jul 24, 2017

No problem. Thanks for the report.

@uvemas uvemas closed this as completed Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants