I have a very similar question to this question. I have only one version of python 3.5 installed on my 64-bit Windows 7. I installed Anaconda3.4 through the official website, as suggested in this question. Installation went fine, but when I want to import (I just type python from the command line)
import numpy
Import error:No module named numpy
Then I go out and type
pip install numpy
The requirement has already been met (use --upgrade to upgrade): numpy in d: \ program fi le \ anaconda3 \ Lib \ site packages
I know this is probably a super basic question, but I was still studying ... Thanks
penny source
share