Replies: 2 comments 2 replies
-
This isn't related to this project. You have incompatible versions of Gunicorn and Eventlet installed. It looks like there is a bug open for this issue already: benoitc/gunicorn#2582 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just want to mention that while I've been searching everywhere, seems like the issue was Gunicorn for my instance and updating it to latest version solved everything. Here's my stack of working version modules: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @miguelgrinberg , thanks for the fantastic library. I have deployed my Flask-SocketIO app on ubuntu and I am using nginx, gunicorn, supervisor. I have installed all the essential latest libraries for my project. In windows my project is working flawlessly but in ubuntu I have been getting
ImportError: cannot import name 'ALREADY_HANDLED' from 'eventlet.wsgi'
My
/etc/nginx/sites-enabled/project
configuration is as follow:My
/etc/supervisor/conf.d/project.conf
configuration is as follow:My
requirements.txt
as follow:I tried downgrading eventlet but it seems to be also not working. Could you please help me to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions