You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am new to visbrain and trying to get it working. I’ve successfully installed visbrain (and PyQt5) using pip, but have run into problems with PyQt5 when running the following command:
from visbrain.gui import Sleep
ImportError: cannot import name 'QWidget' from 'PyQt5.Qt' (/Users/nnm329/miniforge3/envs/my_env/lib/python3.10/site-packages/PyQt5/Qt.abi3.so)
Do I need a specific version of PyQt5 to get it working? Current version is 5.15.8.
The text was updated successfully, but these errors were encountered:
Hi, I am new to visbrain and trying to get it working. I’ve successfully installed visbrain (and PyQt5) using pip, but have run into problems with PyQt5 when running the following command:
from visbrain.gui import Sleep
ImportError: cannot import name 'QWidget' from 'PyQt5.Qt' (/Users/nnm329/miniforge3/envs/my_env/lib/python3.10/site-packages/PyQt5/Qt.abi3.so)
Do I need a specific version of PyQt5 to get it working? Current version is 5.15.8.
The text was updated successfully, but these errors were encountered: