我尝试通过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
。
我怎么解决这个问题?
答案 0 :(得分:0)
您需要设置环境变量。转到计算机和系统属性,查看是否有python变量并正确设置其路径,这将解决.exe错误。
答案 1 :(得分:0)
我终于通过安装pip解决了这个问题。然后使用" pip install ****从http://www.lfd.uci.edu/~gohlke/pythonlibs/安装一个numpy .whl文件.whl"