を使ってPython 3.5とvirtualenvの上でツイストインストールすると、それは、パッケージのインストールを開始します。はピップ
failed building wheel for twisted
ピップがすぐに破損し、インストールに失敗したとします。
なぜですか?
ツイストでインストールする方法はありますか?
私のホイールのバージョンは10がねじれ窓のpythonに罰金インストールし、0.29である2.7
おかげ
を使ってPython 3.5とvirtualenvの上でツイストインストールすると、それは、パッケージのインストールを開始します。はピップ
failed building wheel for twisted
ピップがすぐに破損し、インストールに失敗したとします。
なぜですか?
ツイストでインストールする方法はありますか?
私のホイールのバージョンは10がねじれ窓のpythonに罰金インストールし、0.29である2.7
おかげ
基本的には、それは(私はそれは同様https://superuser.com/またはhttps://serverfault.com/にうまく収まるかもしれない感じ)プログラミングの質問ではありません。
詳細をお知らせください。 実行中のOSは何ですか?どのバージョン?比較のために
は、私は、Debian GNU/Linuxの(テスト)を実行しているよ、と
pip3 install twisted
は罰金実行:
collecting twisted
Using cached Twisted-17.1.0.tar.bz2
Collecting zope.interface>=4.0.2 (from twisted)
Using cached zope.interface-4.3.3.tar.gz
Collecting constantly>=15.1 (from twisted)
Downloading constantly-15.1.0-py2.py3-none-any.whl
Collecting incremental>=16.10.1 (from twisted)
Downloading incremental-16.10.1-py2.py3-none-any.whl
Collecting Automat>=0.3.0 (from twisted)
Using cached Automat-0.5.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /usr/local/lib/python3.5/dist-packages (from zope.interface>=4.0.2->twisted)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from Automat>=0.3.0->twisted)
Collecting attrs (from Automat>=0.3.0->twisted)
Using cached attrs-16.3.0-py2.py3-none-any.whl
Requirement already satisfied: packaging>=16.8 in /usr/local/lib/python3.5/dist-packages (from setuptools->zope.interface>=4.0.2->twisted)
Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python3.5/dist-packages (from setuptools->zope.interface>=4.0.2->twisted)
Requirement already satisfied: pyparsing in /usr/local/lib/python3.5/dist-packages (from packaging>=16.8->setuptools->zope.interface>=4.0.2->twisted)
Building wheels for collected packages: twisted, zope.interface
Running setup.py bdist_wheel for twisted ... done
Stored in directory: /root/.cache/pip/wheels/65/e3/44/cd3da92c03926aabc80e658e11d6e64619abce3ef44c1c34df
Running setup.py bdist_wheel for zope.interface ... done
Stored in directory: /root/.cache/pip/wheels/00/aa/8b/f1d1eb398423e59894b45ee151344e243808156c2d182c9f4e
Successfully built twisted zope.interface
Installing collected packages: zope.interface, constantly, incremental, attrs, Automat, twisted
Successfully installed Automat-0.5.0 attrs-16.3.0 constantly-15.1.0 incremental-16.10.1 twisted-17.1.0 zope.interface-4.3.3
私は認めなければならない、これはvirtualenvのの外で行われたインストールします。 twisted
をvirtualenvの外にインストールしようとしましたか?
yours.Youはツイスト聖霊降臨祭の輪
をインストールしようとすることができますが、最初に、あなたは、その後、ホイール
pip install wheels
をインストールする必要があり、この
から適切なバージョンをダウンロードするように、私は同様の問題を満たしますウェブサイト:http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted
あなたは
012 xxxx.whlファイルを取得することができます使用
pip install xxxx/xxxxxx.whl
完成!あなたのコメントのための
こんにちは感謝!、私はそれはまた、あなたがとても親切だろうのpython 2.7 –
ウィンドウを使用していますログ?それは問題の発見を容易にするかもしれない。 –
を仕事とつかない私はまだ私のvirtualenvの外にそれをインストールしようとしたとき10 –