Twistedを自分のコンピュータにインストールしようとしています(macOS Sierra 10.12.2)。 Pythonのバージョンは2.7.10です。Twisted 17.1.0をMacにインストールできない
私はこのpip install Twisted
ようピップからインストールしようと、私はhttp://twistedmatrix.com/trac/wiki/Downloadsからソースコードをダウンロードし、エラー
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
で失敗しました。
実行コマンドpython setup.py install
と同じエラーメッセージが表示されます。
この問題を解決するにはどうすればよいですか?
私のマシンにTwisted 17.9.0をインストールすることができました。 –
今日はSierra 10.12にインストールできません。インストールは "コマンド実行python setup.py egg_info"の後でハングアップします。 Twisted 15は正常にインストールされますが、アップグレードすることはできません。 – ohmi