python - ImportError: No module named ... after spyder install -


anaconda spyder supposed include numpy, scipy etc installation. has installed spyder me on windows 7 if try import numpy or scipy , error:

import numpy np importerror: no module named numpy 

i can't run "conda" on console.

what's wrong? should fix this? tried adding pythonpath in environment variables no difference.

how can check if they're installed? searched numpy in computer, found following:

enter image description here

it sounds installed spyder, not anaconda, separate thing (anaconda collection of several python packages, including spyder, numpy, , scipy). try downloading , installing anaconda , using spyder comes that.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -