socketIO-client
socketIO-client copied to clipboard
ModuleNotFoundError: No module named 'socketIO_client'
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.
Apparently, because it's import socketio_client and not import socketIO_client now. Fix required in documentation.
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.