Can't install numpy 1.8 with python 2.7 under windows 7

后端 未结 2 1013
难免孤独
难免孤独 2021-01-22 04:14

I have donwloaded numpy 1.8 zip version and I have python 2.7 and windows 7. When I do

python setup.py install

I get:

Q:\\Users         


        
2条回答
  •  既然无缘
    2021-01-22 04:44

    Had the same problem,

    solved by installing MS Visual C++ Compiler for Python 2.7:

    From here

提交回复
热议问题