question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fixed version of eventlet

See original GitHub issue

ref: 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:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
stevebashercommented, May 21, 2017

Specifying eventlet==0.20.0 within my requirements.txt fixed this issue for me.

0reactions
mattbennettcommented, Aug 9, 2018

Nameko is now compatible with more modern versions of eventlet in which this bug has been fixed

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found