EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 65 forks source link

Import error related to PyQt5 #110

Open aguttesen opened 1 year ago

aguttesen commented 1 year ago

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.