crawfordsm / specidentify

Software for identifying spectral lines and calibrating spectroscopic observations.
15 stars 11 forks source link

PyQT4 required? #22

Open jradavenport opened 7 years ago

jradavenport commented 7 years ago

Currently I get this error when importing:

ImportError: No module named PyQt4
crawfordsm commented 7 years ago

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.