-
Notifications
You must be signed in to change notification settings - Fork 10
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
pyqt not found #58
Comments
This should not be present on master. We had to update the setup.py script because anaconda package was not properly recognized by setuptools. Check if your install does not have an old egg file lying around. |
I had just created a new environment
Télécharger Outlook pour Android<https://aka.ms/ghei36>
…________________________________
From: Matthieu Dartiailh <[email protected]>
Sent: Wednesday, July 24, 2019 3:23:02 PM
To: Exopy/exopy_hqc_legacy <[email protected]>
Cc: lcontami <[email protected]>; Author <[email protected]>
Subject: Re: [Exopy/exopy_hqc_legacy] pyqt not found (#58)
This should not be present on master. We had to update the setup.py script because anaconda package was not properly recognized by setuptools. Check if your install does not have an old egg file lying around.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#58?email_source=notifications&email_token=ACUTNFM4CEKEQQFS4TBM233QBBJTNA5CNFSM4IGP2B42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2WKCPA#issuecomment-514629948>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACUTNFKV2GMHMCW33TH7TRDQBBJTNANCNFSM4IGP2B4Q>.
|
What version of Python ? Your Anaconda is running Python 2 I assume from the name so it may have created a Python 2 env. |
python=3.6.2 Side question: I tried updating exopy_hqc_legacy in another env (where it is installed with conda). |
Look at your setup.py file. If pyqt is listed under install_requires remove it. It may be that your are working on an old branch. We build and upload nighty release of every package when the CI test master so you should get the equivalent of master (assuming the build completed). |
here is the file:
|
Sorry I misread an error message. You need to update exopy. post26 contain the fix for your issue. |
How ? conda update exopy tells me that it is up to date.
|
That's weird those files do exist at https://anaconda.org/Exopy/exopy/files |
Can you post the output of conda list ? |
|
I don't have a clear idea of what is happening here. A quick dirty fix is to go into exopy egg in site packages and remove pyqt from the require file. |
Installing exopy_hqc_legacy and trying to run exopy gives the following error message:
pyqt=5.6.0 is installed.
The text was updated successfully, but these errors were encountered: