portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
41 stars 26 forks source link

ModuleNotFoundError: No module named 'PyQt5' #23

Closed tbenst closed 4 years ago

tbenst commented 4 years ago

Following install instructions gives error in title. Perhaps add pyqt5 to setup.py install_requires?

Edit: just saw PyQt5 is not listed as an explicit requirement because it should come with the Anaconda package. In any case, pip install pyqt5 worked for me despite posts from 2017 suggesting that it does not.