can not ues whit eventlet #1694
Answered
by
miguelgrinberg
2651084156
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Oct 4, 2021
Replies: 1 comment 7 replies
-
The problem is indicated in this error: "RuntimeError: You need to use the eventlet server. See the Deployment section of the documentation for more information". Have you installed eventlet in your virtualenv? That would explain why |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
2651084156
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is indicated in this error: "RuntimeError: You need to use the eventlet server. See the Deployment section of the documentation for more information".
Have you installed eventlet in your virtualenv? That would explain why
socketio.run()
is running Werkzeug as a server instead of eventlet.