Skip to content

Commit

Permalink
fix: downgrade httpx to remove error
Browse files Browse the repository at this point in the history
Error:
  File "/home/causer/Desktop/seg/stable-diffusion-webui/venv/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in __init__
    self._pool = httpcore.AsyncConnectionPool(
TypeError: __init__() got an unexpected keyword argument 'socket_options'

See:
AUTOMATIC1111/stable-diffusion-webui#13836
AUTOMATIC1111/stable-diffusion-webui#13236 (comment)
  • Loading branch information
smourph authored and Julien De Conti committed Nov 3, 2023
1 parent 91bde47 commit 08f2c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \
git reset --hard 4afaaf8a020c1df457bcf7250cb1c7f609699fa7 && \
pip install --upgrade pip && \
pip install -r requirements_versions.txt


Expand Down

0 comments on commit 08f2c02

Please sign in to comment.