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?

it looks have multiple versions of python installed, , not invoking anaconda python. try invoking:
c:\program files\anaconda3\python
Comments
Post a Comment