Replies: 2 comments
-
I'm not sure I follow your description of this problem. As far as I can see the dependencies between python-socketio and python-engineio are correct, and the latest release of the engineio package does have the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@miguelgrinberg thanks for getting back to me. Yeah we had engineio direct import that I also took out during that fix so that must've been it. My fault. |
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
-
Hi,
We suddenly this morning started getting an
Import Error
stack trace from engineio:I was able to fix this by upgrading from Flask-Socketio 4.3.1 to 4.3.2 which I noticed has this requirement change which ensures we don't go to 5. Without that we'd hit latest version of socketio which is dependent on the latest version of engineio https://github.com/miguelgrinberg/python-socketio/blob/master/setup.py#L33 . Since this error just popped up and the release just recently came out 4/15 I believe the Import Error is related.
Beta Was this translation helpful? Give feedback.
All reactions