Error when installing the extension #91
-
It throws me this error when i try to install it through Automatic1111 WebUi stderr: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'V:\Stable Diffussion Webui\stable-diffusion-webui\venv\Lib\site-packages\~il\_imaging.cp310-win_amd64.pyd' |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is the full error if needed: Error running install.py for extension V:\Stable Diffussion Webui\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script. stderr: Traceback (most recent call last): stderr: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'V:\Stable Diffussion Webui\stable-diffusion-webui\venv\Lib\site-packages\~il\_imaging.cp310-win_amd64.pyd' |
Beta Was this translation helpful? Give feedback.
-
This looks very similar to issue #89 they suggested deleting the config file and restarting helped. I think this error might stem from rembg having |
Beta Was this translation helpful? Give feedback.
This looks very similar to issue #89 they suggested deleting the config file and restarting helped.
I think this error might stem from rembg having
pillow==9.3.0
in it's requirement.txt file and pip trying to uninstall pillow while it's in use.