specidentify
specidentify copied to clipboard
PyQT4 required?
Currently I get this error when importing:
ImportError: No module named PyQt4
Ah, yes, it is. I should update the requirements and the installation instructions, but at the very least you will need:
conda install astropy scipy matplotlib pyqt=4
pip install pyspectrograph
And ginga is an optional installation that is recommended as well.