Saturday, 7 September 2013

cannot import numpy in idle (2.7) after anaconda installation

cannot import numpy in idle (2.7) after anaconda installation

I've installed numpy from the following link
http://www.scipy.org/install.html After installation the paths are defined
(verified with which -a python)
/Users/user_name/Documents/anaconda/bin/python
/Library/Frameworks/Python.framework/Versions/2.7/bin/python
/usr/bin/python
/usr/local/bin/python
when open idle 2.7 and try to import numpy I get the following error message
ImportError: No module named numpy
any ideas what to do?

No comments:

Post a Comment