达芙妮,安装django频道时扭曲的点子错误

时间:2016-07-24 20:16:15

标签: python django python-3.5 django-channels

pip安装django channels我遇到一个小问题,我在 github 存储库中注意到了这一点

  

注意:最新版本的频道也需要最新版本的达芙妮,   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.7python3.5作为我现有的项目。

2 个答案:

答案 0 :(得分:1)

渠道是完全全新的概念,在测试阶段,此时推荐的渠道安装方式为pip install -U Channels

对于cource,您可以通过访问此页面http://twistedmatrix.com/trac/来安装,并下载源文件并进行安装。

答案 1 :(得分:0)

如果您使用的是Mac,我认为您必须更新Xcode。 这对我有用

xcode-select --install