所以,我来回讨论这个问题,我在这个论坛上尝试了几个解决方案,但都没有。
我在Windows 10上安装了pip3,Python 3.4,Visual Studio 2015。
现在每当我手动或通过pip3运行新模块的安装时,我都会收到以下错误:
假设我使用cmdline:
pip3 install numpy
我明白了:
error: Unable to find vcvarsall.bat
----------------------------------------
Command "c:\users\ariel\appdata\local\programs\python\python35-32\python.exe -c
"import setuptools, tokenize;__file__='C:\\Users\\Ariel
\\AppData\\Local\\Temp\\pip-build-41rz6w_o\\numpy\\setup.py';
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))" install --record
C:\Users\Ariel\AppData\Local\Temp\pip-vuq3ap0m-record\install-record.txt
--single-version-externally-managed --compile" failed with error code 1
in C:\Users\Ariel\AppData\Local\Temp\pip-build-41rz6w_o\numpy
如果我下载并从文件夹
运行它 setup.py install
我得到了
build_src
building py_modules sources
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Unable to find vcvarsall.bat
请考虑帮助,考虑只使用linux与python ...少问题
答案 0 :(得分:3)
这是基于评论部分的@Jim答案,基本上确保你安装了C ++编译器和 windows SDK!
我的问题是,当我安装Visual Studio时,我没有选择Windows SDK。