在 ubuntu 上为 python 3.5 扭曲
Posted
技术标签:
【中文标题】在 ubuntu 上为 python 3.5 扭曲【英文标题】:twisted for python 3.5 on ubuntu 【发布时间】:2017-12-14 08:18:59 【问题描述】:我尝试在我的虚拟环境中安装 django 频道。但它失败了。它给出了以下错误“twisted的构建轮失败”。
这是怎么回事。?我该如何处理这个问题? 我的 virtualenv 上有 python 3.5,我的操作系统在 Ubuntu 中。
【问题讨论】:
您可以pip install twisted
并为我们复制/粘贴您收到的错误吗?
当我在我的 virtualenv 上使用 python 2.7 时,它起作用了。但对于 python 3.5,它显示错误
twisted 构建***失败 运行 setup.py clean for twisted 构建扭曲失败 安装收集的包:twisted 运行 setup.py install for twisted ... 错误
您复制的是一般错误部分,它没有帮助 - 复制 complete 错误堆栈并用它更新您的问题。
你有开发包吗?试试sudo apt-get install python3-dev
然后再尝试安装twisted
【参考方案1】:
要安装 django-channel,请执行以下步骤:
sudo apt-get install python3-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev
pip install --verbose twisted
pip install -U Channels
【讨论】:
以上是关于在 ubuntu 上为 python 3.5 扭曲的主要内容,如果未能解决你的问题,请参考以下文章
在 unix 上为 python 3.5 安装 psycopg2 包
如何在 Windows 7 64 位机器上为 anaconda 的 python 3.5 安装 cvxopt?
pip install tensorflow-gpu 在 python 3.5 中安装
如何在 Ubuntu 18 上为 python 3.7 安装 pip?