Fixed version of eventlet
See original GitHub issueref: https://github.com/nameko/nameko/blob/master/setup.py#L24
the release v0.20.1 of eventlet breaked our build, I think it’s more safe to specify a version instead of >=
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
eventlet - PyPI
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it....
Read more >Eventlet 0.33.0 documentation
A fix for monkeypatching on systems with psycopg version 2.0.14. Improved support for chunked transfers in wsgi, plus a bunch of tests from...
Read more >eventlet is incompatible with dnspython 2.0.0rc1 #619 - GitHub
Hello. dnspython version 2.0.0 will be released soon (it's a release candidate now, rthalley/dnspython#466) and it seems that eventlet is not ...
Read more >Downgrading dnspython back to 1.16.0 to fix Eventlet
OpenStack is currently completely broken because of this. Both Eventlet and DNSPython are monkey patching the standard SSL library in potentially conflicting ...
Read more >python-eventlet is missing requires on dns, monotonic and six
Fixed In Version: Doc Type: If docs needed, set a value. Doc Text: Clone Of: Environment: Last Closed: 2018-11-20 17:08:40 UTC.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Specifying
eventlet==0.20.0
within myrequirements.txt
fixed this issue for me.Nameko is now compatible with more modern versions of eventlet in which this bug has been fixed