-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Python 3 #4
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. |
Since not Py3 compatible References #4
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. |
gevent 1.1alpha2 apparently supports it. Might need work in Haigha though
Tests must run both Py 2 and Py 3
The text was updated successfully, but these errors were encountered: