pip
のインストールに小さな問題があります。githubリポジトリdjango channels
からこれに気付きました
注: Channel の最近のバージョンには、Daphne、asgi_redis、および asgiref の最新バージョンも必要なので、すべてを一度に更新してください。
私はこれを無視して から始めましたpip install channels
が、エラーが発生しました
Could not find a version that satisfies the requirement twisted<16.3,>=15.5 (from daphne) (from versions: )
No matching distribution found for twisted<16.3,>=15.5 (from daphne)
私が試してみるとpip install twisted
、混乱するだけです
Could not find a version that satisfies the requirement twisted (from versions: )
No matching distribution found for twisted
だから私はこれに対するいくつかの解決策を見つけようとしましたが、解決策は私のpythonを再コンパイルすることを示唆しているので、この問題を解決するための他の解決策があるかどうか尋ねています.
私は既存のプロジェクトにdjango==1.8.7
andを使用しています。python3.5