Python 2 vs Python3 #817
Answered
by
miguelgrinberg
AngeloIapichino
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Nov 2, 2021
Replies: 1 comment 2 replies
-
Python 2 has been long unsupported. You have downgraded to old releases of python-socketio and python-engineio, and these older versions implement an older version of the Socket.IO protocol, so you will also need to downgrade your server. See the Version Compatibility chart in the documentation for details. If the server is also written in Python, then this is as simple as using the same versions of these packages in the client and the server. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AngeloIapichino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 2 has been long unsupported. You have downgraded to old releases of python-socketio and python-engineio, and these older versions implement an older version of the Socket.IO protocol, so you will also need to downgrade your server. See the Version Compatibility chart in the documentation for details. If the server is also written in Python, then this is as simple as using the same versions of these packages in the client and the server.