1. 程式人生 > >win10下安裝twisted遇到bug

win10下安裝twisted遇到bug

cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWIN32=1 -Ic:\python\python35\include -Ic:\python\python35\include /Tcsrc/twisted/test/raiser.c /Fobuild\temp.win-amd64-3.5\Release\src/twisted/test/raiser.obj
error: command 'cl.exe' failed: No such file or directory

----------------------------------------
Command "c:\python\python35\python.exe -u -c "
import setuptools, tokenize;file='C:\Users\lanli\AppData\Local\Temp\pip-install-50bgc5id\twisted\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\lanli\AppData\Local\Temp\pip-record-qks036eo\install-record.txt --single-version-externally-managed --compile"
failed with error code 1 in C:\Users\lanli\AppData\Local\Temp\pip-install-50bgc5id\twisted\

在win10 下執行 pip install twisted 報出上面錯誤,試了網上的解決辦法:

找不到 "cl.exe" ------ error: command 'cl.exe' failed: No such file or directory
windows 10 + python 3.6 環境下安裝 Microsoft Visual C++ Build Tools 2017解決

結果安裝了 4G 的 Microsoft Visual C++ Build Tools 2017沒卵用。

例如 twisted

Twisted, an event-driven networking engine.
    Twisted‑18.9.0‑cp27‑cp27m‑win32.whl
    Twisted‑18.9.0‑cp27‑cp27m‑win_amd64.whl
    Twisted‑18.9.0‑cp34‑cp34m‑win32.whl
    Twisted‑18.9.0‑cp34‑cp34m‑win_amd64.whl
    Twisted‑18.9.0‑cp35‑cp35m‑win32.whl
    Twisted‑18.9.0‑cp35‑cp35m‑win_amd64.whl
    Twisted‑18.9.0‑cp36‑cp36m‑win32.whl
    Twisted‑18.9.0‑cp36‑cp36m‑win_amd64.whl
    Twisted‑18.9.0‑cp37‑cp37m‑win32.whl
    Twisted‑18.9.0‑cp37‑cp37m‑win_amd64.whl

我的是 python35 64位作業系統,所以選擇下載 Twisted‑18.9.0‑cp35‑cp35m‑win_amd64.whl,

然後再命令列執行 Twisted‑18.9.0‑cp35‑cp35m‑win_amd64.whl 既可安裝成功。