Bug#1042466: AttributeError: module 'eventlet.green.select' has no attribute 'epoll'

2023-08-02 Thread Gregor Riepl
Here's a temporary workaround until the issue is fixed. Either set the environment variable EVENTLET_NO_GREENDNS to "yes" before launching applications that import eventlet, or put the following Python code before loading the module: import os os.environ['EVENTLET_NO_GREENDNS'] = 'yes'

Bug#1042466: AttributeError: module 'eventlet.green.select' has no attribute 'epoll'

2023-07-28 Thread Gregor Riepl
Package: python3-eventlet Version: 0.33.1-4 Severity: important Tags: upstream Forwarded: https://github.com/eventlet/eventlet/issues/805 X-Debbugs-Cc: onit...@gmail.com Control: affects -1 cura Dear Maintainer, The eventlet module has a known incompatibility with dnspython 0.24, that causes it