We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've just installed it on Windows and Python 3.6 and I get this error:
ModuleNotFoundError: No module named 'socketIO_client'
I tried using pip install socketIO-client with and without "-U" parameter.
pip install socketIO-client
It was working fine before, on Python 3.4 before I reinstalled Windows.
The text was updated successfully, but these errors were encountered:
Apparently, because it's import socketio_client and not import socketIO_client now. Fix required in documentation.
import socketio_client
import socketIO_client
Sorry, something went wrong.
import socketio_client does not work for me either. I've pulled version 0.7.0 for py3.4 from anaconda
import socketio_client works for me.
No branches or pull requests
I've just installed it on Windows and Python 3.6 and I get this error:
ModuleNotFoundError: No module named 'socketIO_client'
I tried using
pip install socketIO-client
with and without "-U" parameter.It was working fine before, on Python 3.4 before I reinstalled Windows.
The text was updated successfully, but these errors were encountered: