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

RuntimeError #2

Open
tommydevitt opened this issue Mar 14, 2019 · 2 comments
Open

RuntimeError #2

tommydevitt opened this issue Mar 14, 2019 · 2 comments

Comments

@tommydevitt
Copy link

Hi,
I've followed the installation instructions, but when trying to open ALPHA I get the following error:

Traceback (most recent call last):
File "main.py", line 4, in
from PyQt4 import QtGui, QtCore
RuntimeError: the sip module implements API v12.0 to v12.6 but the ???? module requires API v11.3

Any suggestions?

Thanks,
Tom

@chilleo
Copy link
Owner

chilleo commented Mar 14, 2019

Hi Tom,

I do not have an exact answer right off the bat, but at first glance it seems that sip and pyqt (used for the GUI visualization) are not playing nicely together as their version numbers are going up.

For starters you might see the following SO articles where people have run into similar sip/pyqt installation issues:

https://stackoverflow.com/questions/40159349/runtimeerror-the-sip-module-implements-api-v11-0-to-v11-2-but-the-pyqt5-qtcore
https://stackoverflow.com/questions/22589497/pyqt5-sip-api-10-level-error-api-11-required/22896854#22896854

If the info in those resolves it please let me know and I can get the resolution added to the ALPHA FAQ. And if after you are still having problems I may need to find a computer to do a fresh install on that matches your computer's specs (will need the OS you are on, sip and pyqt versions, etc).

Lastly, I just want to make a final note that if you are specifically installing ALPHA to run Dgen, I am about to push a massive change to the Dgen code and GUI inside ALPHA to accompany a paper where we have made several improvements. I expect that paper submission and accompanying git changes push to happen within the next week or so.

@tommydevitt
Copy link
Author

tommydevitt commented Mar 14, 2019 via email

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