我正在为新计算机上的图论项目安装Pandas以及其他一些依赖项。
我正在使用pip
安装所有依赖项,而熊猫是通过pip install pandas
安装的。
安装失败,并显示以下信息:
running build_ext
building 'pandas._libs.algos' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual
C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Command ""c:\program files (x86)\python37-32\python.exe" -u -c "import setuptool
s, tokenize;__file__='C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-q9t
aeyul\\pandas\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read
().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" instal
l --record C:\Users\USER\AppData\Local\Temp\pip-record-9bazi_ha\install-reco
rd.txt --single-version-externally-managed --compile" failed with error code 1 i
n C:\Users\USER\AppData\Local\Temp\pip-install-q9taeyul\pandas\
然后我从this link开始安装Microsoft Visual C ++ 2015 Redist 14.0。
C ++ 2015 Redist版本号对于64位是14.0.23026,对于32位是14.0.24215。直到2005年,我还有其他各种C ++ Redist。
在安装Redist之后,我重新启动了计算机,只是为了确保该方面没有任何问题。但是,我仍然遇到相同的错误。
我在Windows 8.1上。
答案 0 :(得分:0)
Visual C ++ Redistributable 安装运行时库,可用于运行用VC编写的应用程序。但是您需要Visual C ++ 编译器!因此,安装Build Tools。