简体   繁体   中英

Twisted for python3.5?

https://pypi.python.org/pypi/Twisted没有适用于python 3.5 Twisted ,我正在使用python 3.5.2 ,我该怎么办?

I recently encounter a similar problem. try this Unofficial Windows Binaries for Python Extension Packages http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

Use command "pip install yourfilename.whl"

I used it to fix the problem while installing scrapy

Each new release of Twisted includes updates that bring full equal functionality to the python3 version. Releases are roughly monthly, so you may find that the module already works for you.

It is possible (for example with virtualenv) to install both python2 and 3 How to install both Python 2.x and Python 3.x in Windows 7

Twisted support of python 3 on windows is lagging a little behind support on other systems. So if you have access to another OS you may find that it will allow you to install twisted for python 3.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM