specidentify icon indicating copy to clipboard operation
specidentify copied to clipboard

PyQT4 required?

Open jradavenport opened this issue 9 years ago • 1 comments

Currently I get this error when importing:

ImportError: No module named PyQt4

jradavenport avatar Apr 20 '17 20:04 jradavenport

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.

crawfordsm avatar Apr 20 '17 21:04 crawfordsm