Open sameerbau opened 2 years ago
There seems to be an incompatibility between matplotlib v3.4 and PyQt4.
Try downgrading the version of matplotlib:
pip uninstall matplotlib
python -m pip install matplotlib==3.2
Or, upgrading PyQt:
pip install PyQt5
If you still have problems, and you did not start from python v3.7, as mentioned in the User Manual, try this.
From: sameerbau @.***> Sent: Wednesday, December 22, 2021 10:35:55 PM To: liamholtlab/GEMspa Cc: Subscribed Subject: [liamholtlab/GEMspa] Error on Windows (Issue #2)
[EXTERNAL]
Hello,
We are using Anaconda on Windows 10.
C:\Users\LAB-PC-2\gempsa-python\Scripts\python C:\Users\LAB-PC-2\Desktop\GEMspa**gui_tester.py** is working fine. Confirming that wxpython and other libraries are installed.
When using Conda prompt and entering the commands:
C:\Users\LAB-PC-2\gempsa-python\Scripts\python C:\Users\LAB-PC-2\Desktop\GEMspa**main_gui.py**
We get error:
Traceback (most recent call last):
File "C:\Users\LAB-PC-2\Desktop\GEMspa\main_gui.py", line 6, in
Please advise.
— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/liamholtlab/GEMspa/issues/2__;!!MXfaZl3l!PK8OFJt1xcErhsX9cBf3Oz59BN-RVMJ7dkM5Ue9UkXPYA4SwxV6KKpZCTV6K54z6EQgzew$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAV5H5RU55LBJBVLJKPKOXDUSKKJXANCNFSM5KT4EUKQ__;!!MXfaZl3l!PK8OFJt1xcErhsX9cBf3Oz59BN-RVMJ7dkM5Ue9UkXPYA4SwxV6KKpZCTV6K54y0F0WVpw$. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.com/v3/__https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675__;!!MXfaZl3l!PK8OFJt1xcErhsX9cBf3Oz59BN-RVMJ7dkM5Ue9UkXPYA4SwxV6KKpZCTV6K54z-i4Dq-g$ or Androidhttps://urldefense.com/v3/__https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign*3Dnotification-email*26utm_medium*3Demail*26utm_source*3Dgithub__;JSUlJSU!!MXfaZl3l!PK8OFJt1xcErhsX9cBf3Oz59BN-RVMJ7dkM5Ue9UkXPYA4SwxV6KKpZCTV6K54zto0F7_w$. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hello,
We are using Anaconda on Windows 10.
C:\Users\LAB-PC-2\gempsa-python\Scripts\python C:\Users\LAB-PC-2\Desktop\GEMspa\**gui_tester.py**
is working fine. Confirming that wxpython and other libraries are installed.When using Conda prompt and entering the commands:
C:\Users\LAB-PC-2\gempsa-python\Scripts\python C:\Users\LAB-PC-2\Desktop\GEMspa\**main_gui.py**
We get error:
Please advise.