EtienneCmb / visbrain

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

installing visbrain #4

Closed EhsanTadayon closed 7 years ago

EhsanTadayon commented 7 years ago

Hi,

I'm trying to install visbrain but I get this error:

Could not find a version that satisfies the requirement pyqt5 (from visbrain) (from versions: ) No matching distribution found for pyqt5 (from visbrain)

I am using anaconda python2. I couldn't install pyqt5 through pip but I installed it using conda.

thanks.

EtienneCmb commented 7 years ago

Hello !

So pyqt 5 is installed? If you open a python interpreter, you can import PyQt5?

I just update visbrain to be compatible with pyqt5 so you might have some bugs. I also recommend to use python 3.

EhsanTadayon commented 7 years ago

Hi,

Thanks. Converting to Python3 actually solved the problem.