试图将numpy 1.9.2安装到Python 3.3中

时间:2015-04-20 00:41:29

标签: python windows numpy

我尝试通过powershell安装,但收到了这条消息:

No module named 'numpy.distutils.msvccompiler' in numpy.distutils; trying from distutils
error: Unable to find vcvarsall.bat

如果我使用numpy网站提供的.exe,则会收到一条消息Python 3.3 could not be found

我怎么解决这个问题?

2 个答案:

答案 0 :(得分:0)

您需要设置环境变量。转到计算机和系统属性,查看是否有python变量并正确设置其路径,这将解决.exe错误。

答案 1 :(得分:0)

我终于通过安装pip解决了这个问题。然后使用" pip install ****从http://www.lfd.uci.edu/~gohlke/pythonlibs/安装一个numpy .whl文件.whl"