嘗試在我的計算機上安裝Twisted(macOS Sierra 10.12.2)。 Python版本是2.7.10。無法在Mac上安裝Twisted 17.1.0
我嘗試這樣pip install Twisted
PIP安裝和錯誤
IOError: [Errno 63] File name too long: '/tmp/easy_install-8eVovT/Twisted-17.1.0/temp/easy_install-u0u1h9/Twisted-17.1.0/temp/easy_install-5iVHg5/Twisted-17.1.0/temp/easy_install-UZwSl2/Twisted-17.1.0/temp/easy_install-9nRMC3/Twisted-17.1.0/temp/easy_install-1bP8j6/Twisted-17.1.0/temp/easy_install-E8B9b_/Twisted-17.1.0/temp/easy_install-5zegl0/Twisted-17.1.0/temp/easy_install-47Gzfa/Twisted-17.1.0/temp/easy_install-rvfOEw/Twisted-17.1.0/temp/easy_install-c08BDr/Twisted-17.1.0/temp/easy_install-ZAyj8l/Twisted-17.1.0/temp/easy_install-w3QowO/Twisted-17.1.0/temp/easy_install-DoydBb/Twisted-17.1.0/temp/easy_install-SsMoHm/Twisted-17.1.0/temp/easy_install-_ZTPwM/Twisted-17.1.0/temp/easy_install-opozZc/Twisted-17.1.0/temp/easy_install-xY7XU8/Twisted-17.1.0/temp/easy_install-1J5k5e/Twisted-17.1.0/temp/easy_install-9SlyRn/Twisted-17.1.0/temp/easy_install-87hrjt/Twisted-17.1.0/temp/easy_install-20CF7n/Twisted-17.1.0/temp/easy_install-cxyH6n/Twisted-17.1.0/docs/core/examples/threadedselect/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/keyedobjects.nib
失敗然後我從http://twistedmatrix.com/trac/wiki/Downloads下載源代碼。
運行命令python setup.py install
和我得到了同樣的錯誤信息。
我能做些什麼來解決這個問題?
我能在我的機器上安裝Twisted 17.9.0。 –
今天我無法在Sierra 10.12上安裝。安裝程序在「運行命令python setup.py egg_info」後掛起。 Twisted 15成功安裝,但無法升級。 – ohmi