Skip to content

docker compose --profile auto up --build fails with OSError #433

@goofus

Description

@goofus

System info:
Arch linux, up to date packages:

$ docker system prune --volumes
WARNING! This will remove:
  - all stopped containers
  - all networks not used by at least one container
  - all volumes not used by at least one container
  - all dangling images
  - all dangling build cache

Are you sure you want to continue? [y/N] y
Total reclaimed space: 0B

$ docker run --rm hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/
 
$ docker --version
Docker version 23.0.4, build f480fb1e37

No problem running these commands (exit code 0 with last command)

$ git clone https://github.com/AbdBarho/stable-diffusion-webui-docker.git
$ cd stable-diffusion-webui-docker
$ docker compose --profile download up --build

Issue is here:

$ docker compose --profile auto up --build
[+] Building 212.7s (21/32)
 => [internal] load .dockerignore                                                                                                                                                                                                                                                                0.1s
 => => transferring context: 2B                                                                                                                                                                                                                                                                  0.0s
 => [internal] load build definition from Dockerfile                                                                                                                                                                                                                                             0.1s
 => => transferring dockerfile: 3.79kB                                                                                                                                                                                                                                                           0.0s
 => [internal] load metadata for docker.io/library/python:3.10.9-slim                                                                                                                                                                                                                            1.8s
 => [internal] load metadata for docker.io/alpine/git:2.36.2                                                                                                                                                                                                                                     1.6s
 => [internal] load metadata for docker.io/library/alpine:3.17                                                                                                                                                                                                                                   1.7s
 => [internal] load build context                                                                                                                                                                                                                                                                0.1s
 => => transferring context: 6.97kB                                                                                                                                                                                                                                                              0.0s
 => [download 1/8] FROM docker.io/alpine/git:2.36.2@sha256:ec491c893597b68c92b88023827faa771772cfd5e106b76c713fa5e1c75dea84                                                                                                                                                                      2.8s
 => => resolve docker.io/alpine/git:2.36.2@sha256:ec491c893597b68c92b88023827faa771772cfd5e106b76c713fa5e1c75dea84                                                                                                                                                                               0.1s
 => => sha256:3fd92eeca8f54976c24de929011349e191dc349bf932629be5ac6fdf1d1c25df 99B / 99B                                                                                                                                                                                                         0.5s
 => => sha256:ec491c893597b68c92b88023827faa771772cfd5e106b76c713fa5e1c75dea84 2.03kB / 2.03kB                                                                                                                                                                                                   0.0s
 => => sha256:a3e645585f160e0589529b8a3ca0fcfdba717ab93507de39ba5a96e207972927 946B / 946B                                                                                                                                                                                                       0.0s
 => => sha256:b80d2cac43e471c2bc5cfe547a45104e69e1b194f6f3f15ba1214f5e3020575e 1.85kB / 1.85kB                                                                                                                                                                                                   0.0s
 => => sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 2.81MB / 2.81MB                                                                                                                                                                                                   0.6s
 => => sha256:b3b6ac3db031ea7b3607e700555c68707f072c457cb4e5511c12cf529656d437 18.49MB / 18.49MB                                                                                                                                                                                                 1.5s
 => => extracting sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49                                                                                                                                                                                                        0.3s
 => => extracting sha256:b3b6ac3db031ea7b3607e700555c68707f072c457cb4e5511c12cf529656d437                                                                                                                                                                                                        0.7s
 => => extracting sha256:3fd92eeca8f54976c24de929011349e191dc349bf932629be5ac6fdf1d1c25df                                                                                                                                                                                                        0.0s
 => [xformers 1/3] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126                                                                                                                                                                    1.7s
 => => resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126                                                                                                                                                                             0.1s
 => => sha256:b6ca290b6b4cdcca5b3db3ffa338ee0285c11744b4a6abaa9627746ee3291d8d 528B / 528B                                                                                                                                                                                                       0.0s
 => => sha256:9ed4aefc74f6792b5a804d1d146fe4b4a2299147b0f50eaf2b08435d7b38c27e 1.47kB / 1.47kB                                                                                                                                                                                                   0.0s
 => => sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB                                                                                                                                                                                                   0.0s
 => => sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 3.37MB / 3.37MB                                                                                                                                                                                                   1.2s
 => => extracting sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09                                                                                                                                                                                                        0.2s
 => [stage-2  1/15] FROM docker.io/library/python:3.10.9-slim@sha256:76dd18d90a3d8710e091734bf2c9dd686d68747a51908db1e1f41e9a5ed4e2c5                                                                                                                                                            8.9s
 => => resolve docker.io/library/python:3.10.9-slim@sha256:76dd18d90a3d8710e091734bf2c9dd686d68747a51908db1e1f41e9a5ed4e2c5                                                                                                                                                                      0.1s
 => => sha256:76dd18d90a3d8710e091734bf2c9dd686d68747a51908db1e1f41e9a5ed4e2c5 1.86kB / 1.86kB                                                                                                                                                                                                   0.0s
 => => sha256:e15bb169d3a85f7e9c0f2d105ce628f13d71aed44b5d3d230b88f9653a9b19d5 1.37kB / 1.37kB                                                                                                                                                                                                   0.0s
 => => sha256:343cc23871cfcec31fcf0681d5107e22d4fa214fad76deec63868835ad06849e 7.79kB / 7.79kB                                                                                                                                                                                                   0.0s
 => => sha256:01b5b2efb836d74b8b49da819514eca52e25290d1688db59420ffb9c6b65a03c 31.40MB / 31.40MB                                                                                                                                                                                                 3.2s
 => => sha256:5dda314a937ad03f8beac81c714da74e459b6174301368e0903ef586a68ae150 1.08MB / 1.08MB                                                                                                                                                                                                   1.6s
 => => sha256:11d639c994a82f2fc3c071bc85b7fa8fb341d4186e1b1c535f8d4147b07f78cd 11.74MB / 11.74MB                                                                                                                                                                                                 2.7s
 => => sha256:d1465593fd9b15a8d99135d267721127f140c979a8831c320e1f326b830d2721 233B / 233B                                                                                                                                                                                                       2.0s
 => => sha256:4a6d0cbbdb413b71a251597fa3b79f3c0ec3ed7b7c1ee8ae3d4fe4fe053a04a4 2.10MB / 3.35MB                                                                                                                                                                                                 210.7s
 => => extracting sha256:01b5b2efb836d74b8b49da819514eca52e25290d1688db59420ffb9c6b65a03c                                                                                                                                                                                                        1.7s
 => => extracting sha256:5dda314a937ad03f8beac81c714da74e459b6174301368e0903ef586a68ae150                                                                                                                                                                                                        0.1s
 => => extracting sha256:11d639c994a82f2fc3c071bc85b7fa8fb341d4186e1b1c535f8d4147b07f78cd                                                                                                                                                                                                        0.6s
 => => extracting sha256:d1465593fd9b15a8d99135d267721127f140c979a8831c320e1f326b830d2721                                                                                                                                                                                                        0.0s
 => => extracting sha256:4a6d0cbbdb413b71a251597fa3b79f3c0ec3ed7b7c1ee8ae3d4fe4fe053a04a4                                                                                                                                                                                                        0.2s
 => [xformers 2/3] RUN apk add --no-cache aria2                                                                                                                                                                                                                                                  5.7s
 => [download 2/8] COPY clone.sh /clone.sh                                                                                                                                                                                                                                                       0.0s
 => [download 3/8] RUN . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6   && rm -rf data assets **/*.ipynb                                                                                                            9.6s
 => [xformers 3/3] RUN aria2c -x 5 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/5.0.0/xformers-0.0.17.dev449-cp310-cp310-manylinux2014_x86_64.whl'                                                                                      14.8s
 => [stage-2  2/15] RUN --mount=type=cache,target=/root/.cache/pip   pip install torch==1.13.1+cu117 torchvision --extra-index-url https://download.pytorch.org/whl/cu117                                                                                                                      140.7s
 => [download 4/8] RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git 47b6b607fdd31875c9279cd2f4f16b92e4ea958e   && rm -rf assets data/**/*.png data/**/*.jpg data/**/*.gif                                                                      10.4s
 => [download 5/8] RUN . /clone.sh CodeFormer https://github.com/sczhou/CodeFormer.git c5b4593074ba6214284d6acd5f1719b6c5d739af   && rm -rf assets inputs                                                                                                                                       10.0s
 => [download 6/8] RUN . /clone.sh BLIP https://github.com/salesforce/BLIP.git 48211a1594f1321b00f14c9f7a5b4813144b2fb9                                                                                                                                                                          2.4s
 => [download 7/8] RUN . /clone.sh k-diffusion https://github.com/crowsonkb/k-diffusion.git 5b3af030dd83e0297272d861c19477735d0317ec                                                                                                                                                             1.1s
 => [download 8/8] RUN . /clone.sh clip-interrogator https://github.com/pharmapsychotic/clip-interrogator 2486589f24165c8e3b303f84e9dbbea318df83e8                                                                                                                                               1.4s
 => [stage-2  3/15] RUN apt-get update && apt install fonts-dejavu-core rsync git jq moreutils -y && apt-get clean                                                                                                                                                                              11.7s
 => ERROR [stage-2  4/15] 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 d7aec59c4eb02f723b3d55c6f927a42e97acd679 &&   pip install -r requirements_versions.txt    49.5s
------
 > [stage-2  4/15] 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 d7aec59c4eb02f723b3d55c6f927a42e97acd679 &&   pip install -r requirements_versions.txt:
#0 0.516 Cloning into 'stable-diffusion-webui'...
#0 2.779 HEAD is now at d7aec59c Merge pull request #6667 from Shondoit/zero-vector-ti
#0 3.488 Collecting blendmodes==2022
#0 3.622   Downloading blendmodes-2022-py3-none-any.whl (10 kB)
#0 3.714 Collecting transformers==4.19.2
#0 3.734   Downloading transformers-4.19.2-py3-none-any.whl (4.2 MB)
#0 3.990      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 16.4 MB/s eta 0:00:00
#0 4.043 Collecting accelerate==0.12.0
#0 4.060   Downloading accelerate-0.12.0-py3-none-any.whl (143 kB)
#0 4.072      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.0/144.0 kB 18.3 MB/s eta 0:00:00
#0 4.108 Collecting basicsr==1.4.2
#0 4.125   Downloading basicsr-1.4.2.tar.gz (172 kB)
#0 4.138      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.5/172.5 kB 17.9 MB/s eta 0:00:00
#0 4.180   Preparing metadata (setup.py): started
#0 5.945   Preparing metadata (setup.py): finished with status 'done'
#0 5.980 Collecting gfpgan==1.3.8
#0 5.997   Downloading gfpgan-1.3.8-py3-none-any.whl (52 kB)
#0 6.006      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 8.1 MB/s eta 0:00:00
#0 6.172 Collecting gradio==3.15.0
#0 6.197   Downloading gradio-3.15.0-py3-none-any.whl (13.8 MB)
#0 6.857      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 25.1 MB/s eta 0:00:00
#0 7.142 Collecting numpy==1.23.3
#0 7.184   Downloading numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
#0 7.992      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 18.8 MB/s eta 0:00:00
#0 8.320 Collecting Pillow==9.4.0
#0 8.340   Downloading Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB)
#0 8.496      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 22.2 MB/s eta 0:00:00
#0 8.537 Collecting realesrgan==0.3.0
#0 8.553   Downloading realesrgan-0.3.0-py3-none-any.whl (26 kB)
#0 8.561 Requirement already satisfied: torch in /usr/local/lib/python3.10/site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
#0 8.637 Collecting omegaconf==2.2.3
#0 8.653   Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)
#0 8.661      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.3/79.3 kB 14.5 MB/s eta 0:00:00
#0 8.747 Collecting pytorch_lightning==1.7.6
#0 8.763   Downloading pytorch_lightning-1.7.6-py3-none-any.whl (707 kB)
#0 8.799      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.5/707.5 kB 21.1 MB/s eta 0:00:00
#0 8.913 Collecting scikit-image==0.19.2
#0 8.933   Downloading scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB)
#0 9.530      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 22.8 MB/s eta 0:00:00
#0 9.588 Collecting fonts
#0 9.604   Downloading fonts-0.0.3-py3-none-any.whl (4.2 kB)
#0 9.639 Collecting font-roboto
#0 9.655   Downloading font-roboto-0.0.1.tar.gz (2.4 MB)
#0 9.766      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 21.8 MB/s eta 0:00:00
#0 9.869   Preparing metadata (setup.py): started
#0 10.12   Preparing metadata (setup.py): finished with status 'done'
#0 10.17 Collecting timm==0.6.7
#0 10.19   Downloading timm-0.6.7-py3-none-any.whl (509 kB)
#0 10.22      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 21.6 MB/s eta 0:00:00
#0 10.37 Collecting fairscale==0.4.9
#0 10.39   Downloading fairscale-0.4.9.tar.gz (265 kB)
#0 10.40      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 265.2/265.2 kB 21.1 MB/s eta 0:00:00
#0 10.46   Installing build dependencies: started
#0 12.12   Installing build dependencies: finished with status 'done'
#0 12.12   Getting requirements to build wheel: started
#0 12.25   Getting requirements to build wheel: finished with status 'done'
#0 12.25   Installing backend dependencies: started
#0 12.99   Installing backend dependencies: finished with status 'done'
#0 12.99   Preparing metadata (pyproject.toml): started
#0 13.20   Preparing metadata (pyproject.toml): finished with status 'done'
#0 13.24 Collecting piexif==1.1.3
#0 13.25   Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)
#0 13.29 Collecting einops==0.4.1
#0 13.31   Downloading einops-0.4.1-py3-none-any.whl (28 kB)
#0 13.35 Collecting jsonmerge==1.8.0
#0 13.36   Downloading jsonmerge-1.8.0.tar.gz (26 kB)
#0 13.38   Preparing metadata (setup.py): started
#0 13.61   Preparing metadata (setup.py): finished with status 'done'
#0 13.65 Collecting clean-fid==0.1.29
#0 13.67   Downloading clean_fid-0.1.29-py3-none-any.whl (24 kB)
#0 13.73 Collecting resize-right==0.0.2
#0 13.75   Downloading resize_right-0.0.2-py3-none-any.whl (8.9 kB)
#0 13.79 Collecting torchdiffeq==0.2.3
#0 13.80   Downloading torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
#0 13.86 Collecting kornia==0.6.7
#0 13.87   Downloading kornia-0.6.7-py2.py3-none-any.whl (565 kB)
#0 13.93      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 565.1/565.1 kB 10.0 MB/s eta 0:00:00
#0 13.97 Collecting lark==1.1.2
#0 13.99   Downloading lark-1.1.2-py2.py3-none-any.whl (104 kB)
#0 14.00      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/104.7 kB 9.4 MB/s eta 0:00:00
#0 14.04 Collecting inflection==0.5.1
#0 14.05   Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
#0 14.15 Collecting GitPython==3.1.27
#0 14.24   Downloading GitPython-3.1.27-py3-none-any.whl (181 kB)
#0 14.28      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 5.4 MB/s eta 0:00:00
#0 14.31 Collecting torchsde==0.2.5
#0 14.33   Downloading torchsde-0.2.5-py3-none-any.whl (59 kB)
#0 14.35      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/59.2 kB 3.1 MB/s eta 0:00:00
#0 14.46 Collecting safetensors==0.2.7
#0 14.48   Downloading safetensors-0.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
#0 14.56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 16.6 MB/s eta 0:00:00
#0 14.62 Collecting httpcore<=0.15
#0 14.63   Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
#0 14.65      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 6.8 MB/s eta 0:00:00
#0 14.69 Collecting deprecation<3,>=2.1.0
#0 14.71   Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
#0 14.77 Collecting aenum<4,>=3.1.7
#0 14.79   Downloading aenum-3.1.12-py3-none-any.whl (131 kB)
#0 14.80      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 8.7 MB/s eta 0:00:00
#0 15.15 Collecting filelock
#0 15.16   Downloading filelock-3.12.0-py3-none-any.whl (10 kB)
#0 15.26 Collecting tqdm>=4.27
#0 15.28   Downloading tqdm-4.65.0-py3-none-any.whl (77 kB)
#0 15.29      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 7.1 MB/s eta 0:00:00
#0 15.91 Collecting regex!=2019.12.17
#0 15.93   Downloading regex-2023.3.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769 kB)
#0 16.01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 769.6/769.6 kB 9.2 MB/s eta 0:00:00
#0 16.07 Collecting packaging>=20.0
#0 16.09   Downloading packaging-23.1-py3-none-any.whl (48 kB)
#0 16.10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 5.4 MB/s eta 0:00:00
#0 16.10 Requirement already satisfied: requests in /usr/local/lib/python3.10/site-packages (from transformers==4.19.2->-r requirements_versions.txt (line 2)) (2.29.0)
#0 16.16 Collecting huggingface-hub<1.0,>=0.1.0
#0 16.18   Downloading huggingface_hub-0.14.1-py3-none-any.whl (224 kB)
#0 16.21      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 8.7 MB/s eta 0:00:00
#0 16.29 Collecting pyyaml>=5.1
#0 16.30   Downloading PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB)
#0 16.38      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 8.5 MB/s eta 0:00:00
#0 16.61 Collecting tokenizers!=0.11.3,<0.13,>=0.11.1
#0 16.63   Downloading tokenizers-0.12.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.6 MB)
#0 17.15      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 12.9 MB/s eta 0:00:00
#0 17.36 Collecting psutil
#0 17.38   Downloading psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
#0 17.40      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 10.8 MB/s eta 0:00:00
#0 17.45 Collecting addict
#0 17.47   Downloading addict-2.4.0-py3-none-any.whl (3.8 kB)
#0 17.51 Collecting future
#0 17.53   Downloading future-0.18.3.tar.gz (840 kB)
#0 17.58      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 19.8 MB/s eta 0:00:00
#0 17.68   Preparing metadata (setup.py): started
#0 17.94   Preparing metadata (setup.py): finished with status 'done'
#0 18.04 Collecting lmdb
#0 18.06   Downloading lmdb-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299 kB)
#0 18.08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 299.2/299.2 kB 15.2 MB/s eta 0:00:00
#0 18.26 Collecting opencv-python
#0 18.27   Downloading opencv_python-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.8 MB)
#0 20.93      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 MB 18.5 MB/s eta 0:00:00
#0 21.17 Collecting scipy
#0 21.19   Downloading scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.4 MB)
#0 22.70      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.4/34.4 MB 20.6 MB/s eta 0:00:00
#0 23.33 Collecting tb-nightly
#0 23.34   Downloading tb_nightly-2.13.0a20230429-py3-none-any.whl (5.6 MB)
#0 23.58      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 23.1 MB/s eta 0:00:00
#0 23.60 Requirement already satisfied: torchvision in /usr/local/lib/python3.10/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.14.1+cu117)
#0 23.65 Collecting yapf
#0 23.66   Downloading yapf-0.33.0-py2.py3-none-any.whl (200 kB)
#0 23.68      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/200.9 kB 19.3 MB/s eta 0:00:00
#0 23.72 Collecting facexlib>=0.2.5
#0 23.74   Downloading facexlib-0.3.0-py3-none-any.whl (59 kB)
#0 23.74      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 11.7 MB/s eta 0:00:00
#0 23.94 Collecting pycryptodome
#0 23.95   Downloading pycryptodome-3.17-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
#0 24.05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 21.3 MB/s eta 0:00:00
#0 24.12 Collecting markdown-it-py[linkify,plugins]
#0 24.13   Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
#0 24.14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 14.1 MB/s eta 0:00:00
#0 24.21 Collecting uvicorn
#0 24.22   Downloading uvicorn-0.22.0-py3-none-any.whl (58 kB)
#0 24.23      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 10.9 MB/s eta 0:00:00
#0 24.53 Collecting orjson
#0 24.55   Downloading orjson-3.8.11-cp310-cp310-manylinux_2_28_x86_64.whl (135 kB)
#0 24.57      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 7.2 MB/s eta 0:00:00
#0 24.61 Collecting altair>=4.2.0
#0 24.63   Downloading altair-4.2.2-py3-none-any.whl (813 kB)
#0 24.67      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 kB 22.6 MB/s eta 0:00:00
#0 24.70 Collecting ffmpy
#0 24.72   Downloading ffmpy-0.3.0.tar.gz (4.8 kB)
#0 24.73   Preparing metadata (setup.py): started
#0 25.01   Preparing metadata (setup.py): finished with status 'done'
#0 25.15 Collecting matplotlib
#0 25.17   Downloading matplotlib-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
#0 25.69      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 22.0 MB/s eta 0:00:00
#0 25.77 Collecting httpx
#0 25.79   Downloading httpx-0.24.0-py3-none-any.whl (75 kB)
#0 25.80      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.3/75.3 kB 14.5 MB/s eta 0:00:00
#0 25.88 Collecting markupsafe
#0 25.89   Downloading MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
#0 26.30 Collecting aiohttp
#0 26.32   Downloading aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
#0 26.38      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.1 MB/s eta 0:00:00
#0 26.43 Collecting fsspec
#0 26.45   Downloading fsspec-2023.4.0-py3-none-any.whl (153 kB)
#0 26.46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 20.0 MB/s eta 0:00:00
#0 26.55 Collecting fastapi
#0 26.57   Downloading fastapi-0.95.1-py3-none-any.whl (56 kB)
#0 26.57      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 11.7 MB/s eta 0:00:00
#0 26.62 Collecting jinja2
#0 26.64   Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
#0 26.65      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 20.9 MB/s eta 0:00:00
#0 26.70 Collecting pydub
#0 26.71   Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
#0 26.89 Collecting pydantic
#0 26.91   Downloading pydantic-1.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
#0 27.08      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 18.8 MB/s eta 0:00:00
#0 27.22 Collecting websockets>=10.0
#0 27.24   Downloading websockets-11.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
#0 27.26      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 kB 6.9 MB/s eta 0:00:00
#0 27.30 Collecting python-multipart
#0 27.31   Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
#0 27.32      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 8.2 MB/s eta 0:00:00
#0 27.53 Collecting pandas
#0 27.55   Downloading pandas-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)
#0 28.15      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 21.8 MB/s eta 0:00:00
#0 28.24 Collecting antlr4-python3-runtime==4.9.*
#0 28.25   Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
#0 28.26      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 17.0 MB/s eta 0:00:00
#0 28.29   Preparing metadata (setup.py): started
#0 28.54   Preparing metadata (setup.py): finished with status 'done'
#0 28.65 Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.10/site-packages (from pytorch_lightning==1.7.6->-r requirements_versions.txt (line 12)) (4.5.0)
#0 28.70 Collecting torchmetrics>=0.7.0
#0 28.71   Downloading torchmetrics-0.11.4-py3-none-any.whl (519 kB)
#0 28.74      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 519.2/519.2 kB 20.9 MB/s eta 0:00:00
#0 28.78 Collecting pyDeprecate>=0.3.1
#0 28.79   Downloading pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
#0 28.86 Collecting tensorboard>=2.9.1
#0 28.88   Downloading tensorboard-2.12.2-py3-none-any.whl (5.6 MB)
#0 29.17      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 19.4 MB/s eta 0:00:00
#0 29.30 Collecting PyWavelets>=1.1.1
#0 29.32   Downloading PyWavelets-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB)
#0 29.62      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 23.6 MB/s eta 0:00:00
#0 29.71 Collecting tifffile>=2019.7.26
#0 29.72   Downloading tifffile-2023.4.12-py3-none-any.whl (219 kB)
#0 29.74      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.4/219.4 kB 19.4 MB/s eta 0:00:00
#0 29.80 Collecting networkx>=2.2
#0 29.81   Downloading networkx-3.1-py3-none-any.whl (2.1 MB)
#0 29.91      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 21.1 MB/s eta 0:00:00
#0 29.98 Collecting imageio>=2.4.1
#0 30.00   Downloading imageio-2.28.0-py3-none-any.whl (3.4 MB)
#0 30.14      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 23.2 MB/s eta 0:00:00
#0 30.24 Collecting jsonschema
#0 30.26   Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
#0 30.27      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 13.5 MB/s eta 0:00:00
#0 30.37 Collecting requests
#0 30.39   Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
#0 30.40      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 11.8 MB/s eta 0:00:00
#0 30.48 Collecting gitdb<5,>=4.0.1
#0 30.49   Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
#0 30.50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 12.2 MB/s eta 0:00:00
#0 30.57 Collecting boltons>=20.2.1
#0 30.58   Downloading boltons-23.0.0-py2.py3-none-any.whl (194 kB)
#0 30.60      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 21.6 MB/s eta 0:00:00
#0 30.63 Collecting trampoline>=0.1.2
#0 30.64   Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB)
#0 30.70 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/site-packages (from requests->transformers==4.19.2->-r requirements_versions.txt (line 2)) (1.26.15)
#0 30.74 Collecting idna<3,>=2.5
#0 30.76   Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
#0 30.76      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 11.4 MB/s eta 0:00:00
#0 30.77 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests->transformers==4.19.2->-r requirements_versions.txt (line 2)) (2022.12.7)
#0 30.80 Collecting chardet<5,>=3.0.2
#0 30.82   Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
#0 30.83      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 21.1 MB/s eta 0:00:00
#0 30.89 Collecting sniffio==1.*
#0 30.91   Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
#0 30.96 Collecting anyio==3.*
#0 30.98   Downloading anyio-3.6.2-py3-none-any.whl (80 kB)
#0 30.99      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 14.2 MB/s eta 0:00:00
#0 31.02 Collecting h11<0.13,>=0.11
#0 31.04   Downloading h11-0.12.0-py3-none-any.whl (54 kB)
#0 31.05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 10.5 MB/s eta 0:00:00
#0 31.20 Collecting toolz
#0 31.22   Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
#0 31.23      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 9.2 MB/s eta 0:00:00
#0 31.28 Collecting entrypoints
#0 31.29   Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
#0 31.52 Collecting numba
#0 31.55   Downloading numba-0.56.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.5 MB)
#0 31.75      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 17.8 MB/s eta 0:00:00
#0 31.80 Collecting filterpy
#0 31.83   Downloading filterpy-1.4.5.zip (177 kB)
#0 31.84      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.0/178.0 kB 16.6 MB/s eta 0:00:00
#0 31.86   Preparing metadata (setup.py): started
#0 32.10   Preparing metadata (setup.py): finished with status 'done'
#0 32.27 Collecting frozenlist>=1.1.1
#0 32.29   Downloading frozenlist-1.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB)
#0 32.30      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.6/149.6 kB 17.3 MB/s eta 0:00:00
#0 32.33 Collecting aiosignal>=1.1.2
#0 32.35   Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
#0 32.68 Collecting multidict<7.0,>=4.5
#0 32.70   Downloading multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)
#0 32.72      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.5/114.5 kB 6.4 MB/s eta 0:00:00
#0 32.92 Collecting yarl<2.0,>=1.0
#0 32.94   Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB)
#0 32.97      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268.8/268.8 kB 11.2 MB/s eta 0:00:00
#0 32.97 Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /usr/local/lib/python3.10/site-packages (from aiohttp->gradio==3.15.0->-r requirements_versions.txt (line 6)) (3.1.0)
#0 33.01 Collecting attrs>=17.3.0
#0 33.03   Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
#0 33.03      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 11.6 MB/s eta 0:00:00
#0 33.07 Collecting async-timeout<5.0,>=4.0.0a3
#0 33.10   Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
#0 33.15 Collecting smmap<6,>=3.0.1
#0 33.16   Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
#0 33.39 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
#0 33.41   Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
#0 33.42      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 11.1 MB/s eta 0:00:00
#0 33.59 Collecting tzdata>=2022.1
#0 33.60   Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
#0 33.62      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 22.7 MB/s eta 0:00:00
#0 33.68 Collecting python-dateutil>=2.8.2
#0 33.69   Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
#0 33.71      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 19.3 MB/s eta 0:00:00
#0 33.79 Collecting pytz>=2020.1
#0 33.80   Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
#0 33.83      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 20.8 MB/s eta 0:00:00
#0 34.00 Collecting markdown>=2.6.8
#0 34.01   Downloading Markdown-3.4.3-py3-none-any.whl (93 kB)
#0 34.02      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.9/93.9 kB 14.6 MB/s eta 0:00:00
#0 34.08 Collecting werkzeug>=1.0.1
#0 34.09   Downloading Werkzeug-2.3.2-py3-none-any.whl (242 kB)
#0 34.11      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 kB 18.1 MB/s eta 0:00:00
#0 34.11 Requirement already satisfied: wheel>=0.26 in /usr/local/lib/python3.10/site-packages (from tensorboard>=2.9.1->pytorch_lightning==1.7.6->-r requirements_versions.txt (line 12)) (0.38.4)
#0 34.15 Collecting google-auth-oauthlib<1.1,>=0.5
#0 34.17   Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
#0 34.17 Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.10/site-packages (from tensorboard>=2.9.1->pytorch_lightning==1.7.6->-r requirements_versions.txt (line 12)) (65.5.1)
#0 34.21 Collecting tensorboard-data-server<0.8.0,>=0.7.0
#0 34.23   Downloading tensorboard_data_server-0.7.0-py3-none-manylinux2014_x86_64.whl (6.6 MB)
#0 34.58      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 19.1 MB/s eta 0:00:00
#0 34.85 Collecting protobuf>=3.19.6
#0 34.87   Downloading protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB)
#0 34.90      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.4/302.4 kB 12.1 MB/s eta 0:00:00
#0 34.93 Collecting tensorboard-plugin-wit>=1.6.0
#0 34.95   Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
#0 34.98      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 kB 21.5 MB/s eta 0:00:00
#0 35.78 Collecting grpcio>=1.48.2
#0 35.79   Downloading grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
#0 36.07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 18.1 MB/s eta 0:00:00
#0 36.13 Collecting absl-py>=0.4
#0 36.15   Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
#0 36.16      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 19.0 MB/s eta 0:00:00
#0 36.27 Collecting google-auth<3,>=1.6.3
#0 36.29   Downloading google_auth-2.17.3-py2.py3-none-any.whl (178 kB)
#0 36.31      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.2/178.2 kB 9.1 MB/s eta 0:00:00
#0 36.53 Collecting starlette<0.27.0,>=0.26.1
#0 36.54   Downloading starlette-0.26.1-py3-none-any.whl (66 kB)
#0 36.55      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/66.9 kB 11.3 MB/s eta 0:00:00
#0 36.73 Collecting mdurl~=0.1
#0 36.75   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
#0 36.80 Collecting mdit-py-plugins
#0 36.81   Downloading mdit_py_plugins-0.3.5-py3-none-any.whl (52 kB)
#0 36.82      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.1/52.1 kB 11.2 MB/s eta 0:00:00
#0 36.85 Collecting linkify-it-py<3,>=1
#0 36.87   Downloading linkify_it_py-2.0.0-py3-none-any.whl (19 kB)
#0 36.98 Collecting fonttools>=4.22.0
#0 36.99   Downloading fonttools-4.39.3-py3-none-any.whl (1.0 MB)
#0 37.05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.4 MB/s eta 0:00:00
#0 37.09 Collecting cycler>=0.10
#0 37.11   Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
#0 37.20 Collecting kiwisolver>=1.0.1
#0 37.22   Downloading kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
#0 37.31      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 17.5 MB/s eta 0:00:00
#0 37.42 Collecting contourpy>=1.0.1
#0 37.44   Downloading contourpy-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
#0 37.47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.3/300.3 kB 11.0 MB/s eta 0:00:00
#0 37.53 Collecting pyparsing>=2.3.1
#0 37.55   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
#0 37.56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 14.2 MB/s eta 0:00:00
#0 37.79 Collecting click>=7.0
#0 37.81   Downloading click-8.1.3-py3-none-any.whl (96 kB)
#0 37.82      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 13.5 MB/s eta 0:00:00
#0 37.87 Collecting tomli>=2.0.1
#0 37.89   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
#0 38.15 Collecting rsa<5,>=3.1.4
#0 38.17   Downloading rsa-4.9-py3-none-any.whl (34 kB)
#0 38.23 Collecting cachetools<6.0,>=2.0.0
#0 38.25   Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)
#0 38.29 Collecting six>=1.9.0
#0 38.31   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
#0 38.36 Collecting pyasn1-modules>=0.2.1
#0 38.38   Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
#0 38.40      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 10.7 MB/s eta 0:00:00
#0 38.47 Collecting requests-oauthlib>=0.7.0
#0 38.48   Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
#0 38.58 Collecting uc-micro-py
#0 38.60   Downloading uc_micro_py-1.0.1-py3-none-any.whl (6.2 kB)
#0 39.06 Collecting llvmlite<0.40,>=0.39.0dev0
#0 39.07   Downloading llvmlite-0.39.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.6 MB)
#0 40.84      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.6/34.6 MB 20.6 MB/s eta 0:00:00
#0 40.99 Collecting pyasn1<0.6.0,>=0.4.6
#0 41.00   Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
#0 41.01      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 14.4 MB/s eta 0:00:00
#0 41.07 Collecting oauthlib>=3.0.0
#0 41.08   Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
#0 41.10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 19.9 MB/s eta 0:00:00
#0 41.26 Building wheels for collected packages: basicsr, fairscale, jsonmerge, antlr4-python3-runtime, font-roboto, ffmpy, future, filterpy
#0 41.26   Building wheel for basicsr (setup.py): started
#0 41.89   Building wheel for basicsr (setup.py): finished with status 'done'
#0 41.89   Created wheel for basicsr: filename=basicsr-1.4.2-py3-none-any.whl size=214824 sha256=87a36aed294267dc1c25b69d2906f0d1083737ff3002b2ec7d5a54fa87d6a1b6
#0 41.89   Stored in directory: /root/.cache/pip/wheels/63/64/ff/74f948afd26363d97ff9343edc8b0064c40e9ed31f893a89df
#0 41.90   Building wheel for fairscale (pyproject.toml): started
#0 42.21   Building wheel for fairscale (pyproject.toml): finished with status 'done'
#0 42.21   Created wheel for fairscale: filename=fairscale-0.4.9-py3-none-any.whl size=327402 sha256=7c3c8a0171393732eba7559f2d19d5d2e84b8fb6fb3a3b451196b47a8f8817fc
#0 42.21   Stored in directory: /root/.cache/pip/wheels/6c/ce/f2/de27c2aa89fd01f8df2180b382cecc6d8a70bad62ee78d4e5c
#0 42.22   Building wheel for jsonmerge (setup.py): started
#0 42.51   Building wheel for jsonmerge (setup.py): finished with status 'done'
#0 42.51   Created wheel for jsonmerge: filename=jsonmerge-1.8.0-py3-none-any.whl size=17986 sha256=2d377c40122fc1143caf3113b4070e7f91fac862d842cacad04b1ff6e712ff51
#0 42.51   Stored in directory: /root/.cache/pip/wheels/3b/58/8a/4dce90d490c539f059d6a0a28e0282d8a50a49a706395ab8d0
#0 42.51   Building wheel for antlr4-python3-runtime (setup.py): started
#0 42.83   Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done'
#0 42.83   Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=8bdd314bc9851a60d9f26f61a345c856fceef892953defb9d4c5b1c0e10cc033
#0 42.83   Stored in directory: /root/.cache/pip/wheels/48/6a/c2/acb58c7afdf57e4cddf5e1513f5a2d62aa8e98f82a00c76d7c
#0 42.83   Building wheel for font-roboto (setup.py): started
#0 43.40   Building wheel for font-roboto (setup.py): finished with status 'done'
#0 43.41   Created wheel for font-roboto: filename=font_roboto-0.0.1-py3-none-any.whl size=2359736 sha256=0799a7e40b3ff56418b69e09efff245a93f8fee289dcbdb1d11d545d2f810b9d
#0 43.41   Stored in directory: /root/.cache/pip/wheels/9c/8e/56/6a5386fc28a776801a5345f912368528a7aa40c34a5134768e
#0 43.41   Building wheel for ffmpy (setup.py): started
#0 43.69   Building wheel for ffmpy (setup.py): finished with status 'done'
#0 43.69   Created wheel for ffmpy: filename=ffmpy-0.3.0-py3-none-any.whl size=4693 sha256=d7ee36a1f95128ec1bbb67b80b1c102cd71f641affe50130a05327fa3f7d1989
#0 43.69   Stored in directory: /root/.cache/pip/wheels/fe/17/e9/577da024bc5aede641c69f0675254c1e518db79800abbe135c
#0 43.70   Building wheel for future (setup.py): started
#0 44.17   Building wheel for future (setup.py): finished with status 'done'
#0 44.17   Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492025 sha256=399e22a50dbf1e2f0f92a164dff0d1305151483ce7c6d8b9574ee4f0ccc90fa2
#0 44.17   Stored in directory: /root/.cache/pip/wheels/69/c0/ce/f2a18105d619f21239a048bcc58e98d8ce47ac824e0531f1a0
#0 44.18   Building wheel for filterpy (setup.py): started
#0 44.49   Building wheel for filterpy (setup.py): finished with status 'done'
#0 44.49   Created wheel for filterpy: filename=filterpy-1.4.5-py3-none-any.whl size=110458 sha256=5df23b2b370d3ced8a651f259f47257051f4412526fa138fafe90a923e975e46
#0 44.49   Stored in directory: /root/.cache/pip/wheels/a4/80/24/0867e958c9459ae8d648d1adf89de38756d053debb1c9218d9
#0 44.50 Successfully built basicsr fairscale jsonmerge antlr4-python3-runtime font-roboto ffmpy future filterpy
#0 45.90 Installing collected packages: trampoline, tokenizers, tensorboard-plugin-wit, safetensors, resize-right, pytz, pydub, lmdb, lark, fonts, font-roboto, ffmpy, einops, boltons, antlr4-python3-runtime, aenum, addict, websockets, uc-micro-py, tzdata, tqdm, toolz, tomli, tensorboard-data-server, sniffio, smmap, six, regex, pyyaml, python-multipart, pyrsistent, pyparsing, pyDeprecate, pydantic, pycryptodome, pyasn1, psutil, protobuf, Pillow, piexif, packaging, orjson, oauthlib, numpy, networkx, multidict, mdurl, markupsafe, markdown, llvmlite, kiwisolver, inflection, idna, h11, grpcio, future, fsspec, frozenlist, fonttools, filelock, entrypoints, cycler, click, chardet, cachetools, attrs, async-timeout, absl-py, yarl, yapf, werkzeug, uvicorn, torchmetrics, tifffile, scipy, rsa, requests, PyWavelets, python-dateutil, pyasn1-modules, opencv-python, omegaconf, numba, markdown-it-py, linkify-it-py, kornia, jsonschema, jinja2, imageio, gitdb, fairscale, deprecation, contourpy, anyio, aiosignal, accelerate, torchsde, torchdiffeq, starlette, scikit-image, requests-oauthlib, pandas, mdit-py-plugins, matplotlib, jsonmerge, huggingface-hub, httpcore, google-auth, GitPython, blendmodes, aiohttp, transformers, timm, httpx, google-auth-oauthlib, filterpy, fastapi, clean-fid, altair, tensorboard, tb-nightly, gradio, facexlib, pytorch_lightning, basicsr, gfpgan, realesrgan
#0 48.54   Attempting uninstall: Pillow
#0 48.54     Found existing installation: Pillow 9.5.0
#0 48.56     Uninstalling Pillow-9.5.0:
#0 48.59 ERROR: Could not install packages due to an OSError: [Errno 22] Invalid argument: '__pycache__'
#0 48.59
#0 48.59
#0 48.59 [notice] A new release of pip available: 22.3.1 -> 23.1.2
#0 48.59 [notice] To update, run: pip install --upgrade pip
------
failed to solve: process "/bin/sh -c git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git &&   cd stable-diffusion-webui &&   git reset --hard d7aec59c4eb02f723b3d55c6f927a42e97acd679 &&   pip install -r requirements_versions.txt" did not complete successfully: exit code: 1

Any suggestions welcome!

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-responseWaiting for the issuer to respondbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions