Python Twisted pip package not compatible with Python3

风流意气都作罢 提交于 2021-02-08 11:42:48

问题


I am trying to use create an authoritative server using twisted names. I was using python 3.6 and installed using pip3 install twisted, but it looks like pip is not updated with python3 versions. Specifically, pip has twisted 20.3, but 20.3 is written for Python2. The file authority.py uses python2 syntax in 20.3 version - Line 308. Any idea about when the pip package is going to be updated? Is it recommended to use python2 (and version 20.3) or install from source by cloning the repository?

来源:https://stackoverflow.com/questions/64433733/python-twisted-pip-package-not-compatible-with-python3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!