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:
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
Post a Comment