sd_civitai_extension icon indicating copy to clipboard operation
sd_civitai_extension copied to clipboard

[!] python-socketio[client] version 5.7.2 NOT installed.

Open sashaok123 opened this issue 1 year ago • 5 comments

When Automatic1111 is started, a warning is issued: [!] python-socketio[client] version 5.7.2 NOT installed. image

sashaok123 avatar Feb 25 '23 18:02 sashaok123

Yeah, I couldn't seem to get the install check to work consistently. I bet the package is installed but it's not detecting it correctly.

At least until Civitai Link is released, the SocketIO connection isn't needed for any of the current extension functionality.

JustMaier avatar Feb 26 '23 00:02 JustMaier

I met this error too,

tried installing python-socketio in venv but it didn't work

But this worked (out of venv)

cd INSERT_PATH_TO_AU1111 (Or directly open your console in Automatic1111 UI root folder)

cd extensions\sd_civitai_extension\

pip install -r requirements.txt

mammour avatar Feb 26 '23 08:02 mammour

The install script should handle automatically installing the requirements of the extension, in my experience, it seems like its possible that the warning is just not correctly detecting the installed package.

JustMaier avatar Feb 28 '23 13:02 JustMaier

Got the error also, but as is often the case just completely exiting A1111 and starting it again worked.

moahegg avatar Feb 28 '23 14:02 moahegg

pip install -r requirements.txt

Thanks! This fixed it for me too.

OneLittleWolf avatar Mar 01 '23 02:03 OneLittleWolf

I met this error too,

tried installing python-socketio in venv but it didn't work

But this worked (out of venv)

cd INSERT_PATH_TO_AU1111 (Or directly open your console in Automatic1111 UI root folder)

cd extensions\sd_civitai_extension\

pip install -r requirements.txt

yeah this does the trick

antv311 avatar Dec 14 '23 21:12 antv311