gevent_wsgi is giving ImportError: cannot import name 'selectors' #1020
-
I have created the server with async_mode='gevent_uwsgi' with gevent.monkey.patch_all() as well.
On checking the engineio/async_drivers/gevent_uwsgi.py. I could see the selectors module is not being recognized in VS code where other imports like Event and Queue were. I could see the selectors module existed in gevent but why isn't it recognized in the gevent_uwsgi file? Using - python3.6.8 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try upgrading gevent to a recent version. |
Beta Was this translation helpful? Give feedback.
Try upgrading gevent to a recent version.