簡體   English   中英

Pip 沒有在 Windows 上安裝 Twisted 10

[英]Pip doesn't install Twisted on Windows 10

我正在嘗試在 windows 10 上安裝 binance api 並收到此錯誤:

ERROR: Command errored out with exit status 1:
 command: 'c:\users\nikho\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\nikho\\AppData\\Local\\Temp\\pip-install-udog8jg5\\twisted_baf4607a0b15400dbdad7c4c4d71a93f\\setup.py'"'"'; __file__='"'"'C:\\Users\\nikho\\AppData\\Local\\Temp\\pip-install-udog8jg5\\twisted_baf4607a0b15400dbdad7c4c4d71a93f\\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\nikho\AppData\Local\Temp\pip-record-qxfi2_c7\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\nikho\appdata\local\programs\python\python38\Include\Twisted'

我看到這篇文章Pip doesn't install Twisted on Windows 試過了還是不行(也嘗試安裝64位版本和32位版本,我的電腦是64的)

然后我從這個站點下載最后一個版本: https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted我運行它(雙擊)並沒有發生任何事情,我也像這樣在終端中運行並且不起作用:

pip install  Twisted-19.2.1-cp37-cp37m-win_amd64.whl

任何人都知道如何解決它

您是否嘗試過: pip install Twistedpip install Twisted --user

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM