使用pip在python 3.5上安装twis​​ted和virtualenv

Bri*_*nto 4 python pip twisted python-wheel

当我跑

pip install twisted
Run Code Online (Sandbox Code Playgroud)

在Windows的命令行中,它开始安装包,直到流线出现.

failed building wheel for twisted 
Run Code Online (Sandbox Code Playgroud)

pip然后很快坠毁,说它安装失败了.

为什么是这样 ?

有没有办法围绕它安装扭曲?

我的车轮版本是0.29,Windows 10.扭曲安装在python 2.7上罚款

谢谢

小智 6

我遇到了类似你的问题.你可以尝试安装Twisted whit轮子

但首先,你应该安装车轮

pip install wheels
Run Code Online (Sandbox Code Playgroud)

然后,从此下载适当的版本

网站:http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

你可以得到xxxx.whl文件

使用

pip install xxxx/xxxxxx.whl

完了!