2017-04-19 9 views
1

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と同じエラーメッセージが表示されます。

この問題を解決するにはどうすればよいですか?

答えて

1

macOS SierraでTwisted 15.5.0を試してみました。 https://github.com/twisted/twisted/archive/twisted-15.5.0.zip

私も16.x.xと17.x.xを試しましたが、エラーは同じです。

+0

私のマシンにTwisted 17.9.0をインストールすることができました。 –

+0

今日はSierra 10.12にインストールできません。インストールは "コマンド実行python setup.py egg_info"の後でハングアップします。 Twisted 15は正常にインストールされますが、アップグレードすることはできません。 – ohmi

関連する問題