I have a very similar question to this question. I have only one version of python 3.5 installed on my Windows 7 64-bit system. I installed Anaconda3.4 via official website - as suggested in the question. The installation went fine but when I want to import(I just typing python from the command line )
import numpy
Import error:No module named numpy
Then I exit and type
pip install numpy
Requirement already satisfied (use --upgrade to upgrade): numpy in d:program fi
lesanaconda3libsite-packages
I know this is probably a super basic question, but I'm still learning... Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…