After installing anaconda, python gives error "no module named numpy" -


i installed anaconda , numpy when try use them, gives me error message:

import error: no module named 'numpy'

should copy library files , paste in \python\python35-32\lib address?

enter image description here

it looks have multiple versions of python installed, , not invoking anaconda python. try invoking:

c:\program files\anaconda3\python 

Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -