Python 3.10, Flask-SocketIO and Eventlet Generates Error #1843
-
Not quite sure if this is a bug in Flask-SocketIO or with Eventlet, but I'm getting the following after setting up a new system with Python 3.10 (previous working system was using Python 3.8)
Here's my modules installed:
|
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Jul 14, 2022
Replies: 1 comment 1 reply
-
The best thing you can do when you get obscure errors like this is to google the error to find out if other people had them too. This error is due to you using an old version of the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nebhead
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The best thing you can do when you get obscure errors like this is to google the error to find out if other people had them too. This error is due to you using an old version of the
dns
package that is incompatible with Python 3.10. Upgrade and I think you will be fine.