python - Ubuntu 中的 "failed building wheel for twisted"

标签 python twisted python-wheel

当我运行“pip install twisted”时,它显示 "failed building wheel for twisted"如何在 virtualenv 之外安装“twisted”?我正在使用 ubuntu 17.04 和 Wheel 版本 0.30.0

最佳答案

我有类似的问题,安装 gcc 解决了它。

sudo apt-get install gcc

关于python - Ubuntu 中的 "failed building wheel for twisted",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46945177/

相关文章:

Python ElementTree xml 内容作为字符串

python - token 捕获序列 python 无法正常工作

python - 使用 ESMTP 和 Twisted to GMail 发送电子邮件就在那里(没有错误或任何东西)

python - 扭曲的 python ISFTPServer openDirectory

python - AnalysisException : Path does not exist: dbfs:/databricks/python/lib/python3. 7/site-packages/sampleFolder/data;

python-3.x - Dataproc 集群创建失败,出现 PIP 错误 "Could not build wheels"

python - 如果列包含 NaN,如何将其转换为 int?

python - RSS feedparser 到 MySQL 数据库未填充

twisted - 以扭曲的方式在服务器和客户端之间发送数据

Python 包 "click"在新包中使用时会导致 "Error: Got unexpected extra arguments (sdist bdist_wheel)"