jnicoleoliveira / SPECData

Interactive spectroscopic data analysis tool.
6 stars 4 forks source link

ImportError: No module named 'PyQt4' #9

Closed laserkelvin closed 7 years ago

laserkelvin commented 7 years ago

Attempting to run SPECData on a stock conda installation with Python 3 gave me this error on a Mac OSX installation and on Linux.

The workaround is to make a new conda environment, specifying these options:

conda create -n SPECData python=2.7 qt=4 matplotlib

...and installing the remaining packages with PyPi.

This is related to: https://github.com/ContinuumIO/anaconda-issues/issues/1158

jnicoleoliveira commented 7 years ago

Thanks Kelvin!

jnicoleoliveira commented 7 years ago

6 is another solution for OSX.