Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport Python 3 #4
Open
Labels
Comments
|
gevent 1.2 has support, howeber Haigha seems currently broken on Py3 agoragames/haigha#94 |
|
If I may make a suggestion, haigha seems to be unmaintained. Maybe porting to pika https://pika.readthedocs.io/en/0.10.0/ would be a good idea to support python 3. |
jonnor
added a commit
that referenced
this issue
Nov 13, 2017
|
Now support MQTT on Python 3. #31 Porting to Pika would be the way to go for AMQP |
|
Would be great to switch from gevent to asyncio https://docs.python.org/3/library/asyncio.html Reasons:
|
|
@bergie what is the problem with gevent in Docker? Unlikely to rewrite this library to asyncio. Python 3 is supported with MQTT and in production for a year now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gevent 1.1alpha2 apparently supports it. Might need work in Haigha though
Tests must run both Py 2 and Py 3