sd_civitai_extension
sd_civitai_extension copied to clipboard
[!] python-socketio[client] version 5.7.2 NOT installed.
When Automatic1111 is started, a warning is issued:
[!] python-socketio[client] version 5.7.2 NOT installed.
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.
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
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.
Got the error also, but as is often the case just completely exiting A1111 and starting it again worked.
pip install -r requirements.txt
Thanks! This fixed it for me too.
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