spectralpython / spectral

Python module for hyperspectral image processing
MIT License
582 stars 139 forks source link

ImportError: No module named oldnumeric (numpy.oldnumeric) #13

Closed Luk0r closed 10 years ago

Luk0r commented 10 years ago

I just tried to install under python2.7 with numpy from github (1.9 dev) giving the following error:

File "spectral/graphics/colorscale.py", line 128, in create_default_color_scale

from numpy.oldnumeric import array

ImportError: No module named oldnumeric

Checking the NumPy 1.9-dev website gives: The oldnumeric and numarray modules have been removed. http://docs.scipy.org/doc/numpy-dev/release.html