简体   繁体   English

安装包错误。(cl.exe)

[英]Install package error.(cl.exe)

I tried to install python package SimPeg(by setup.py install)我尝试安装 python 包 SimPeg(通过 setup.py install)

Error:错误:

error: Setup script exited with error: Command "cl.exe /c /nologo /Ox /W3 /GL /D NDEBUG /MD -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Python36\\lib\\site-package s\\numpy\\core\\include -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Python36\\lib\\si te-packages\\numpy\\core\\include -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Pytho n36\\include -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Python36\\include /Tcdisc retize\\TreeUtils.c /Fobuild\\temp.win-amd64-3.6\\Release\\discretize\\TreeUtils.obj" failed with exit status 127错误:安装脚本退出并出现错误:命令“cl.exe /c /nologo /Ox /W3 /GL /D NDEBUG /MD -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Python36\\lib\\site-包 s\\numpy\\core\\include -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Python36\\lib\\site-packages\\numpy\\core\\include -IC:\\Users\\HP\\AppData\\Local\\ Programs\\Python\\Pytho n36\\include -IC:\\Users\\HP\\AppData\\Local\\Programs\\Python\\Python36\\include /Tcdisc retize\\TreeUtils.c /Fobuild\\temp.win-amd64-3.6\\Release\\discretize\\TreeUtils .obj”失败,退出状态为 127

C++ builder already installed.已安装 C++ 构建器。 Need your help.需要你的帮助。 Thanks.谢谢。

我有一个类似的问题,安装这个http://landinghub.visualstudio.com/visual-cpp-build-tools解决了我的问题。

在这种情况下,请尝试重新安装整个 Visual Studio 包

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 pip install pyaudio 错误 cl.exe 失败 - pip install pyaudio error cl.exe failed Pip 安装导致此错误“cl.exe 失败,退出代码 2” - Pip install results in this error " cl.exe' failed with exit code 2 " 错误:cl.exe失败,退出状态为2 - error:cl.exe failed with exit status 2 Python 2.7.7软件包安装给出Visual C ++ cl.exe错误:命令失败,退出状态为2 - Python 2.7.7 package installation giving Visual C++ cl.exe error: command failed with exit status 2 出现错误“错误:命令'cl.exe'失败:没有这样的文件或目录” - Have an error “ error: command 'cl.exe' failed: No such file or directory” Windows上的Python pip-命令错误“ cl.exe” - Python pip on WIndows - command error “cl.exe” 错误:命令“cl.exe”失败:VScode 上没有这样的文件或目录 - Error: command 'cl.exe' failed: No such file or directory on VScode PyCrypto 安装错误(无论如何 vc\cl.exe 都会失败) - PyCrypto installation error (vc\cl.exe fails no matter what) 错误:命令“ cl.exe”失败:没有这样的文件或目录 - error: command 'cl.exe' failed: No such file or directory Cython用Visual Studio(Windoes SDK软件包)编译器cl.exe创建一个.pyd - Cython with Visual Studio (Windoes SDK package) compiler cl.exe to create a .pyd
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM