ABI-Software / abics

ABI comfort simulator.
4 stars 3 forks source link

Issue between sip and pyqt5 #1

Closed Sulstice closed 3 years ago

Sulstice commented 4 years ago

There seems to be an issue between Sip and PyQt5, I can't seem to get past the installation when running abics.sh

Environment:

Seems to be a dependency clash.

Jagirhussan commented 4 years ago

Hi I do not have access to OSx Sierra, I tried it on OSx 10.15 Catalina, python 3.7.5 and it works. sip is installed along with pyqt5. In case there are conflicts due to the python version, I suggest that you create a virtual environment say with python=3.6 or python=3.7 and install the stack.

Thanks Jagir

willhunt commented 3 years ago

I had this problem with Python 3.8. Changing to Python 3.6.8 solved this for me (windows).