pip install stasm在Win 10上失败

时间:2018-07-13 09:50:39

标签: python-3.x windows-10 stasm

我正在尝试在Windows 10上安装stasm并出现以下错误:

pip install stasm
...
...
...
...
building '_stasm' 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:\python36\python.exe -u -c "import setuptools, 

tokenize;__file__='C:\\Users\\Laptop\\AppData\\Local\\Temp\\pip-install-ig6f4crt\\stasm\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code
, __file__, 'exec'))" install --record C:\Users\Laptop\AppData\Local\Temp\pip-record-1dy55l5d\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Laptop\AppData\Local\Temp\pip-install-ig6f4crt\stasm\

我已经安装了Microsoft Visual C ++ Build Tools 14.14,错误消息中包含的链接已损坏。

我尝试安装14.0,但是Windows不允许我安装已经安装的旧版本,因此我不应该卸载较新版本(14.14)以便使用较旧版本(14.0)。

好吧,我尝试卸载最新的Microsoft Visual C ++ Build Tools(14.14),并安装了2015版(14.0),但仍然遇到相同的错误。

0 个答案:

没有答案