We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
f637e81
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: