AI絵師用自作PCつくる #7 Stable Diffusion web UI AUTOMATIC1111 やりなおしで成功

動かないので最初からやりなおし。

AI絵師用自作PCつくる #3 NVIDIA RTX 3060ドライバとStable Diffusion途中まで

前回は失敗。全然ダメでした。

今回は公式をちゃんとみながらやってみます。

GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI

$ sudo apt install wget git python3 python3-venv

パッケージリストを読み込んでいます... 完了

依存関係ツリーを作成しています... 完了        

状態情報を読み取っています... 完了        

wget はすでに最新バージョン (1.21.3-1ubuntu1) です。

wget は手動でインストールしたと設定されました。

git はすでに最新バージョン (1:2.39.2-1ubuntu1.1) です。

python3 はすでに最新バージョン (3.11.2-1) です。

python3 は手動でインストールしたと設定されました。

以下のパッケージが新たにインストールされます:

  python3-pip-whl python3-setuptools-whl python3-venv python3.11-venv

アップグレード: 0 個、新規インストール: 4 個、削除: 0 個、保留: 12 個。

2,684 kB のアーカイブを取得する必要があります。

この操作後に追加で 3,170 kB のディスク容量が消費されます。

取得:1 http://jp.archive.ubuntu.com/ubuntu lunar/universe amd64 python3-pip-whl all 23.0.1+dfsg-1 [1,647 kB]

取得:2 http://jp.archive.ubuntu.com/ubuntu lunar/universe amd64 python3-setuptools-whl all 66.1.1-1 [1,031 kB]

取得:3 http://jp.archive.ubuntu.com/ubuntu lunar/universe amd64 python3.11-venv amd64 3.11.2-6 [5,746 B]

取得:4 http://jp.archive.ubuntu.com/ubuntu lunar/universe amd64 python3-venv amd64 3.11.2-1 [1,038 B]

2,684 kB を 3秒 で取得しました (969 kB/s)

以前に未選択のパッケージ python3-pip-whl を選択しています。

(データベースを読み込んでいます ... 現在 168623 個のファイルとディレクトリがインストールされています。)

.../python3-pip-whl_23.0.1+dfsg-1_all.deb を展開する準備をしています ...

python3-pip-whl (23.0.1+dfsg-1) を展開しています...

以前に未選択のパッケージ python3-setuptools-whl を選択しています。

.../python3-setuptools-whl_66.1.1-1_all.deb を展開する準備をしています ...

python3-setuptools-whl (66.1.1-1) を展開しています...

以前に未選択のパッケージ python3.11-venv を選択しています。

.../python3.11-venv_3.11.2-6_amd64.deb を展開する準備をしています ...

python3.11-venv (3.11.2-6) を展開しています...

以前に未選択のパッケージ python3-venv を選択しています。

.../python3-venv_3.11.2-1_amd64.deb を展開する準備をしています ...

python3-venv (3.11.2-1) を展開しています...

python3-setuptools-whl (66.1.1-1) を設定しています ...

python3-pip-whl (23.0.1+dfsg-1) を設定しています ...

python3.11-venv (3.11.2-6) を設定しています ...

python3-venv (3.11.2-1) を設定しています ...

$ bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################

################################################################
Running on yyyyyy user
################################################################

################################################################
Clone stable-diffusion-webui
################################################################
Cloning into 'stable-diffusion-webui'...
remote: Enumerating objects: 21018, done.
remote: Counting objects: 100% (567/567), done.
remote: Compressing objects: 100% (279/279), done.
remote: Total 21018 (delta 330), reused 442 (delta 278), pack-reused 20451
Receiving objects: 100% (21018/21018), 29.86 MiB | 23.78 MiB/s, done.
Resolving deltas: 100% (14689/14689), done.

################################################################
Create and activate python venv
################################################################

################################################################
Launching launch.py...
################################################################
Cannot locate TCMalloc (improves CPU memory usage)
Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
Version: v1.2.1
Commit hash: 89f9faa63388756314e8a1d96cf86bf5e0663045
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118
Collecting torch==2.0.1
  Downloading https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp311-cp311-linux_x86_64.whl (2267.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 GB 2.4 MB/s eta 0:00:00
Collecting torchvision==0.15.2
  Downloading https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp311-cp311-linux_x86_64.whl (6.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 51.5 MB/s eta 0:00:00
Collecting filelock
  Downloading filelock-3.12.0-py3-none-any.whl (10 kB)
Collecting typing-extensions
  Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting sympy
  Using cached sympy-1.12-py3-none-any.whl (5.7 MB)
Collecting networkx
  Using cached networkx-3.1-py3-none-any.whl (2.1 MB)
Collecting jinja2
  Downloading https://download.pytorch.org/whl/Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 8.2 MB/s eta 0:00:00
Collecting triton==2.0.0
  Downloading https://download.pytorch.org/whl/triton-2.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.3/63.3 MB 35.1 MB/s eta 0:00:00
Collecting numpy
  Downloading numpy-1.24.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 32.4 MB/s eta 0:00:00
Collecting requests
  Downloading requests-2.30.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.5/62.5 kB 4.3 MB/s eta 0:00:00
Collecting pillow!=8.3.*,>=5.3.0
  Downloading Pillow-9.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 31.2 MB/s eta 0:00:00
Collecting cmake
  Using cached cmake-3.26.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB)
Collecting lit
  Using cached lit-16.0.5.tar.gz (138 kB)
  Preparing metadata (setup.py) ... done
Collecting MarkupSafe>=2.0
  Downloading https://download.pytorch.org/whl/MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27 kB)
Collecting charset-normalizer<4,>=2
  Downloading charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (197 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.3/197.3 kB 11.1 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading https://download.pytorch.org/whl/idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.4 MB/s eta 0:00:00
Collecting urllib3<3,>=1.21.1
  Downloading urllib3-2.0.2-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/123.2 kB 6.5 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading certifi-2023.5.7-py3-none-any.whl (156 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 8.1 MB/s eta 0:00:00
Collecting mpmath>=0.19
  Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Installing collected packages: mpmath, lit, cmake, urllib3, typing-extensions, sympy, pillow, numpy, networkx, MarkupSafe, idna, filelock, charset-normalizer, certifi, requests, jinja2, triton, torch, torchvision
  DEPRECATION: lit is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for lit ... done

Successfully installed MarkupSafe-2.1.2 certifi-2023.5.7 charset-normalizer-3.1.0 cmake-3.26.3 filelock-3.12.0 idna-3.4 jinja2-3.1.2 lit-16.0.5 mpmath-1.3.0 networkx-3.1 numpy-1.24.3 pillow-9.5.0 requests-2.30.0 sympy-1.12 torch-2.0.1+cu118 torchvision-0.15.2+cu118 triton-2.0.0 typing-extensions-4.5.0 urllib3-2.0.2
Installing gfpgan
Installing clip
Installing open_clip
Cloning Stable Diffusion into /home/yyyyyy/stable-diffusion-webui/repositories/stable-diffusion-stability-ai...
Cloning Taming Transformers into /home/yyyyyy/stable-diffusion-webui/repositories/taming-transformers...
Cloning K-diffusion into /home/yyyyyy/stable-diffusion-webui/repositories/k-diffusion...
Cloning CodeFormer into /home/yyyyyy/stable-diffusion-webui/repositories/CodeFormer...
Cloning BLIP into /home/yyyyyy/stable-diffusion-webui/repositories/BLIP...
Installing requirements for CodeFormer
Installing requirements
Traceback (most recent call last):
  File "/home/yyyyyy/stable-diffusion-webui/launch.py", line 369, in <module>
    prepare_environment()
  File "/home/yyyyyy/stable-diffusion-webui/launch.py", line 313, in prepare_environment
    run_pip(f"install -r \"{requirements_file}\"", "requirements")
  File "/home/yyyyyy/stable-diffusion-webui/launch.py", line 143, in run_pip
    return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/yyyyyy/stable-diffusion-webui/launch.py", line 111, in run
    raise RuntimeError(message)
RuntimeError: Couldn't install requirements.
Command: "/home/yyyyyy/stable-diffusion-webui/venv/bin/python3" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1
stdout: Collecting blendmodes==2022
  Downloading blendmodes-2022-py3-none-any.whl (10 kB)
Collecting transformers==4.25.1
  Downloading transformers-4.25.1-py3-none-any.whl (5.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 29.6 MB/s eta 0:00:00
Collecting accelerate==0.18.0
  Downloading accelerate-0.18.0-py3-none-any.whl (215 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.3/215.3 kB 83.0 MB/s eta 0:00:00
Requirement already satisfied: basicsr==1.4.2 in ./venv/lib/python3.11/site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Collecting gfpgan==1.3.8
  Downloading gfpgan-1.3.8-py3-none-any.whl (52 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 37.7 MB/s eta 0:00:00
Collecting gradio==3.29.0
  Downloading gradio-3.29.0-py3-none-any.whl (17.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 45.7 MB/s eta 0:00:00
Collecting numpy==1.23.5
  Downloading numpy-1.23.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 42.8 MB/s eta 0:00:00
Collecting Pillow==9.4.0
  Downloading Pillow-9.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 52.6 MB/s eta 0:00:00
Collecting realesrgan==0.3.0
  Downloading realesrgan-0.3.0-py3-none-any.whl (26 kB)
Requirement already satisfied: torch in ./venv/lib/python3.11/site-packages (from -r requirements_versions.txt (line 10)) (2.0.1+cu118)
Collecting omegaconf==2.2.3
  Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.3/79.3 kB 34.6 MB/s eta 0:00:00
Collecting pytorch_lightning==1.9.4
  Downloading pytorch_lightning-1.9.4-py3-none-any.whl (827 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 827.8/827.8 kB 50.9 MB/s eta 0:00:00
Collecting scikit-image==0.19.2
  Downloading scikit-image-0.19.2.tar.gz (22.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/22.2 MB 52.7 MB/s eta 0:00:00
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting fonts
  Downloading fonts-0.0.3-py3-none-any.whl (4.2 kB)
Collecting font-roboto
  Downloading font-roboto-0.0.1.tar.gz (2.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 45.9 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting timm==0.6.7
  Downloading timm-0.6.7-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 35.3 MB/s eta 0:00:00
Collecting piexif==1.1.3
  Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)
Collecting einops==0.4.1
  Downloading einops-0.4.1-py3-none-any.whl (28 kB)
Collecting jsonmerge==1.8.0
  Downloading jsonmerge-1.8.0.tar.gz (26 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting clean-fid==0.1.29
  Downloading clean_fid-0.1.29-py3-none-any.whl (24 kB)
Collecting resize-right==0.0.2
  Using cached resize_right-0.0.2-py3-none-any.whl (8.9 kB)
Collecting torchdiffeq==0.2.3
  Using cached torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
Collecting kornia==0.6.7
  Downloading kornia-0.6.7-py2.py3-none-any.whl (565 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 565.1/565.1 kB 48.5 MB/s eta 0:00:00
Collecting lark==1.1.2
  Downloading lark-1.1.2-py2.py3-none-any.whl (104 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/104.7 kB 45.5 MB/s eta 0:00:00
Collecting inflection==0.5.1
  Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
Collecting GitPython==3.1.30
  Downloading GitPython-3.1.30-py3-none-any.whl (184 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.0/184.0 kB 67.0 MB/s eta 0:00:00
Collecting torchsde==0.2.5
  Using cached torchsde-0.2.5-py3-none-any.whl (59 kB)
Collecting safetensors==0.3.1
  Downloading safetensors-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 48.2 MB/s eta 0:00:00
Collecting httpcore<=0.15
  Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 54.0 MB/s eta 0:00:00
Collecting fastapi==0.94.0
  Downloading fastapi-0.94.0-py3-none-any.whl (56 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 kB 42.2 MB/s eta 0:00:00
Collecting aenum<4,>=3.1.7
  Downloading aenum-3.1.12-py3-none-any.whl (131 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 57.6 MB/s eta 0:00:00
Collecting deprecation<3,>=2.1.0
  Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (3.12.0)
Requirement already satisfied: huggingface-hub<1.0,>=0.10.0 in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (0.14.1)
Requirement already satisfied: packaging>=20.0 in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (23.1)
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (6.0)
Requirement already satisfied: regex!=2019.12.17 in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (2023.5.5)
Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (2.30.0)
Collecting tokenizers!=0.11.3,<0.14,>=0.11.1
  Downloading tokenizers-0.13.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 49.9 MB/s eta 0:00:00
Requirement already satisfied: tqdm>=4.27 in ./venv/lib/python3.11/site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (4.65.0)
Collecting psutil
  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)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 55.1 MB/s eta 0:00:00
Requirement already satisfied: addict in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.4.0)
Requirement already satisfied: future in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.18.3)
Requirement already satisfied: lmdb in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.4.1)
Requirement already satisfied: opencv-python in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (4.7.0.72)
Requirement already satisfied: scipy in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.10.1)
Requirement already satisfied: tb-nightly in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.14.0a20230519)
Requirement already satisfied: torchvision in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.15.2+cu118)
Requirement already satisfied: yapf in ./venv/lib/python3.11/site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.33.0)
Requirement already satisfied: facexlib>=0.2.5 in ./venv/lib/python3.11/site-packages (from gfpgan==1.3.8->-r requirements_versions.txt (line 5)) (0.3.0)
Collecting aiofiles
  Using cached aiofiles-23.1.0-py3-none-any.whl (14 kB)
Collecting aiohttp
  Downloading aiohttp-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 54.8 MB/s eta 0:00:00
Collecting altair>=4.2.0
  Using cached altair-5.0.0-py3-none-any.whl (477 kB)
Collecting ffmpy
  Using cached ffmpy-0.3.0.tar.gz (4.8 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting gradio-client>=0.2.1
  Using cached gradio_client-0.2.5-py3-none-any.whl (288 kB)
Collecting httpx
  Downloading httpx-0.24.1-py3-none-any.whl (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 59.1 MB/s eta 0:00:00
Requirement already satisfied: jinja2 in ./venv/lib/python3.11/site-packages (from gradio==3.29.0->-r requirements_versions.txt (line 6)) (3.1.2)
Collecting markdown-it-py[linkify]>=2.0.0
  Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
Requirement already satisfied: markupsafe in ./venv/lib/python3.11/site-packages (from gradio==3.29.0->-r requirements_versions.txt (line 6)) (2.1.2)
Requirement already satisfied: matplotlib in ./venv/lib/python3.11/site-packages (from gradio==3.29.0->-r requirements_versions.txt (line 6)) (3.7.1)
Collecting mdit-py-plugins<=0.3.3
  Using cached mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
Collecting orjson
  Downloading orjson-3.8.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.2/137.2 kB 7.7 MB/s eta 0:00:00
Collecting pandas
  Downloading pandas-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/12.2 MB 35.4 MB/s eta 0:00:00
Collecting pydantic
  Downloading pydantic-1.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 42.2 MB/s eta 0:00:00
Collecting pydub
  Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Collecting pygments>=2.12.0
  Using cached Pygments-2.15.1-py3-none-any.whl (1.1 MB)
Collecting python-multipart
  Using cached python_multipart-0.0.6-py3-none-any.whl (45 kB)
Collecting semantic-version
  Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: typing-extensions in ./venv/lib/python3.11/site-packages (from gradio==3.29.0->-r requirements_versions.txt (line 6)) (4.5.0)
Collecting uvicorn>=0.14.0
  Using cached uvicorn-0.22.0-py3-none-any.whl (58 kB)
Collecting websockets>=10.0
  Downloading websockets-11.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.6/130.6 kB 37.6 MB/s eta 0:00:00
Collecting antlr4-python3-runtime==4.9.*
  Using cached antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: fsspec[http]>2021.06.0 in ./venv/lib/python3.11/site-packages (from pytorch_lightning==1.9.4->-r requirements_versions.txt (line 12)) (2023.5.0)
Collecting torchmetrics>=0.7.0
  Using cached torchmetrics-0.11.4-py3-none-any.whl (519 kB)
Collecting lightning-utilities>=0.6.0.post0
  Using cached lightning_utilities-0.8.0-py3-none-any.whl (20 kB)
Requirement already satisfied: networkx>=2.2 in ./venv/lib/python3.11/site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (3.1)
Requirement already satisfied: imageio>=2.4.1 in ./venv/lib/python3.11/site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (2.28.1)
Requirement already satisfied: tifffile>=2019.7.26 in ./venv/lib/python3.11/site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (2023.4.12)
Requirement already satisfied: PyWavelets>=1.1.1 in ./venv/lib/python3.11/site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (1.4.1)
Collecting jsonschema
  Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 30.8 MB/s eta 0:00:00
Collecting requests
  Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 34.2 MB/s eta 0:00:00
Collecting gitdb<5,>=4.0.1
  Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
Collecting boltons>=20.2.1
  Downloading boltons-23.0.0-py2.py3-none-any.whl (194 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 57.2 MB/s eta 0:00:00
Collecting trampoline>=0.1.2
  Using cached trampoline-0.1.2-py3-none-any.whl (5.2 kB)
Collecting starlette<0.27.0,>=0.26.0
  Downloading starlette-0.26.1-py3-none-any.whl (66 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/66.9 kB 53.4 MB/s eta 0:00:00
Collecting chardet<5,>=3.0.2
  Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 68.8 MB/s eta 0:00:00
Collecting idna<3,>=2.5
  Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 46.8 MB/s eta 0:00:00
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->transformers==4.25.1->-r requirements_versions.txt (line 2)) (1.26.15)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->transformers==4.25.1->-r requirements_versions.txt (line 2)) (2023.5.7)
Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from torch->-r requirements_versions.txt (line 10)) (1.12)
Requirement already satisfied: triton==2.0.0 in ./venv/lib/python3.11/site-packages (from torch->-r requirements_versions.txt (line 10)) (2.0.0)
Requirement already satisfied: cmake in ./venv/lib/python3.11/site-packages (from triton==2.0.0->torch->-r requirements_versions.txt (line 10)) (3.26.3)
Requirement already satisfied: lit in ./venv/lib/python3.11/site-packages (from triton==2.0.0->torch->-r requirements_versions.txt (line 10)) (16.0.5)
Collecting h11<0.13,>=0.11
  Downloading h11-0.12.0-py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 44.5 MB/s eta 0:00:00
Collecting sniffio==1.*
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting anyio==3.*
  Using cached anyio-3.6.2-py3-none-any.whl (80 kB)
Collecting toolz
  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 44.1 MB/s eta 0:00:00
Requirement already satisfied: filterpy in ./venv/lib/python3.11/site-packages (from facexlib>=0.2.5->gfpgan==1.3.8->-r requirements_versions.txt (line 5)) (1.4.5)
Requirement already satisfied: numba in ./venv/lib/python3.11/site-packages (from facexlib>=0.2.5->gfpgan==1.3.8->-r requirements_versions.txt (line 5)) (0.57.0)
Collecting attrs>=17.3.0
  Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 32.2 MB/s eta 0:00:00
Requirement already satisfied: charset-normalizer<4.0,>=2.0 in ./venv/lib/python3.11/site-packages (from aiohttp->gradio==3.29.0->-r requirements_versions.txt (line 6)) (3.1.0)
Collecting multidict<7.0,>=4.5
  Downloading multidict-6.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 5.4 MB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3
  Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.8/282.8 kB 22.2 MB/s eta 0:00:00
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.3.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (154 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.3/154.3 kB 30.8 MB/s eta 0:00:00
Collecting aiosignal>=1.1.2
  Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting smmap<6,>=3.0.1
  Using cached smmap-5.0.0-py3-none-any.whl (24 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 46.5 MB/s eta 0:00:00
Collecting mdurl~=0.1
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting linkify-it-py<3,>=1
  Using cached linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
Requirement already satisfied: python-dateutil>=2.8.2 in ./venv/lib/python3.11/site-packages (from pandas->gradio==3.29.0->-r requirements_versions.txt (line 6)) (2.8.2)
Collecting pytz>=2020.1
  Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 44.7 MB/s eta 0:00:00
Collecting tzdata>=2022.1
  Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Collecting click>=7.0
  Downloading click-8.1.3-py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 46.8 MB/s eta 0:00:00
Requirement already satisfied: contourpy>=1.0.1 in ./venv/lib/python3.11/site-packages (from matplotlib->gradio==3.29.0->-r requirements_versions.txt (line 6)) (1.0.7)
Requirement already satisfied: cycler>=0.10 in ./venv/lib/python3.11/site-packages (from matplotlib->gradio==3.29.0->-r requirements_versions.txt (line 6)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in ./venv/lib/python3.11/site-packages (from matplotlib->gradio==3.29.0->-r requirements_versions.txt (line 6)) (4.39.4)
Requirement already satisfied: kiwisolver>=1.0.1 in ./venv/lib/python3.11/site-packages (from matplotlib->gradio==3.29.0->-r requirements_versions.txt (line 6)) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib->gradio==3.29.0->-r requirements_versions.txt (line 6)) (3.0.9)
Requirement already satisfied: mpmath>=0.19 in ./venv/lib/python3.11/site-packages (from sympy->torch->-r requirements_versions.txt (line 10)) (1.3.0)
Requirement already satisfied: absl-py>=0.4 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.4.0)
Requirement already satisfied: grpcio>=1.48.2 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.54.2)
Requirement already satisfied: google-auth<3,>=1.6.3 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.18.1)
Requirement already satisfied: google-auth-oauthlib<1.1,>=0.5 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.0.0)
Requirement already satisfied: markdown>=2.6.8 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (3.4.3)
Requirement already satisfied: protobuf>=3.19.6 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (3.20.0)
Requirement already satisfied: setuptools>=41.0.0 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (66.1.1)
Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.7.0)
Requirement already satisfied: werkzeug>=1.0.1 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.3.4)
Requirement already satisfied: wheel>=0.26 in ./venv/lib/python3.11/site-packages (from tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.40.0)
Requirement already satisfied: tomli>=2.0.1 in ./venv/lib/python3.11/site-packages (from yapf->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.0.1)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in ./venv/lib/python3.11/site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (5.3.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in ./venv/lib/python3.11/site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.3.0)
Requirement already satisfied: six>=1.9.0 in ./venv/lib/python3.11/site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.16.0)
Requirement already satisfied: rsa<5,>=3.1.4 in ./venv/lib/python3.11/site-packages (from google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (4.9)
Requirement already satisfied: requests-oauthlib>=0.7.0 in ./venv/lib/python3.11/site-packages (from google-auth-oauthlib<1.1,>=0.5->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.3.1)
Collecting uc-micro-py
  Using cached uc_micro_py-1.0.2-py3-none-any.whl (6.2 kB)
Requirement already satisfied: llvmlite<0.41,>=0.40.0dev0 in ./venv/lib/python3.11/site-packages (from numba->facexlib>=0.2.5->gfpgan==1.3.8->-r requirements_versions.txt (line 5)) (0.40.0)
Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in ./venv/lib/python3.11/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.5.0)
Requirement already satisfied: oauthlib>=3.0.0 in ./venv/lib/python3.11/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tb-nightly->basicsr==1.4.2->-r requirements_versions.txt (line 4)) (3.2.2)
Building wheels for collected packages: scikit-image, jsonmerge, antlr4-python3-runtime, font-roboto, ffmpy
  Building wheel for scikit-image (pyproject.toml): started
  Building wheel for scikit-image (pyproject.toml): finished with status 'error'
  Building wheel for jsonmerge (setup.py): started
  Building wheel for jsonmerge (setup.py): finished with status 'done'
  Created wheel for jsonmerge: filename=jsonmerge-1.8.0-py3-none-any.whl size=17986 sha256=c1ec19814f2d9fab7dd40eecf636510dddaf9089dc51d91489a62eb078c6eead
  Stored in directory: /home/yyyyyy/.cache/pip/wheels/a6/e9/d8/3af49bcbde2c31fb814aadbc8a8f155d6015042e64827ae93d
  Building wheel for antlr4-python3-runtime (setup.py): started
  Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done'
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=5a39adfcdec2dce07d9001a07a2ddd7e8b4bc4903baf0a32226d5028896e25d0
  Stored in directory: /home/yyyyyy/.cache/pip/wheels/1a/97/32/461f837398029ad76911109f07047fde1d7b661a147c7c56d1
  Building wheel for font-roboto (setup.py): started
  Building wheel for font-roboto (setup.py): finished with status 'done'
  Created wheel for font-roboto: filename=font_roboto-0.0.1-py3-none-any.whl size=2359737 sha256=0d9eb2a9e26d26bff84f1ef94ffbaba0c2782ff75b89add99064d574fc474421
  Stored in directory: /home/yyyyyy/.cache/pip/wheels/76/83/3b/fe9627fa694ac4bffdff735e80c80c6af4afe712e58df365f0
  Building wheel for ffmpy (setup.py): started
  Building wheel for ffmpy (setup.py): finished with status 'done'
  Created wheel for ffmpy: filename=ffmpy-0.3.0-py3-none-any.whl size=4694 sha256=4476c1e555c614951286c062af840cf5567f7734d4e9ca3618cd7348892038a8
  Stored in directory: /home/yyyyyy/.cache/pip/wheels/47/a0/29/b51cefd1cb11f7bd95ec49652e5bda63f17e4718c67280de57
Successfully built jsonmerge antlr4-python3-runtime font-roboto ffmpy
Failed to build scikit-image

stderr:   error: subprocess-exited-with-error
  
  × Building wheel for scikit-image (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [923 lines of output]
      setup.py:9: DeprecationWarning:
      
        `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
        of the deprecation of `distutils` itself. It will be removed for
        Python >= 3.12. For older Python versions it will remain present.
        It is recommended to use `setuptools < 60.0` for those Python versions.
        For more details, see:
          https://numpy.org/devdocs/reference/distutils_status_migration.html
      
      
        from numpy.distutils.command.build_ext import build_ext as npy_build_ext
      Partial import of skimage during the build process.
      Compiling /tmp/pip-install-d3ya3o8t/scikit-image_2a1ed8bfea5d4f448188bc3ad86ba2ad/skimage/morphology/_skeletonize_3d_cy.pyx because it changed.
      [1/1] Cythonizing /tmp/pip-install-d3ya3o8t/scikit-image_2a1ed8bfea5d4f448188bc3ad86ba2ad/skimage/morphology/_skeletonize_3d_cy.pyx
      running bdist_wheel
      running build
      running config_cc
      INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
      running config_fc
      INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
      running build_src
      INFO: build_src
      INFO: building extension "skimage._shared.geometry" sources
      INFO: building extension "skimage._shared.transform" sources
      INFO: building extension "skimage._shared.interpolation" sources
      INFO: building extension "skimage._shared.fast_exp" sources
      INFO: building extension "skimage.draw._draw" sources
      INFO: building extension "skimage.feature._cascade" sources
      INFO: building extension "skimage.feature.corner_cy" sources
      INFO: building extension "skimage.feature.censure_cy" sources
      INFO: building extension "skimage.feature.orb_cy" sources
      INFO: building extension "skimage.feature._texture" sources
      INFO: building extension "skimage.feature._hoghistogram" sources
      INFO: building extension "skimage.feature._haar" sources
      INFO: building extension "skimage.feature._sift" sources
      INFO: building extension "skimage.feature.brief_cy" sources
      INFO: building extension "skimage.feature._hessian_det_appx" sources
      INFO: building extension "skimage.restoration._unwrap_1d" sources
      INFO: building extension "skimage.restoration._unwrap_2d" sources
      INFO: building extension "skimage.restoration._unwrap_3d" sources
      INFO: building extension "skimage.restoration._denoise_cy" sources
      INFO: building extension "skimage.restoration._nl_means_denoising" sources
      INFO: building extension "skimage.restoration._rolling_ball_cy" sources
      INFO: building extension "skimage.restoration._inpaint" sources
      INFO: building extension "skimage.filters.rank.core_cy" sources
      INFO: building extension "skimage.filters.rank.core_cy_3d" sources
      INFO: building extension "skimage.filters._multiotsu" sources
      INFO: building extension "skimage.filters.rank.generic_cy" sources
      INFO: building extension "skimage.filters.rank.percentile_cy" sources
      INFO: building extension "skimage.filters.rank.bilateral_cy" sources
      INFO: building extension "skimage.future.graph._ncut_cy" sources
      INFO: building extension "skimage.graph._spath" sources
      INFO: building extension "skimage.graph._mcp" sources
      INFO: building extension "skimage.graph.heap" sources
      INFO: building extension "skimage.io._plugins._colormixer" sources
      INFO: building extension "skimage.io._plugins._histograms" sources
      INFO: building extension "skimage.measure._ccomp" sources
      INFO: building extension "skimage.measure._find_contours_cy" sources
      INFO: building extension "skimage.measure._moments_cy" sources
      INFO: building extension "skimage.measure._marching_cubes_classic_cy" sources
      INFO: building extension "skimage.measure._marching_cubes_lewiner_cy" sources
      INFO: building extension "skimage.measure._pnpoly" sources
      INFO: building extension "skimage.morphology._skeletonize_cy" sources
      INFO: building extension "skimage.morphology._convex_hull" sources
      INFO: building extension "skimage.morphology._grayreconstruct" sources
      INFO: building extension "skimage.morphology._max_tree" sources
      INFO: building extension "skimage.morphology._skeletonize_3d_cy" sources
      INFO: building extension "skimage.morphology._extrema_cy" sources
      INFO: building extension "skimage.morphology._flood_fill_cy" sources
      INFO: building extension "skimage.transform._hough_transform" sources
      INFO: building extension "skimage.transform._warps_cy" sources
      INFO: building extension "skimage.transform._radon_transform" sources
      INFO: building extension "skimage.util._remap" sources
      INFO: building extension "skimage.segmentation._watershed_cy" sources
      INFO: building extension "skimage.segmentation._felzenszwalb_cy" sources
      INFO: building extension "skimage.segmentation._quickshift_cy" sources
      INFO: building extension "skimage.segmentation._slic" sources
      INFO: building data_files sources
      INFO: build_src: building npy-pkg config files
      running build_py
      creating build
      creating build/lib.linux-x86_64-3.11
      creating build/lib.linux-x86_64-3.11/skimage
      copying skimage/__init__.py -> build/lib.linux-x86_64-3.11/skimage
      copying skimage/setup.py -> build/lib.linux-x86_64-3.11/skimage
      copying skimage/conftest.py -> build/lib.linux-x86_64-3.11/skimage
      copying skimage/_build.py -> build/lib.linux-x86_64-3.11/skimage
      creating build/lib.linux-x86_64-3.11/doc
      creating build/lib.linux-x86_64-3.11/doc/ext
      copying doc/ext/__init__.py -> build/lib.linux-x86_64-3.11/doc/ext
      copying doc/ext/plot2rst.py -> build/lib.linux-x86_64-3.11/doc/ext
      copying doc/ext/doi_role.py -> build/lib.linux-x86_64-3.11/doc/ext
      copying doc/ext/notebook_doc.py -> build/lib.linux-x86_64-3.11/doc/ext
      creating build/lib.linux-x86_64-3.11/doc/ext/tests
      copying doc/ext/tests/__init__.py -> build/lib.linux-x86_64-3.11/doc/ext/tests
      copying doc/ext/tests/test_notebook_doc.py -> build/lib.linux-x86_64-3.11/doc/ext/tests
      creating build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/__init__.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/_structural_similarity.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/_adapted_rand_error.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/set_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/simple_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/_variation_of_information.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      copying skimage/metrics/_contingency_table.py -> build/lib.linux-x86_64-3.11/skimage/metrics
      creating build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/__init__.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/setup.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/finite_radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/_geometric.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/pyramids.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/hough_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/_warps.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/integral.py -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform
      creating build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/__init__.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/setup.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_marching_cubes_classic.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_regionprops_utils.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/entropy.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_polygon.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_blur_effect.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_find_contours.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/pnpoly.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/block.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/fit.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/profile.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_moments.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_marching_cubes_lewiner.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_marching_cubes_lewiner_luts.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_regionprops.py -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_label.py -> build/lib.linux-x86_64-3.11/skimage/measure
      creating build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/__init__.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/setup.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/uft.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/deconvolution.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/j_invariant.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/non_local_means.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/unwrap.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/rolling_ball.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/inpaint.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_cycle_spin.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_denoise.py -> build/lib.linux-x86_64-3.11/skimage/restoration
      creating build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/__init__.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/setup.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_watershed.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_clear_border.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/boundaries.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/random_walker_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/morphsnakes.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_quickshift.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/active_contour_model.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_chan_vese.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_expand_labels.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_join.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/slic_superpixels.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_felzenszwalb.py -> build/lib.linux-x86_64-3.11/skimage/segmentation
      creating build/lib.linux-x86_64-3.11/skimage/data
      copying skimage/data/__init__.py -> build/lib.linux-x86_64-3.11/skimage/data
      copying skimage/data/setup.py -> build/lib.linux-x86_64-3.11/skimage/data
      copying skimage/data/_fetchers.py -> build/lib.linux-x86_64-3.11/skimage/data
      copying skimage/data/_registry.py -> build/lib.linux-x86_64-3.11/skimage/data
      copying skimage/data/_binary_blobs.py -> build/lib.linux-x86_64-3.11/skimage/data
      creating build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/__init__.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/setup.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/tester.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/_geometry.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/filters.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/testing.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/_dependency_checks.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/utils.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/lazy.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/_tempfile.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/coord.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/version_requirements.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/_warnings.py -> build/lib.linux-x86_64-3.11/skimage/_shared
      creating build/lib.linux-x86_64-3.11/skimage/registration
      copying skimage/registration/__init__.py -> build/lib.linux-x86_64-3.11/skimage/registration
      copying skimage/registration/_optical_flow_utils.py -> build/lib.linux-x86_64-3.11/skimage/registration
      copying skimage/registration/_optical_flow.py -> build/lib.linux-x86_64-3.11/skimage/registration
      copying skimage/registration/_masked_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registration
      copying skimage/registration/_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registration
      creating build/lib.linux-x86_64-3.11/skimage/scripts
      copying skimage/scripts/__init__.py -> build/lib.linux-x86_64-3.11/skimage/scripts
      copying skimage/scripts/skivi.py -> build/lib.linux-x86_64-3.11/skimage/scripts
      creating build/lib.linux-x86_64-3.11/skimage/viewer
      copying skimage/viewer/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer
      copying skimage/viewer/qt.py -> build/lib.linux-x86_64-3.11/skimage/viewer
      creating build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/setup.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_sparse.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_gabor.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_unsharp_mask.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_median.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_window.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/edges.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_gaussian.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/ridges.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/thresholding.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_fft_based.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/_rank_order.py -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/filters/lpi_filter.py -> build/lib.linux-x86_64-3.11/skimage/filters
      creating build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/__init__.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/setup.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/noise.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/_montage.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/unique.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/_regular_grid.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/_invert.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/_map_array.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/lookfor.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/arraycrop.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/compare.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/apply_parallel.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/dtype.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/shape.py -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/util/_label.py -> build/lib.linux-x86_64-3.11/skimage/util
      creating build/lib.linux-x86_64-3.11/skimage/color
      copying skimage/color/adapt_rgb.py -> build/lib.linux-x86_64-3.11/skimage/color
      copying skimage/color/__init__.py -> build/lib.linux-x86_64-3.11/skimage/color
      copying skimage/color/colorconv.py -> build/lib.linux-x86_64-3.11/skimage/color
      copying skimage/color/rgb_colors.py -> build/lib.linux-x86_64-3.11/skimage/color
      copying skimage/color/colorlabel.py -> build/lib.linux-x86_64-3.11/skimage/color
      copying skimage/color/delta_e.py -> build/lib.linux-x86_64-3.11/skimage/color
      creating build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_canny.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_hog.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/__init__.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/setup.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/texture.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/brief.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/censure.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/corner.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/util.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/blob.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/peak.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/match.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/orb.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/sift.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_basic_features.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_hessian_det_appx_pythran.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_orb_descriptor_positions.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_daisy.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/template.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/brief_pythran.py -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/haar.py -> build/lib.linux-x86_64-3.11/skimage/feature
      creating build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/__init__.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/setup.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/util.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/_io.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/collection.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/_image_stack.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/sift.py -> build/lib.linux-x86_64-3.11/skimage/io
      copying skimage/io/manage_plugins.py -> build/lib.linux-x86_64-3.11/skimage/io
      creating build/lib.linux-x86_64-3.11/skimage/exposure
      copying skimage/exposure/__init__.py -> build/lib.linux-x86_64-3.11/skimage/exposure
      copying skimage/exposure/setup.py -> build/lib.linux-x86_64-3.11/skimage/exposure
      copying skimage/exposure/histogram_matching.py -> build/lib.linux-x86_64-3.11/skimage/exposure
      copying skimage/exposure/_adapthist.py -> build/lib.linux-x86_64-3.11/skimage/exposure
      copying skimage/exposure/exposure.py -> build/lib.linux-x86_64-3.11/skimage/exposure
      creating build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/__init__.py -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/setup.py -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/draw3d.py -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/_polygon2mask.py -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/draw_nd.py -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/draw.py -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/draw/_random_shapes.py -> build/lib.linux-x86_64-3.11/skimage/draw
      creating build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/__init__.py -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/setup.py -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/mcp.py -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/_graph.py -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/spath.py -> build/lib.linux-x86_64-3.11/skimage/graph
      creating build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/binary.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/__init__.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/setup.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_skeletonize.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/max_tree.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/gray.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/footprints.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/greyreconstruct.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/grayreconstruct.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_flood_fill.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_util.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/grey.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/selem.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/extrema.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/convex_hull.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/misc.py -> build/lib.linux-x86_64-3.11/skimage/morphology
      creating build/lib.linux-x86_64-3.11/skimage/future
      copying skimage/future/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future
      copying skimage/future/setup.py -> build/lib.linux-x86_64-3.11/skimage/future
      copying skimage/future/trainable_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/future
      copying skimage/future/manual_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/future
      creating build/lib.linux-x86_64-3.11/skimage/metrics/tests
      copying skimage/metrics/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/metrics/tests
      copying skimage/metrics/tests/test_structural_similarity.py -> build/lib.linux-x86_64-3.11/skimage/metrics/tests
      copying skimage/metrics/tests/test_simple_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics/tests
      copying skimage/metrics/tests/test_set_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics/tests
      copying skimage/metrics/tests/test_segmentation_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics/tests
      creating build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_geometric.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_pyramids.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_integral.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_warps.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_hough_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_finite_radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      copying skimage/transform/tests/test_radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform/tests
      creating build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_block.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_blur_effect.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_marching_cubes.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_label.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_fit.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_profile.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_entropy.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_ccomp.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_find_contours.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_pnpoly.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_regionprops.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_moments.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      copying skimage/measure/tests/test_polygon.py -> build/lib.linux-x86_64-3.11/skimage/measure/tests
      creating build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/test_unwrap.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/test_denoise.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/test_inpaint.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/test_restoration.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/test_j_invariant.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      copying skimage/restoration/tests/test_rolling_ball.py -> build/lib.linux-x86_64-3.11/skimage/restoration/tests
      creating build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_boundaries.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_clear_border.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_slic.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_random_walker.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_quickshift.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_felzenszwalb.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_watershed.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_expand_labels.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_active_contour_model.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_morphsnakes.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_chan_vese.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      copying skimage/segmentation/tests/test_join.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/tests
      creating build/lib.linux-x86_64-3.11/skimage/data/tests
      copying skimage/data/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/data/tests
      copying skimage/data/tests/test_data.py -> build/lib.linux-x86_64-3.11/skimage/data/tests
      creating build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_interpolation.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_version_requirements.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_warnings.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_testing.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_geometry.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_coord.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_fast_exp.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_safe_as_int.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      copying skimage/_shared/tests/test_utils.py -> build/lib.linux-x86_64-3.11/skimage/_shared/tests
      creating build/lib.linux-x86_64-3.11/skimage/registration/tests
      copying skimage/registration/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/registration/tests
      copying skimage/registration/tests/test_ilk.py -> build/lib.linux-x86_64-3.11/skimage/registration/tests
      copying skimage/registration/tests/test_tvl1.py -> build/lib.linux-x86_64-3.11/skimage/registration/tests
      copying skimage/registration/tests/test_masked_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registration/tests
      copying skimage/registration/tests/test_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registration/tests
      creating build/lib.linux-x86_64-3.11/skimage/viewer/utils
      copying skimage/viewer/utils/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utils
      copying skimage/viewer/utils/core.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utils
      copying skimage/viewer/utils/canvas.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utils
      copying skimage/viewer/utils/dialogs.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utils
      creating build/lib.linux-x86_64-3.11/skimage/viewer/viewers
      copying skimage/viewer/viewers/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/viewers
      copying skimage/viewer/viewers/core.py -> build/lib.linux-x86_64-3.11/skimage/viewer/viewers
      creating build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/crop.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/labelplugin.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/overlayplugin.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/base.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/lineprofile.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/measure.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/color_histogram.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/plotplugin.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      copying skimage/viewer/plugins/canny.py -> build/lib.linux-x86_64-3.11/skimage/viewer/plugins
      creating build/lib.linux-x86_64-3.11/skimage/viewer/tests
      copying skimage/viewer/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/tests
      copying skimage/viewer/tests/test_tools.py -> build/lib.linux-x86_64-3.11/skimage/viewer/tests
      copying skimage/viewer/tests/test_widgets.py -> build/lib.linux-x86_64-3.11/skimage/viewer/tests
      copying skimage/viewer/tests/test_plugins.py -> build/lib.linux-x86_64-3.11/skimage/viewer/tests
      copying skimage/viewer/tests/test_viewer.py -> build/lib.linux-x86_64-3.11/skimage/viewer/tests
      copying skimage/viewer/tests/test_utils.py -> build/lib.linux-x86_64-3.11/skimage/viewer/tests
      creating build/lib.linux-x86_64-3.11/skimage/viewer/widgets
      copying skimage/viewer/widgets/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/widgets
      copying skimage/viewer/widgets/core.py -> build/lib.linux-x86_64-3.11/skimage/viewer/widgets
      copying skimage/viewer/widgets/history.py -> build/lib.linux-x86_64-3.11/skimage/viewer/widgets
      creating build/lib.linux-x86_64-3.11/skimage/viewer/canvastools
      copying skimage/viewer/canvastools/painttool.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastools
      copying skimage/viewer/canvastools/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastools
      copying skimage/viewer/canvastools/linetool.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastools
      copying skimage/viewer/canvastools/base.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastools
      copying skimage/viewer/canvastools/recttool.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastools
      creating build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_lpi_filter.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_window.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_gabor.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_median.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_edges.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_correlate.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_thresholding.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_gaussian.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_unsharp_mask.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_fft_based.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      copying skimage/filters/tests/test_ridges.py -> build/lib.linux-x86_64-3.11/skimage/filters/tests
      creating build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/generic.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/_percentile.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/bilateral.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      creating build/lib.linux-x86_64-3.11/skimage/filters/rank/tests
      copying skimage/filters/rank/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank/tests
      copying skimage/filters/rank/tests/test_rank.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank/tests
      creating build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_compare.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_arraycrop.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_map_array.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_shape.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_invert.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_random_noise.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_dtype.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_apply_parallel.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_unique_rows.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_montage.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_regular_grid.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      copying skimage/util/tests/test_labels.py -> build/lib.linux-x86_64-3.11/skimage/util/tests
      creating build/lib.linux-x86_64-3.11/skimage/color/tests
      copying skimage/color/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/color/tests
      copying skimage/color/tests/test_adapt_rgb.py -> build/lib.linux-x86_64-3.11/skimage/color/tests
      copying skimage/color/tests/test_colorlabel.py -> build/lib.linux-x86_64-3.11/skimage/color/tests
      copying skimage/color/tests/test_colorconv.py -> build/lib.linux-x86_64-3.11/skimage/color/tests
      copying skimage/color/tests/test_delta_e.py -> build/lib.linux-x86_64-3.11/skimage/color/tests
      creating build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_brief.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_corner.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_match.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_canny.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_orb.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_peak.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_template.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_texture.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_haar.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_sift.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_cascade.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_daisy.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_util.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_censure.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_blob.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_hog.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      copying skimage/feature/tests/test_basic_features.py -> build/lib.linux-x86_64-3.11/skimage/feature/tests
      creating build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_imread.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_imageio.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_pil.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_sift.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_plugin_util.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_io.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_mpl_imshow.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_simpleitk.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_colormixer.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_fits.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_tifffile.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_histograms.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_collection.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      copying skimage/io/tests/test_multi_image.py -> build/lib.linux-x86_64-3.11/skimage/io/tests
      creating build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/__init__.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/tifffile_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/util.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/q_histogram.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/gtk_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/simpleitk_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/pil_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/matplotlib_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/qt_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/skivi.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/gdal_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/fits_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/imread_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/q_color_mixer.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/imageio_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      creating build/lib.linux-x86_64-3.11/skimage/exposure/tests
      copying skimage/exposure/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/exposure/tests
      copying skimage/exposure/tests/test_histogram_matching.py -> build/lib.linux-x86_64-3.11/skimage/exposure/tests
      copying skimage/exposure/tests/test_exposure.py -> build/lib.linux-x86_64-3.11/skimage/exposure/tests
      creating build/lib.linux-x86_64-3.11/skimage/draw/tests
      copying skimage/draw/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/draw/tests
      copying skimage/draw/tests/test_polygon2mask.py -> build/lib.linux-x86_64-3.11/skimage/draw/tests
      copying skimage/draw/tests/test_draw_nd.py -> build/lib.linux-x86_64-3.11/skimage/draw/tests
      copying skimage/draw/tests/test_draw.py -> build/lib.linux-x86_64-3.11/skimage/draw/tests
      copying skimage/draw/tests/test_draw3d.py -> build/lib.linux-x86_64-3.11/skimage/draw/tests
      copying skimage/draw/tests/test_random_shapes.py -> build/lib.linux-x86_64-3.11/skimage/draw/tests
      creating build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_anisotropy.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_connect.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_pixel_graph.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_spath.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_mcp.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_heap.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      copying skimage/graph/tests/test_flexible.py -> build/lib.linux-x86_64-3.11/skimage/graph/tests
      creating build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_skeletonize_3d.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_skeletonize.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_max_tree.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_gray.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_footprints.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_extrema.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_reconstruction.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_binary.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_misc.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_flood_fill.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_convex_hull.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      copying skimage/morphology/tests/test_util.py -> build/lib.linux-x86_64-3.11/skimage/morphology/tests
      creating build/lib.linux-x86_64-3.11/skimage/future/tests
      copying skimage/future/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future/tests
      copying skimage/future/tests/test_trainable_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/future/tests
      creating build/lib.linux-x86_64-3.11/skimage/future/graph
      copying skimage/future/graph/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future/graph
      copying skimage/future/graph/setup.py -> build/lib.linux-x86_64-3.11/skimage/future/graph
      copying skimage/future/graph/_ncut.py -> build/lib.linux-x86_64-3.11/skimage/future/graph
      copying skimage/future/graph/graph_cut.py -> build/lib.linux-x86_64-3.11/skimage/future/graph
      copying skimage/future/graph/graph_merge.py -> build/lib.linux-x86_64-3.11/skimage/future/graph
      copying skimage/future/graph/rag.py -> build/lib.linux-x86_64-3.11/skimage/future/graph
      creating build/lib.linux-x86_64-3.11/skimage/future/graph/tests
      copying skimage/future/graph/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future/graph/tests
      copying skimage/future/graph/tests/test_rag.py -> build/lib.linux-x86_64-3.11/skimage/future/graph/tests
      copying skimage/transform/_radon_transform.pyx -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/_hough_transform.pyx -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/transform/_warps_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/transform
      copying skimage/measure/_pnpoly.pyx -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_marching_cubes_lewiner_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_moments_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_marching_cubes_classic_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_ccomp.pyx -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_find_contours_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/measure/_ccomp.pxd -> build/lib.linux-x86_64-3.11/skimage/measure
      copying skimage/restoration/_denoise_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_unwrap_3d.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_inpaint.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_unwrap_2d.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_unwrap_1d.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_nl_means_denoising.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/restoration/_rolling_ball_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/restoration
      copying skimage/segmentation/_slic.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_quickshift_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_felzenszwalb_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/_watershed_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/heap_watershed.pxi -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/segmentation/heap_general.pxi -> build/lib.linux-x86_64-3.11/skimage/segmentation
      copying skimage/_shared/fast_exp.pyx -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/transform.pyx -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/geometry.pyx -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/interpolation.pyx -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/fused_numerics.pxd -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/transform.pxd -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/interpolation.pxd -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/fast_exp.pxd -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/_shared/geometry.pxd -> build/lib.linux-x86_64-3.11/skimage/_shared
      copying skimage/filters/_multiotsu.pyx -> build/lib.linux-x86_64-3.11/skimage/filters
      copying skimage/util/_remap.pyx -> build/lib.linux-x86_64-3.11/skimage/util
      copying skimage/feature/_sift.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/corner_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_haar.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_texture.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/censure_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/orb_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_cascade.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_hoghistogram.pyx -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_texture.pxd -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/safe_openmp.pxd -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/feature/_haar.pxd -> build/lib.linux-x86_64-3.11/skimage/feature
      copying skimage/draw/_draw.pyx -> build/lib.linux-x86_64-3.11/skimage/draw
      copying skimage/graph/_mcp.pyx -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/heap.pyx -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/_spath.pyx -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/_mcp.pxd -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/graph/heap.pxd -> build/lib.linux-x86_64-3.11/skimage/graph
      copying skimage/morphology/_flood_fill_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_max_tree.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_extrema_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_grayreconstruct.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_skeletonize_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_convex_hull.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_skeletonize_3d_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/morphology/_queue_with_history.pxi -> build/lib.linux-x86_64-3.11/skimage/morphology
      copying skimage/filters/rank/generic_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/core_cy_3d.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/core_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/percentile_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/bilateral_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/core_cy_3d.pxd -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/filters/rank/core_cy.pxd -> build/lib.linux-x86_64-3.11/skimage/filters/rank
      copying skimage/io/_plugins/_histograms.pyx -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/io/_plugins/_colormixer.pyx -> build/lib.linux-x86_64-3.11/skimage/io/_plugins
      copying skimage/future/graph/_ncut_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/future/graph
      running build_ext
      INFO: customize UnixCCompiler
      INFO: customize UnixCCompiler using ConditionalOpenMP
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-march=native)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      creating /tmp/tmpuao7klwu/tmp
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils
      creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-march=native'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-O3)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-O3'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-Werror)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-Werror'
      INFO: CCompilerOpt.__init__[1786] : check requested baseline
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse2'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE' with flags (-msse -msse2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -Werror'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE2' with flags (-msse -msse2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse3)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse3'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -Werror'
      INFO: CCompilerOpt.__init__[1795] : check requested dispatch-able features
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mssse3)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mssse3'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse4.1)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse4.1'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mpopcnt)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mpopcnt'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-msse4.2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse4.2'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mf16c)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mf16c'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx2'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mfma)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mfma'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512f -mno-mmx)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512f -mno-mmx'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512cd)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512cd'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512er -mavx512pf)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512er -mavx512pf'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror'
      WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c /tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.c -o /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.o -MMD -MF /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output ->
      In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:51,
                       from /tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.c:14:
      In function ‘_mm512_exp2a23_round_pd’,
          inlined from ‘main’ at /tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.c:21:17:
      /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512erintrin.h:55:20: error: ‘__W’ is used uninitialized [-Werror=uninitialized]
         55 |   return (__m512d) __builtin_ia32_exp2pd_mask ((__v8df) __A,
            |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         56 |                                                (__v8df) __W,
            |                                                ~~~~~~~~~~~~~
         57 |                                                (__mmask8) -1, __R);
            |                                                ~~~~~~~~~~~~~~~~~~~
      /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512erintrin.h: In function ‘main’:
      /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512erintrin.h:54:11: note: ‘__W’ was declared here
         54 |   __m512d __W;
            |           ^~~
      In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:53:
      In function ‘_mm512_mask_prefetch_i64scatter_pd’,
          inlined from ‘main’ at /tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.c:23:5:
      /usr/lib/gcc/x86_64-linux-gnu/12/include/avx512pfintrin.h:180:3: error: ‘base’ may be used uninitialized [-Werror=maybe-uninitialized]
        180 |   __builtin_ia32_scatterpfqpd (__mask, (__v8di) __index, __addr, __scale,
            |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        181 |                                __hint);
            |                                ~~~~~~~
      <built-in>: In function ‘main’:
      <built-in>: note: by argument 3 of type ‘const void *’ to ‘__builtin_ia32_scatterpfqpd’ declared here
      /tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checks/cpu_avx512_knl.c:18:9: note: ‘base’ declared here
         18 |     int base[128];
            |         ^~~~
      cc1: all warnings being treated as errors
      
      WARN: CCompilerOpt.feature_test[1567] : testing failed
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512vl -mavx512bw -mavx512dq'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vnni)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512vnni'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512ifma -mavx512vbmi)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512ifma -mavx512vbmi'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
      INFO: CCompilerOpt.cc_test_flags[1077] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
      INFO: CCompilerOpt.feature_test[1551] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
      INFO: CCompilerOpt.__init__[1807] : skip features (SSE2 SSE SSE3) since its part of baseline
      INFO: CCompilerOpt.__init__[1811] : initialize targets groups
      INFO: CCompilerOpt.__init__[1813] : parse target group simd_test
      INFO: CCompilerOpt._parse_target_tokens[2024] : skip targets (VSX3 VXE VSX2 VSX VXE2 VX VSX4 XOP NEON ASIMD FMA4) not part of baseline or dispatch-able features
      INFO: CCompilerOpt._parse_policy_not_keepbase[2136] : skip baseline features (SSE2)
      INFO: CCompilerOpt.generate_dispatch_header[2357] : generate CPU dispatch header: (build/src.linux-x86_64-3.11/numpy/distutils/include/npy_cpu_dispatch_config.h)
      WARN: CCompilerOpt.generate_dispatch_header[2366] : dispatch header dir build/src.linux-x86_64-3.11/numpy/distutils/include does not exist, creating it
      INFO: CCompilerOpt.feature_extra_checks[1631] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror'
      INFO: CCompilerOpt.feature_extra_checks[1631] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      INFO: customize UnixCCompiler
      INFO: customize UnixCCompiler using ConditionalOpenMP
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      INFO: compile options: '-I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-fopenmp'
      INFO: x86_64-linux-gnu-gcc: test.c
      test.c:1:17: warning: extra tokens at end of #include directive
          1 | #include <omp.h>int main(int argc, char** argv) { return(0); }
            |                 ^~~
      INFO: x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 test.o -L/usr/lib/x86_64-linux-gnu -o libtestlib.so -fopenmp
      INFO: building 'skimage._shared.geometry' extension
      INFO: compiling C sources
      INFO: C compiler: x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC
      
      creating build/temp.linux-x86_64-3.11/skimage
      creating build/temp.linux-x86_64-3.11/skimage/_shared
      INFO: compile options: '-I/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c'
      extra options: '-fopenmp -msse -msse2 -msse3'
      INFO: x86_64-linux-gnu-gcc: skimage/_shared/geometry.c
      skimage/_shared/geometry.c:19:10: fatal error: Python.h: そのようなファイルやディレクトリはありません
         19 | #include "Python.h"
            |          ^~~~~~~~~~
      compilation terminated.
      error: Command "x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.11/numpy/distutils/include -I/home/yyyyyy/stable-diffusion-webui/venv/include -I/usr/include/python3.11 -c skimage/_shared/geometry.c -o build/temp.linux-x86_64-3.11/skimage/_shared/geometry.o -MMD -MF build/temp.linux-x86_64-3.11/skimage/_shared/geometry.o.d -fopenmp -msse -msse2 -msse3" failed with exit status 1
      INFO:
      ########### EXT COMPILER OPTIMIZATION ###########
      INFO: Platform      :
        Architecture: x64
        Compiler    : gcc
      
      CPU baseline  :
        Requested   : 'min'
        Enabled     : SSE SSE2 SSE3
        Flags       : -msse -msse2 -msse3
        Extra checks: none
      
      CPU dispatch  :
        Requested   : 'max -xop -fma4'
        Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
        Generated   : none
      INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /tmp/pip-install-d3ya3o8t/scikit-image_2a1ed8bfea5d4f448188bc3ad86ba2ad/build/temp.linux-x86_64-3.11/ccompiler_opt_cache_ext.py
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for scikit-image
ERROR: Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects

なんかエラーいっぱいでた。

ログ見ると3.11 使おうとしているようにみえる。

そしてバージョン確認してみると

$ python -V

Python 3.10.11

なぜ・・・前回 3.11.2になってなかったっけ・・・?
なんで逆になってるんだ・・・。

AnacondaがいるせいでよくわからなくなってそうなのでAnaconda消す。

$ conda install anaconda-clean

Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /home/yyyyyy/anaconda3

  added / updated specs:
    - anaconda-clean


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    anaconda-clean-1.1.1       |  py310h06a4308_0           8 KB
    ------------------------------------------------------------
                                           Total:           8 KB

The following NEW packages will be INSTALLED:

  anaconda-clean     pkgs/main/linux-64::anaconda-clean-1.1.1-py310h06a4308_0 


Proceed ([y]/n)? 

Downloading and Extracting Packages
                                                                                                                                                                         
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
$ rm -rf anaconda3/

.bash_profile に記述されているアナコンダ関連設定を消す。
最後の方にconda云々って書いてあるところ。
もう消しちゃったので実際の記述は不明。

そしてログインしなおし。

$ python3 -V
Python 3.11.2

無事元に戻りました。

そしてもう一回やってみたけどやはり同じエラー。

ちゃんとログみてみます。

skimage/_shared/geometry.c:19:10: fatal error: Python.h: そのようなファイルやディレクトリはありません

         19 | #include "Python.h"

ファイル見てみます。

cd ~/stable-diffusion-webui/venv/lib/python3.11/site-packages/skimage/_shared/

$ cat _geometry.py 

__all__ = ['polygon_clip', 'polygon_area']


import numpy as np


from .version_requirements import require



@require("matplotlib", ">=3.3")

def polygon_clip(rp, cp, r0, c0, r1, c1):

    """Clip a polygon to the given bounding box.


    Parameters

    ----------

    rp, cp : (N,) ndarray of double

        Row and column coordinates of the polygon.

    (r0, c0), (r1, c1) : double

        Top-left and bottom-right coordinates of the bounding box.


    Returns

    -------

    r_clipped, c_clipped : (M,) ndarray of double

        Coordinates of clipped polygon.


    Notes

    -----

    This makes use of Sutherland-Hodgman clipping as implemented in

    AGG 2.4 and exposed in Matplotlib.


    """

    from matplotlib import path, transforms


    poly = path.Path(np.vstack((rp, cp)).T, closed=True)

    clip_rect = transforms.Bbox([[r0, c0], [r1, c1]])

    poly_clipped = poly.clip_to_bbox(clip_rect).to_polygons()[0]


    return poly_clipped[:, 0], poly_clipped[:, 1]



def polygon_area(pr, pc):

    """Compute the area of a polygon.


    Parameters

    ----------

    pr, pc : (N,) array of float

        Polygon row and column coordinates.


    Returns

    -------

    a : float

        Area of the polygon.

    """

    pr = np.asarray(pr)

    pc = np.asarray(pc)

    return 0.5 * np.abs(np.sum((pc[:-1] * pr[1:]) - (pc[1:] * pr[:-1])))

19行目ってReturnsしかないんだけど
#include "Python.h"

ってどこにあるんだろう。
というかこれってC関連っぽいので
なんか足りてないんだろうなと思ってぐぐるとやはりそう。

Ubuntu(WSL)でPython.hが見つからない問題

gcc/g++でPython.hがincludeできない。

なので入れる。 

$ sudo apt install python3.11-dev

パッケージリストを読み込んでいます... 完了

依存関係ツリーを作成しています... 完了        

状態情報を読み取っています... 完了        

以下の追加パッケージがインストールされます:

  libexpat1-dev libpython3.11-dev zlib1g-dev

以下のパッケージが新たにインストールされます:

  libexpat1-dev libpython3.11-dev python3.11-dev zlib1g-dev

アップグレード: 0 個、新規インストール: 4 個、削除: 0 個、保留: 0 個。

6,983 kB のアーカイブを取得する必要があります。

この操作後に追加で 29.3 MB のディスク容量が消費されます。

続行しますか? [Y/n] y

取得:1 http://jp.archive.ubuntu.com/ubuntu lunar/main amd64 libexpat1-dev amd64 2.5.0-1 [137 kB]

取得:2 http://jp.archive.ubuntu.com/ubuntu lunar/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1ubuntu4 [895 kB]

取得:3 http://jp.archive.ubuntu.com/ubuntu lunar/main amd64 libpython3.11-dev amd64 3.11.2-6 [5,338 kB]

取得:4 http://jp.archive.ubuntu.com/ubuntu lunar/main amd64 python3.11-dev amd64 3.11.2-6 [614 kB]

6,983 kB を 3秒 で取得しました (2,185 kB/s)

以前に未選択のパッケージ libexpat1-dev:amd64 を選択しています。

(データベースを読み込んでいます ... 現在 168640 個のファイルとディレクトリがインストールされています。)

.../libexpat1-dev_2.5.0-1_amd64.deb を展開する準備をしています ...

libexpat1-dev:amd64 (2.5.0-1) を展開しています...

以前に未選択のパッケージ zlib1g-dev:amd64 を選択しています。

.../zlib1g-dev_1%3a1.2.13.dfsg-1ubuntu4_amd64.deb を展開する準備をしています ...

zlib1g-dev:amd64 (1:1.2.13.dfsg-1ubuntu4) を展開しています...

以前に未選択のパッケージ libpython3.11-dev:amd64 を選択しています。

.../libpython3.11-dev_3.11.2-6_amd64.deb を展開する準備をしています ...

libpython3.11-dev:amd64 (3.11.2-6) を展開しています...

以前に未選択のパッケージ python3.11-dev を選択しています。

.../python3.11-dev_3.11.2-6_amd64.deb を展開する準備をしています ...

python3.11-dev (3.11.2-6) を展開しています...

libexpat1-dev:amd64 (2.5.0-1) を設定しています ...

zlib1g-dev:amd64 (1:1.2.13.dfsg-1ubuntu4) を設定しています ...

libpython3.11-dev:amd64 (3.11.2-6) を設定しています ...

python3.11-dev (3.11.2-6) を設定しています ...

man-db (2.11.2-1) のトリガを処理しています ...

そしてもう一回。

$ bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)


################################################################

Install script for stable-diffusion + Web UI

Tested on Debian 11 (Bullseye)

################################################################


################################################################

Running on yyyyyy user

################################################################


################################################################

Create and activate python venv

################################################################


################################################################

Launching launch.py...

################################################################

Cannot locate TCMalloc (improves CPU memory usage)

Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]

Version: v1.2.1

Commit hash: 89f9faa63388756314e8a1d96cf86bf5e0663045

Installing requirements

Launching Web UI with arguments: 

No module 'xformers'. Proceeding without it.

Downloading: "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors" to /home/yyyyyy/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors


100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3.97G/3.97G [01:09<00:00, 61.7MB/s]

Calculating sha256 for /home/yyyyyy/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors: Running on local URL:  http://127.0.0.1:7860


To create a public link, set `share=True` in `launch()`.

Startup time: 72.6s (import torch: 0.5s, import gradio: 0.9s, import ldm: 0.3s, other imports: 0.4s, list SD models: 70.0s, load scripts: 0.2s, create ui: 0.2s).

6ce0161689b3853acaa03779ec93eafe75a02f4ced659bee03f50797806fa2fa

Loading weights [6ce0161689] from /home/yyyyyy/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors

Creating model from config: /home/yyyyyy/stable-diffusion-webui/configs/v1-inference.yaml

LatentDiffusion: Running in eps-prediction mode

DiffusionWrapper has 859.52 M params.

Downloading (…)olve/main/vocab.json: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 961k/961k [00:00<00:00, 1.62MB/s]

Downloading (…)olve/main/merges.txt: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 525k/525k [00:00<00:00, 1.24MB/s]

Downloading (…)cial_tokens_map.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████| 389/389 [00:00<00:00, 1.53MB/s]

Downloading (…)okenizer_config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████████| 905/905 [00:00<00:00, 3.33MB/s]

Downloading (…)lve/main/config.json: 100%|██████████████████████████████████████████████████████████████████████████████████████████| 4.52k/4.52k [00:00<00:00, 13.9MB/s]

Applying cross attention optimization (Doggettx).

Textual inversion embeddings loaded(0): 

Model loaded in 8.3s (calculate hash: 2.5s, load weights from disk: 0.1s, create model: 4.8s, apply weights to model: 0.4s, apply half(): 0.2s, move model to device: 0.2s).

ここで止まって動かない。
modelをロードしたよって書いてあるからうごいてるのかな?
と思ってブラウザからアクセスしてみたら動いてた!!

ついに!!!

というか最初から公式のドキュメント見ろよって話でした。

あとは普段使ってるPCからアクセスできるようにします。

$ sudo ufw status

状態: 非アクティブ

あれ、ガバガバ?
$ ss -atn
State                Recv-Q           Send-Q                            Local Address:Port                                Peer Address:Port            Process           
LISTEN               0                4096                              127.0.0.53%lo:53                                       0.0.0.0:*                                 
LISTEN               0                2048                                  127.0.0.1:7860                                     0.0.0.0:*                                 
LISTEN               0                50                                      0.0.0.0:139                                      0.0.0.0:*                                 
LISTEN               0                128                                   127.0.0.1:631                                      0.0.0.0:*                                 
LISTEN               0                50                                      0.0.0.0:445                                      0.0.0.0:*                                 
LISTEN               0                4096                                 127.0.0.54:53                                       0.0.0.0:*                                 
ESTAB                0                0                                   192.168.0.4:445                                192.168.0.152:59390                             
ESTAB                0                0                                   192.168.0.4:445                                192.168.0.152:59370                             
ESTAB                0                0                                   192.168.0.4:37280                             20.198.119.143:443                               
ESTAB                0                0                                   192.168.0.4:445                                192.168.0.152:59366                             
ESTAB                0                0                                   192.168.0.4:57984                             163.139.174.27:443                               
CLOSE-WAIT           1                0                                   192.168.0.4:47080                              8.253.176.249:80                                
ESTAB                0                0                                   192.168.0.4:445                                192.168.0.152:59376                             
ESTAB                0                0                                   192.168.0.4:51514                                99.84.50.20:443                               
CLOSE-WAIT           1                0                                     127.0.0.1:43016                                  127.0.0.1:7860                              
ESTAB                0                0                                   192.168.0.4:37332                               184.26.43.68:443                               
CLOSE-WAIT           25               0                                   192.168.0.4:58956                                99.84.50.44:443                               
ESTAB                0                0                                   192.168.0.4:38400                              20.190.141.32:443                               
LISTEN               0                2                                         [::1]:3350                                        [::]:*                                 
LISTEN               0                4096                                          *:22                                             *:*                                 
LISTEN               0                50                                         [::]:139                                         [::]:*                                 
LISTEN               0                50                                         [::]:445                                         [::]:*                                 
LISTEN               0                2                                             *:3389                                           *:*                                 
LISTEN               0                128                                       [::1]:631                                         [::]:*                                 
ESTAB                0                0                          [::ffff:192.168.0.4]:22                        [::ffff:192.168.0.152]:43306                             
ESTAB                0                0                          [::ffff:192.168.0.4]:22                        [::ffff:192.168.0.152]:53194 

なるほど外向けにLISTENしてないんですな。
起動オプションつければいいだけらしい。

$ vi ~/stable-diffusion-webui/webui-user.sh

 # Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"

#export COMMANDLINE_ARGS=""

export COMMANDLINE_ARGS="–-listen" # 追記

これで無事スタートラインにたてました。

コメント