socketIO-client icon indicating copy to clipboard operation
socketIO-client copied to clipboard

ModuleNotFoundError: No module named 'socketIO_client'

Open Nixellion opened this issue 7 years ago • 3 comments

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.

Nixellion avatar May 25 '18 15:05 Nixellion

Apparently, because it's import socketio_client and not import socketIO_client now. Fix required in documentation.

Nixellion avatar May 25 '18 18:05 Nixellion

import socketio_client does not work for me either. I've pulled version 0.7.0 for py3.4 from anaconda

tsafs avatar Oct 11 '18 09:10 tsafs

import socketio_client works for me.

hyperlode avatar Dec 13 '18 23:12 hyperlode