動かないので最初からやりなおし。
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 UITested 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 20451Receiving 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.1Commit hash: 89f9faa63388756314e8a1d96cf86bf5e0663045Installing torch and torchvisionLooking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118Collecting torch==2.0.1Downloading 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:00Collecting torchvision==0.15.2Downloading 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:00Collecting filelockDownloading filelock-3.12.0-py3-none-any.whl (10 kB)Collecting typing-extensionsUsing cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)Collecting sympyUsing cached sympy-1.12-py3-none-any.whl (5.7 MB)Collecting networkxUsing cached networkx-3.1-py3-none-any.whl (2.1 MB)Collecting jinja2Downloading 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:00Collecting triton==2.0.0Downloading 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:00Collecting numpyDownloading 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:00Collecting requestsDownloading requests-2.30.0-py3-none-any.whl (62 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.5/62.5 kB 4.3 MB/s eta 0:00:00Collecting pillow!=8.3.*,>=5.3.0Downloading 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:00Collecting cmakeUsing cached cmake-3.26.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB)Collecting litUsing cached lit-16.0.5.tar.gz (138 kB)Preparing metadata (setup.py) ... doneCollecting MarkupSafe>=2.0Downloading 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,>=2Downloading 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:00Collecting idna<4,>=2.5Downloading 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:00Collecting urllib3<3,>=1.21.1Downloading urllib3-2.0.2-py3-none-any.whl (123 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/123.2 kB 6.5 MB/s eta 0:00:00Collecting certifi>=2017.4.17Downloading certifi-2023.5.7-py3-none-any.whl (156 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 8.1 MB/s eta 0:00:00Collecting mpmath>=0.19Using 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, torchvisionDEPRECATION: 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/8559Running setup.py install for lit ... doneSuccessfully 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.2Installing gfpganInstalling clipInstalling open_clipCloning 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 CodeFormerInstalling requirementsTraceback (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_environmentrun_pip(f"install -r \"{requirements_file}\"", "requirements")File "/home/yyyyyy/stable-diffusion-webui/launch.py", line 143, in run_pipreturn 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 runraise RuntimeError(message)RuntimeError: Couldn't install requirements.Command: "/home/yyyyyy/stable-diffusion-webui/venv/bin/python3" -m pip install -r "requirements_versions.txt" --prefer-binaryError code: 1stdout: Collecting blendmodes==2022Downloading blendmodes-2022-py3-none-any.whl (10 kB)Collecting transformers==4.25.1Downloading transformers-4.25.1-py3-none-any.whl (5.8 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 29.6 MB/s eta 0:00:00Collecting accelerate==0.18.0Downloading accelerate-0.18.0-py3-none-any.whl (215 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.3/215.3 kB 83.0 MB/s eta 0:00:00Requirement 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.8Downloading gfpgan-1.3.8-py3-none-any.whl (52 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 37.7 MB/s eta 0:00:00Collecting gradio==3.29.0Downloading gradio-3.29.0-py3-none-any.whl (17.3 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 45.7 MB/s eta 0:00:00Collecting numpy==1.23.5Downloading 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:00Collecting Pillow==9.4.0Downloading 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:00Collecting realesrgan==0.3.0Downloading 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.3Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.3/79.3 kB 34.6 MB/s eta 0:00:00Collecting pytorch_lightning==1.9.4Downloading pytorch_lightning-1.9.4-py3-none-any.whl (827 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 827.8/827.8 kB 50.9 MB/s eta 0:00:00Collecting scikit-image==0.19.2Downloading scikit-image-0.19.2.tar.gz (22.2 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/22.2 MB 52.7 MB/s eta 0:00:00Installing build dependencies: startedInstalling build dependencies: finished with status 'done'Getting requirements to build wheel: startedGetting requirements to build wheel: finished with status 'done'Preparing metadata (pyproject.toml): startedPreparing metadata (pyproject.toml): finished with status 'done'Collecting fontsDownloading fonts-0.0.3-py3-none-any.whl (4.2 kB)Collecting font-robotoDownloading font-roboto-0.0.1.tar.gz (2.4 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 45.9 MB/s eta 0:00:00Preparing metadata (setup.py): startedPreparing metadata (setup.py): finished with status 'done'Collecting timm==0.6.7Downloading timm-0.6.7-py3-none-any.whl (509 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 35.3 MB/s eta 0:00:00Collecting piexif==1.1.3Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)Collecting einops==0.4.1Downloading einops-0.4.1-py3-none-any.whl (28 kB)Collecting jsonmerge==1.8.0Downloading jsonmerge-1.8.0.tar.gz (26 kB)Preparing metadata (setup.py): startedPreparing metadata (setup.py): finished with status 'done'Collecting clean-fid==0.1.29Downloading clean_fid-0.1.29-py3-none-any.whl (24 kB)Collecting resize-right==0.0.2Using cached resize_right-0.0.2-py3-none-any.whl (8.9 kB)Collecting torchdiffeq==0.2.3Using cached torchdiffeq-0.2.3-py3-none-any.whl (31 kB)Collecting kornia==0.6.7Downloading kornia-0.6.7-py2.py3-none-any.whl (565 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 565.1/565.1 kB 48.5 MB/s eta 0:00:00Collecting lark==1.1.2Downloading lark-1.1.2-py2.py3-none-any.whl (104 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/104.7 kB 45.5 MB/s eta 0:00:00Collecting inflection==0.5.1Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)Collecting GitPython==3.1.30Downloading GitPython-3.1.30-py3-none-any.whl (184 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.0/184.0 kB 67.0 MB/s eta 0:00:00Collecting torchsde==0.2.5Using cached torchsde-0.2.5-py3-none-any.whl (59 kB)Collecting safetensors==0.3.1Downloading 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:00Collecting httpcore<=0.15Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 54.0 MB/s eta 0:00:00Collecting fastapi==0.94.0Downloading fastapi-0.94.0-py3-none-any.whl (56 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 kB 42.2 MB/s eta 0:00:00Collecting aenum<4,>=3.1.7Downloading aenum-3.1.12-py3-none-any.whl (131 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 57.6 MB/s eta 0:00:00Collecting deprecation<3,>=2.1.0Downloading 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.1Downloading 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:00Requirement 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 psutilDownloading 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:00Requirement 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 aiofilesUsing cached aiofiles-23.1.0-py3-none-any.whl (14 kB)Collecting aiohttpDownloading 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:00Collecting altair>=4.2.0Using cached altair-5.0.0-py3-none-any.whl (477 kB)Collecting ffmpyUsing cached ffmpy-0.3.0.tar.gz (4.8 kB)Preparing metadata (setup.py): startedPreparing metadata (setup.py): finished with status 'done'Collecting gradio-client>=0.2.1Using cached gradio_client-0.2.5-py3-none-any.whl (288 kB)Collecting httpxDownloading httpx-0.24.1-py3-none-any.whl (75 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 59.1 MB/s eta 0:00:00Requirement 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.0Using 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.3Using cached mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)Collecting orjsonDownloading 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:00Collecting pandasDownloading 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:00Collecting pydanticDownloading 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:00Collecting pydubUsing cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)Collecting pygments>=2.12.0Using cached Pygments-2.15.1-py3-none-any.whl (1.1 MB)Collecting python-multipartUsing cached python_multipart-0.0.6-py3-none-any.whl (45 kB)Collecting semantic-versionUsing 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.0Using cached uvicorn-0.22.0-py3-none-any.whl (58 kB)Collecting websockets>=10.0Downloading 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:00Collecting antlr4-python3-runtime==4.9.*Using cached antlr4-python3-runtime-4.9.3.tar.gz (117 kB)Preparing metadata (setup.py): startedPreparing 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.0Using cached torchmetrics-0.11.4-py3-none-any.whl (519 kB)Collecting lightning-utilities>=0.6.0.post0Using 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 jsonschemaDownloading jsonschema-4.17.3-py3-none-any.whl (90 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 30.8 MB/s eta 0:00:00Collecting requestsDownloading requests-2.25.1-py2.py3-none-any.whl (61 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 34.2 MB/s eta 0:00:00Collecting gitdb<5,>=4.0.1Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)Collecting boltons>=20.2.1Downloading boltons-23.0.0-py2.py3-none-any.whl (194 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 57.2 MB/s eta 0:00:00Collecting trampoline>=0.1.2Using cached trampoline-0.1.2-py3-none-any.whl (5.2 kB)Collecting starlette<0.27.0,>=0.26.0Downloading starlette-0.26.1-py3-none-any.whl (66 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/66.9 kB 53.4 MB/s eta 0:00:00Collecting chardet<5,>=3.0.2Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 68.8 MB/s eta 0:00:00Collecting idna<3,>=2.5Downloading idna-2.10-py2.py3-none-any.whl (58 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 46.8 MB/s eta 0:00:00Requirement 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.11Downloading h11-0.12.0-py3-none-any.whl (54 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 44.5 MB/s eta 0:00:00Collecting 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 toolzDownloading toolz-0.12.0-py3-none-any.whl (55 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 44.1 MB/s eta 0:00:00Requirement 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.0Downloading attrs-23.1.0-py3-none-any.whl (61 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 32.2 MB/s eta 0:00:00Requirement 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.5Downloading 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:00Collecting async-timeout<5.0,>=4.0.0a3Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)Collecting yarl<2.0,>=1.0Downloading 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:00Collecting frozenlist>=1.1.1Downloading 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:00Collecting aiosignal>=1.1.2Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)Collecting smmap<6,>=3.0.1Using cached smmap-5.0.0-py3-none-any.whl (24 kB)Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 46.5 MB/s eta 0:00:00Collecting mdurl~=0.1Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)Collecting linkify-it-py<3,>=1Using 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.1Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 44.7 MB/s eta 0:00:00Collecting tzdata>=2022.1Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)Collecting click>=7.0Downloading click-8.1.3-py3-none-any.whl (96 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 46.8 MB/s eta 0:00:00Requirement 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-pyUsing 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, ffmpyBuilding wheel for scikit-image (pyproject.toml): startedBuilding wheel for scikit-image (pyproject.toml): finished with status 'error'Building wheel for jsonmerge (setup.py): startedBuilding 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=c1ec19814f2d9fab7dd40eecf636510dddaf9089dc51d91489a62eb078c6eeadStored in directory: /home/yyyyyy/.cache/pip/wheels/a6/e9/d8/3af49bcbde2c31fb814aadbc8a8f155d6015042e64827ae93dBuilding wheel for antlr4-python3-runtime (setup.py): startedBuilding 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=5a39adfcdec2dce07d9001a07a2ddd7e8b4bc4903baf0a32226d5028896e25d0Stored in directory: /home/yyyyyy/.cache/pip/wheels/1a/97/32/461f837398029ad76911109f07047fde1d7b661a147c7c56d1Building wheel for font-roboto (setup.py): startedBuilding 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=0d9eb2a9e26d26bff84f1ef94ffbaba0c2782ff75b89add99064d574fc474421Stored in directory: /home/yyyyyy/.cache/pip/wheels/76/83/3b/fe9627fa694ac4bffdff735e80c80c6af4afe712e58df365f0Building wheel for ffmpy (setup.py): startedBuilding 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=4476c1e555c614951286c062af840cf5567f7734d4e9ca3618cd7348892038a8Stored in directory: /home/yyyyyy/.cache/pip/wheels/47/a0/29/b51cefd1cb11f7bd95ec49652e5bda63f17e4718c67280de57Successfully built jsonmerge antlr4-python3-runtime font-roboto ffmpyFailed to build scikit-imagestderr: 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 resultof the deprecation of `distutils` itself. It will be removed forPython >= 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.htmlfrom numpy.distutils.command.build_ext import build_ext as npy_build_extPartial 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.pyxrunning bdist_wheelrunning buildrunning config_ccINFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler optionsrunning config_fcINFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler optionsrunning build_srcINFO: build_srcINFO: building extension "skimage._shared.geometry" sourcesINFO: building extension "skimage._shared.transform" sourcesINFO: building extension "skimage._shared.interpolation" sourcesINFO: building extension "skimage._shared.fast_exp" sourcesINFO: building extension "skimage.draw._draw" sourcesINFO: building extension "skimage.feature._cascade" sourcesINFO: building extension "skimage.feature.corner_cy" sourcesINFO: building extension "skimage.feature.censure_cy" sourcesINFO: building extension "skimage.feature.orb_cy" sourcesINFO: building extension "skimage.feature._texture" sourcesINFO: building extension "skimage.feature._hoghistogram" sourcesINFO: building extension "skimage.feature._haar" sourcesINFO: building extension "skimage.feature._sift" sourcesINFO: building extension "skimage.feature.brief_cy" sourcesINFO: building extension "skimage.feature._hessian_det_appx" sourcesINFO: building extension "skimage.restoration._unwrap_1d" sourcesINFO: building extension "skimage.restoration._unwrap_2d" sourcesINFO: building extension "skimage.restoration._unwrap_3d" sourcesINFO: building extension "skimage.restoration._denoise_cy" sourcesINFO: building extension "skimage.restoration._nl_means_denoising" sourcesINFO: building extension "skimage.restoration._rolling_ball_cy" sourcesINFO: building extension "skimage.restoration._inpaint" sourcesINFO: building extension "skimage.filters.rank.core_cy" sourcesINFO: building extension "skimage.filters.rank.core_cy_3d" sourcesINFO: building extension "skimage.filters._multiotsu" sourcesINFO: building extension "skimage.filters.rank.generic_cy" sourcesINFO: building extension "skimage.filters.rank.percentile_cy" sourcesINFO: building extension "skimage.filters.rank.bilateral_cy" sourcesINFO: building extension "skimage.future.graph._ncut_cy" sourcesINFO: building extension "skimage.graph._spath" sourcesINFO: building extension "skimage.graph._mcp" sourcesINFO: building extension "skimage.graph.heap" sourcesINFO: building extension "skimage.io._plugins._colormixer" sourcesINFO: building extension "skimage.io._plugins._histograms" sourcesINFO: building extension "skimage.measure._ccomp" sourcesINFO: building extension "skimage.measure._find_contours_cy" sourcesINFO: building extension "skimage.measure._moments_cy" sourcesINFO: building extension "skimage.measure._marching_cubes_classic_cy" sourcesINFO: building extension "skimage.measure._marching_cubes_lewiner_cy" sourcesINFO: building extension "skimage.measure._pnpoly" sourcesINFO: building extension "skimage.morphology._skeletonize_cy" sourcesINFO: building extension "skimage.morphology._convex_hull" sourcesINFO: building extension "skimage.morphology._grayreconstruct" sourcesINFO: building extension "skimage.morphology._max_tree" sourcesINFO: building extension "skimage.morphology._skeletonize_3d_cy" sourcesINFO: building extension "skimage.morphology._extrema_cy" sourcesINFO: building extension "skimage.morphology._flood_fill_cy" sourcesINFO: building extension "skimage.transform._hough_transform" sourcesINFO: building extension "skimage.transform._warps_cy" sourcesINFO: building extension "skimage.transform._radon_transform" sourcesINFO: building extension "skimage.util._remap" sourcesINFO: building extension "skimage.segmentation._watershed_cy" sourcesINFO: building extension "skimage.segmentation._felzenszwalb_cy" sourcesINFO: building extension "skimage.segmentation._quickshift_cy" sourcesINFO: building extension "skimage.segmentation._slic" sourcesINFO: building data_files sourcesINFO: build_src: building npy-pkg config filesrunning build_pycreating buildcreating build/lib.linux-x86_64-3.11creating build/lib.linux-x86_64-3.11/skimagecopying skimage/__init__.py -> build/lib.linux-x86_64-3.11/skimagecopying skimage/setup.py -> build/lib.linux-x86_64-3.11/skimagecopying skimage/conftest.py -> build/lib.linux-x86_64-3.11/skimagecopying skimage/_build.py -> build/lib.linux-x86_64-3.11/skimagecreating build/lib.linux-x86_64-3.11/doccreating build/lib.linux-x86_64-3.11/doc/extcopying doc/ext/__init__.py -> build/lib.linux-x86_64-3.11/doc/extcopying doc/ext/plot2rst.py -> build/lib.linux-x86_64-3.11/doc/extcopying doc/ext/doi_role.py -> build/lib.linux-x86_64-3.11/doc/extcopying doc/ext/notebook_doc.py -> build/lib.linux-x86_64-3.11/doc/extcreating build/lib.linux-x86_64-3.11/doc/ext/testscopying doc/ext/tests/__init__.py -> build/lib.linux-x86_64-3.11/doc/ext/testscopying doc/ext/tests/test_notebook_doc.py -> build/lib.linux-x86_64-3.11/doc/ext/testscreating build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/__init__.py -> build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/_structural_similarity.py -> build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/_adapted_rand_error.py -> build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/set_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/simple_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/_variation_of_information.py -> build/lib.linux-x86_64-3.11/skimage/metricscopying skimage/metrics/_contingency_table.py -> build/lib.linux-x86_64-3.11/skimage/metricscreating build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/__init__.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/setup.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/finite_radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/_geometric.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/pyramids.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/hough_transform.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/_warps.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/integral.py -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transformcreating build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/__init__.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/setup.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_marching_cubes_classic.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_regionprops_utils.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/entropy.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_polygon.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_blur_effect.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_find_contours.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/pnpoly.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/block.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/fit.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/profile.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_moments.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_marching_cubes_lewiner.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_marching_cubes_lewiner_luts.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_regionprops.py -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_label.py -> build/lib.linux-x86_64-3.11/skimage/measurecreating build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/__init__.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/setup.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/uft.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/deconvolution.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/j_invariant.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/non_local_means.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/unwrap.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/rolling_ball.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/inpaint.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_cycle_spin.py -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_denoise.py -> build/lib.linux-x86_64-3.11/skimage/restorationcreating build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/__init__.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/setup.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_watershed.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_clear_border.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/boundaries.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/random_walker_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/morphsnakes.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_quickshift.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/active_contour_model.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_chan_vese.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_expand_labels.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_join.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/slic_superpixels.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_felzenszwalb.py -> build/lib.linux-x86_64-3.11/skimage/segmentationcreating build/lib.linux-x86_64-3.11/skimage/datacopying skimage/data/__init__.py -> build/lib.linux-x86_64-3.11/skimage/datacopying skimage/data/setup.py -> build/lib.linux-x86_64-3.11/skimage/datacopying skimage/data/_fetchers.py -> build/lib.linux-x86_64-3.11/skimage/datacopying skimage/data/_registry.py -> build/lib.linux-x86_64-3.11/skimage/datacopying skimage/data/_binary_blobs.py -> build/lib.linux-x86_64-3.11/skimage/datacreating build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/__init__.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/setup.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/tester.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/_geometry.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/filters.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/testing.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/_dependency_checks.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/utils.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/lazy.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/_tempfile.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/coord.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/version_requirements.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/_warnings.py -> build/lib.linux-x86_64-3.11/skimage/_sharedcreating build/lib.linux-x86_64-3.11/skimage/registrationcopying skimage/registration/__init__.py -> build/lib.linux-x86_64-3.11/skimage/registrationcopying skimage/registration/_optical_flow_utils.py -> build/lib.linux-x86_64-3.11/skimage/registrationcopying skimage/registration/_optical_flow.py -> build/lib.linux-x86_64-3.11/skimage/registrationcopying skimage/registration/_masked_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registrationcopying skimage/registration/_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registrationcreating build/lib.linux-x86_64-3.11/skimage/scriptscopying skimage/scripts/__init__.py -> build/lib.linux-x86_64-3.11/skimage/scriptscopying skimage/scripts/skivi.py -> build/lib.linux-x86_64-3.11/skimage/scriptscreating build/lib.linux-x86_64-3.11/skimage/viewercopying skimage/viewer/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewercopying skimage/viewer/qt.py -> build/lib.linux-x86_64-3.11/skimage/viewercreating build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/setup.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_sparse.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_gabor.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_unsharp_mask.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_median.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_window.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/edges.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_gaussian.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/ridges.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/thresholding.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_fft_based.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/_rank_order.py -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/filters/lpi_filter.py -> build/lib.linux-x86_64-3.11/skimage/filterscreating build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/__init__.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/setup.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/noise.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/_montage.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/unique.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/_regular_grid.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/_invert.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/_map_array.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/lookfor.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/arraycrop.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/compare.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/apply_parallel.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/dtype.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/shape.py -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/util/_label.py -> build/lib.linux-x86_64-3.11/skimage/utilcreating build/lib.linux-x86_64-3.11/skimage/colorcopying skimage/color/adapt_rgb.py -> build/lib.linux-x86_64-3.11/skimage/colorcopying skimage/color/__init__.py -> build/lib.linux-x86_64-3.11/skimage/colorcopying skimage/color/colorconv.py -> build/lib.linux-x86_64-3.11/skimage/colorcopying skimage/color/rgb_colors.py -> build/lib.linux-x86_64-3.11/skimage/colorcopying skimage/color/colorlabel.py -> build/lib.linux-x86_64-3.11/skimage/colorcopying skimage/color/delta_e.py -> build/lib.linux-x86_64-3.11/skimage/colorcreating build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_canny.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_hog.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/__init__.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/setup.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/texture.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/brief.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/censure.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/corner.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/util.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/blob.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/peak.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/match.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/orb.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/sift.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_basic_features.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_hessian_det_appx_pythran.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_orb_descriptor_positions.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_daisy.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/template.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/brief_pythran.py -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/haar.py -> build/lib.linux-x86_64-3.11/skimage/featurecreating build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/__init__.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/setup.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/util.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/_io.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/collection.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/_image_stack.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/sift.py -> build/lib.linux-x86_64-3.11/skimage/iocopying skimage/io/manage_plugins.py -> build/lib.linux-x86_64-3.11/skimage/iocreating build/lib.linux-x86_64-3.11/skimage/exposurecopying skimage/exposure/__init__.py -> build/lib.linux-x86_64-3.11/skimage/exposurecopying skimage/exposure/setup.py -> build/lib.linux-x86_64-3.11/skimage/exposurecopying skimage/exposure/histogram_matching.py -> build/lib.linux-x86_64-3.11/skimage/exposurecopying skimage/exposure/_adapthist.py -> build/lib.linux-x86_64-3.11/skimage/exposurecopying skimage/exposure/exposure.py -> build/lib.linux-x86_64-3.11/skimage/exposurecreating build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/__init__.py -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/setup.py -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/draw3d.py -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/_polygon2mask.py -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/draw_nd.py -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/draw.py -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/draw/_random_shapes.py -> build/lib.linux-x86_64-3.11/skimage/drawcreating build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/__init__.py -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/setup.py -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/mcp.py -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/_graph.py -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/spath.py -> build/lib.linux-x86_64-3.11/skimage/graphcreating build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/binary.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/__init__.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/setup.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_skeletonize.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/max_tree.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/gray.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/footprints.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/greyreconstruct.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/grayreconstruct.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_flood_fill.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_util.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/grey.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/selem.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/extrema.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/convex_hull.py -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/misc.py -> build/lib.linux-x86_64-3.11/skimage/morphologycreating build/lib.linux-x86_64-3.11/skimage/futurecopying skimage/future/__init__.py -> build/lib.linux-x86_64-3.11/skimage/futurecopying skimage/future/setup.py -> build/lib.linux-x86_64-3.11/skimage/futurecopying skimage/future/trainable_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/futurecopying skimage/future/manual_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/futurecreating build/lib.linux-x86_64-3.11/skimage/metrics/testscopying skimage/metrics/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/metrics/testscopying skimage/metrics/tests/test_structural_similarity.py -> build/lib.linux-x86_64-3.11/skimage/metrics/testscopying skimage/metrics/tests/test_simple_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics/testscopying skimage/metrics/tests/test_set_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics/testscopying skimage/metrics/tests/test_segmentation_metrics.py -> build/lib.linux-x86_64-3.11/skimage/metrics/testscreating build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_geometric.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_pyramids.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_integral.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_warps.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_hough_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_finite_radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscopying skimage/transform/tests/test_radon_transform.py -> build/lib.linux-x86_64-3.11/skimage/transform/testscreating build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_block.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_blur_effect.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_marching_cubes.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_label.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_fit.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_profile.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_entropy.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_ccomp.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_find_contours.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_pnpoly.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_regionprops.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_moments.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscopying skimage/measure/tests/test_polygon.py -> build/lib.linux-x86_64-3.11/skimage/measure/testscreating build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/test_unwrap.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/test_denoise.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/test_inpaint.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/test_restoration.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/test_j_invariant.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscopying skimage/restoration/tests/test_rolling_ball.py -> build/lib.linux-x86_64-3.11/skimage/restoration/testscreating build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_boundaries.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_clear_border.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_slic.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_random_walker.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_quickshift.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_felzenszwalb.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_watershed.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_expand_labels.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_active_contour_model.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_morphsnakes.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_chan_vese.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscopying skimage/segmentation/tests/test_join.py -> build/lib.linux-x86_64-3.11/skimage/segmentation/testscreating build/lib.linux-x86_64-3.11/skimage/data/testscopying skimage/data/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/data/testscopying skimage/data/tests/test_data.py -> build/lib.linux-x86_64-3.11/skimage/data/testscreating build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_interpolation.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_version_requirements.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_warnings.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_testing.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_geometry.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_coord.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_fast_exp.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_safe_as_int.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscopying skimage/_shared/tests/test_utils.py -> build/lib.linux-x86_64-3.11/skimage/_shared/testscreating build/lib.linux-x86_64-3.11/skimage/registration/testscopying skimage/registration/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/registration/testscopying skimage/registration/tests/test_ilk.py -> build/lib.linux-x86_64-3.11/skimage/registration/testscopying skimage/registration/tests/test_tvl1.py -> build/lib.linux-x86_64-3.11/skimage/registration/testscopying skimage/registration/tests/test_masked_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registration/testscopying skimage/registration/tests/test_phase_cross_correlation.py -> build/lib.linux-x86_64-3.11/skimage/registration/testscreating build/lib.linux-x86_64-3.11/skimage/viewer/utilscopying skimage/viewer/utils/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utilscopying skimage/viewer/utils/core.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utilscopying skimage/viewer/utils/canvas.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utilscopying skimage/viewer/utils/dialogs.py -> build/lib.linux-x86_64-3.11/skimage/viewer/utilscreating build/lib.linux-x86_64-3.11/skimage/viewer/viewerscopying skimage/viewer/viewers/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/viewerscopying skimage/viewer/viewers/core.py -> build/lib.linux-x86_64-3.11/skimage/viewer/viewerscreating build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/crop.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/labelplugin.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/overlayplugin.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/base.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/lineprofile.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/measure.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/color_histogram.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/plotplugin.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscopying skimage/viewer/plugins/canny.py -> build/lib.linux-x86_64-3.11/skimage/viewer/pluginscreating build/lib.linux-x86_64-3.11/skimage/viewer/testscopying skimage/viewer/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/testscopying skimage/viewer/tests/test_tools.py -> build/lib.linux-x86_64-3.11/skimage/viewer/testscopying skimage/viewer/tests/test_widgets.py -> build/lib.linux-x86_64-3.11/skimage/viewer/testscopying skimage/viewer/tests/test_plugins.py -> build/lib.linux-x86_64-3.11/skimage/viewer/testscopying skimage/viewer/tests/test_viewer.py -> build/lib.linux-x86_64-3.11/skimage/viewer/testscopying skimage/viewer/tests/test_utils.py -> build/lib.linux-x86_64-3.11/skimage/viewer/testscreating build/lib.linux-x86_64-3.11/skimage/viewer/widgetscopying skimage/viewer/widgets/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/widgetscopying skimage/viewer/widgets/core.py -> build/lib.linux-x86_64-3.11/skimage/viewer/widgetscopying skimage/viewer/widgets/history.py -> build/lib.linux-x86_64-3.11/skimage/viewer/widgetscreating build/lib.linux-x86_64-3.11/skimage/viewer/canvastoolscopying skimage/viewer/canvastools/painttool.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastoolscopying skimage/viewer/canvastools/__init__.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastoolscopying skimage/viewer/canvastools/linetool.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastoolscopying skimage/viewer/canvastools/base.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastoolscopying skimage/viewer/canvastools/recttool.py -> build/lib.linux-x86_64-3.11/skimage/viewer/canvastoolscreating build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_lpi_filter.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_window.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_gabor.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_median.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_edges.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_correlate.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_thresholding.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_gaussian.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_unsharp_mask.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_fft_based.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscopying skimage/filters/tests/test_ridges.py -> build/lib.linux-x86_64-3.11/skimage/filters/testscreating build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/generic.py -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/_percentile.py -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/bilateral.py -> build/lib.linux-x86_64-3.11/skimage/filters/rankcreating build/lib.linux-x86_64-3.11/skimage/filters/rank/testscopying skimage/filters/rank/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank/testscopying skimage/filters/rank/tests/test_rank.py -> build/lib.linux-x86_64-3.11/skimage/filters/rank/testscreating build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_compare.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_arraycrop.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_map_array.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_shape.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_invert.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_random_noise.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_dtype.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_apply_parallel.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_unique_rows.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_montage.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_regular_grid.py -> build/lib.linux-x86_64-3.11/skimage/util/testscopying skimage/util/tests/test_labels.py -> build/lib.linux-x86_64-3.11/skimage/util/testscreating build/lib.linux-x86_64-3.11/skimage/color/testscopying skimage/color/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/color/testscopying skimage/color/tests/test_adapt_rgb.py -> build/lib.linux-x86_64-3.11/skimage/color/testscopying skimage/color/tests/test_colorlabel.py -> build/lib.linux-x86_64-3.11/skimage/color/testscopying skimage/color/tests/test_colorconv.py -> build/lib.linux-x86_64-3.11/skimage/color/testscopying skimage/color/tests/test_delta_e.py -> build/lib.linux-x86_64-3.11/skimage/color/testscreating build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_brief.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_corner.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_match.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_canny.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_orb.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_peak.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_template.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_texture.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_haar.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_sift.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_cascade.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_daisy.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_util.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_censure.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_blob.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_hog.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscopying skimage/feature/tests/test_basic_features.py -> build/lib.linux-x86_64-3.11/skimage/feature/testscreating build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_imread.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_imageio.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_pil.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_sift.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_plugin_util.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_io.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_mpl_imshow.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_simpleitk.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_colormixer.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_fits.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_tifffile.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_histograms.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_collection.py -> build/lib.linux-x86_64-3.11/skimage/io/testscopying skimage/io/tests/test_multi_image.py -> build/lib.linux-x86_64-3.11/skimage/io/testscreating build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/__init__.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/tifffile_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/util.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/q_histogram.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/gtk_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/simpleitk_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/pil_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/matplotlib_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/qt_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/skivi.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/gdal_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/fits_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/imread_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/q_color_mixer.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/imageio_plugin.py -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscreating build/lib.linux-x86_64-3.11/skimage/exposure/testscopying skimage/exposure/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/exposure/testscopying skimage/exposure/tests/test_histogram_matching.py -> build/lib.linux-x86_64-3.11/skimage/exposure/testscopying skimage/exposure/tests/test_exposure.py -> build/lib.linux-x86_64-3.11/skimage/exposure/testscreating build/lib.linux-x86_64-3.11/skimage/draw/testscopying skimage/draw/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/draw/testscopying skimage/draw/tests/test_polygon2mask.py -> build/lib.linux-x86_64-3.11/skimage/draw/testscopying skimage/draw/tests/test_draw_nd.py -> build/lib.linux-x86_64-3.11/skimage/draw/testscopying skimage/draw/tests/test_draw.py -> build/lib.linux-x86_64-3.11/skimage/draw/testscopying skimage/draw/tests/test_draw3d.py -> build/lib.linux-x86_64-3.11/skimage/draw/testscopying skimage/draw/tests/test_random_shapes.py -> build/lib.linux-x86_64-3.11/skimage/draw/testscreating build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_anisotropy.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_connect.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_pixel_graph.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_spath.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_mcp.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_heap.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscopying skimage/graph/tests/test_flexible.py -> build/lib.linux-x86_64-3.11/skimage/graph/testscreating build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_skeletonize_3d.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_skeletonize.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_max_tree.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_gray.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_footprints.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_extrema.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_reconstruction.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_binary.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_misc.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_flood_fill.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_convex_hull.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscopying skimage/morphology/tests/test_util.py -> build/lib.linux-x86_64-3.11/skimage/morphology/testscreating build/lib.linux-x86_64-3.11/skimage/future/testscopying skimage/future/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future/testscopying skimage/future/tests/test_trainable_segmentation.py -> build/lib.linux-x86_64-3.11/skimage/future/testscreating build/lib.linux-x86_64-3.11/skimage/future/graphcopying skimage/future/graph/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future/graphcopying skimage/future/graph/setup.py -> build/lib.linux-x86_64-3.11/skimage/future/graphcopying skimage/future/graph/_ncut.py -> build/lib.linux-x86_64-3.11/skimage/future/graphcopying skimage/future/graph/graph_cut.py -> build/lib.linux-x86_64-3.11/skimage/future/graphcopying skimage/future/graph/graph_merge.py -> build/lib.linux-x86_64-3.11/skimage/future/graphcopying skimage/future/graph/rag.py -> build/lib.linux-x86_64-3.11/skimage/future/graphcreating build/lib.linux-x86_64-3.11/skimage/future/graph/testscopying skimage/future/graph/tests/__init__.py -> build/lib.linux-x86_64-3.11/skimage/future/graph/testscopying skimage/future/graph/tests/test_rag.py -> build/lib.linux-x86_64-3.11/skimage/future/graph/testscopying skimage/transform/_radon_transform.pyx -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/_hough_transform.pyx -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/transform/_warps_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/transformcopying skimage/measure/_pnpoly.pyx -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_marching_cubes_lewiner_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_moments_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_marching_cubes_classic_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_ccomp.pyx -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_find_contours_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/measure/_ccomp.pxd -> build/lib.linux-x86_64-3.11/skimage/measurecopying skimage/restoration/_denoise_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_unwrap_3d.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_inpaint.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_unwrap_2d.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_unwrap_1d.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_nl_means_denoising.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/restoration/_rolling_ball_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/restorationcopying skimage/segmentation/_slic.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_quickshift_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_felzenszwalb_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/_watershed_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/heap_watershed.pxi -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/segmentation/heap_general.pxi -> build/lib.linux-x86_64-3.11/skimage/segmentationcopying skimage/_shared/fast_exp.pyx -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/transform.pyx -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/geometry.pyx -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/interpolation.pyx -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/fused_numerics.pxd -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/transform.pxd -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/interpolation.pxd -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/fast_exp.pxd -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/_shared/geometry.pxd -> build/lib.linux-x86_64-3.11/skimage/_sharedcopying skimage/filters/_multiotsu.pyx -> build/lib.linux-x86_64-3.11/skimage/filterscopying skimage/util/_remap.pyx -> build/lib.linux-x86_64-3.11/skimage/utilcopying skimage/feature/_sift.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/corner_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_haar.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_texture.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/censure_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/orb_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_cascade.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_hoghistogram.pyx -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_texture.pxd -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/safe_openmp.pxd -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/feature/_haar.pxd -> build/lib.linux-x86_64-3.11/skimage/featurecopying skimage/draw/_draw.pyx -> build/lib.linux-x86_64-3.11/skimage/drawcopying skimage/graph/_mcp.pyx -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/heap.pyx -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/_spath.pyx -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/_mcp.pxd -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/graph/heap.pxd -> build/lib.linux-x86_64-3.11/skimage/graphcopying skimage/morphology/_flood_fill_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_max_tree.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_extrema_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_grayreconstruct.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_skeletonize_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_convex_hull.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_skeletonize_3d_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/morphology/_queue_with_history.pxi -> build/lib.linux-x86_64-3.11/skimage/morphologycopying skimage/filters/rank/generic_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/core_cy_3d.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/core_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/percentile_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/bilateral_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/core_cy_3d.pxd -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/filters/rank/core_cy.pxd -> build/lib.linux-x86_64-3.11/skimage/filters/rankcopying skimage/io/_plugins/_histograms.pyx -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/io/_plugins/_colormixer.pyx -> build/lib.linux-x86_64-3.11/skimage/io/_pluginscopying skimage/future/graph/_ncut_cy.pyx -> build/lib.linux-x86_64-3.11/skimage/future/graphrunning build_extINFO: customize UnixCCompilerINFO: customize UnixCCompiler using ConditionalOpenMPINFO: 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 -fPICcreating /tmp/tmpuao7klwu/tmpcreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvsecreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlaycreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/libcreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11creating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packagescreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpycreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutilscreating /tmp/tmpuao7klwu/tmp/pip-build-env-13sipvse/overlay/lib/python3.11/site-packages/numpy/distutils/checksINFO: 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 -fPICINFO: 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 -fPICINFO: 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 baselineINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 featuresINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 here54 | __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 here18 | int base[128];| ^~~~cc1: all warnings being treated as errorsWARN: CCompilerOpt.feature_test[1567] : testing failedINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 baselineINFO: CCompilerOpt.__init__[1811] : initialize targets groupsINFO: CCompilerOpt.__init__[1813] : parse target group simd_testINFO: 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 featuresINFO: 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 itINFO: 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 -fPICINFO: 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 -fPICINFO: 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 -fPICINFO: 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 UnixCCompilerINFO: customize UnixCCompiler using ConditionalOpenMPINFO: 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 -fPICINFO: 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.ctest.c:1:17: warning: extra tokens at end of #include directive1 | #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 -fopenmpINFO: building 'skimage._shared.geometry' extensionINFO: compiling C sourcesINFO: 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 -fPICcreating build/temp.linux-x86_64-3.11/skimagecreating build/temp.linux-x86_64-3.11/skimage/_sharedINFO: 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.cskimage/_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 1INFO:########### EXT COMPILER OPTIMIZATION ###########INFO: Platform :Architecture: x64Compiler : gccCPU baseline :Requested : 'min'Enabled : SSE SSE2 SSE3Flags : -msse -msse2 -msse3Extra checks: noneCPU dispatch :Requested : 'max -xop -fma4'Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICLGenerated : noneINFO: 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-imageERROR: Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects
なんかエラーいっぱいでた。
ログ見ると3.11 使おうとしているようにみえる。
そしてバージョン確認してみると
$ python -V
Python 3.10.11
AnacondaがいるせいでよくわからなくなってそうなのでAnaconda消す。
$ conda install anaconda-cleanCollecting package metadata (current_repodata.json): doneSolving environment: done## Package Plan ##environment location: /home/yyyyyy/anaconda3added / updated specs:- anaconda-cleanThe following packages will be downloaded:package | build---------------------------|-----------------anaconda-clean-1.1.1 | py310h06a4308_0 8 KB------------------------------------------------------------Total: 8 KBThe following NEW packages will be INSTALLED:anaconda-clean pkgs/main/linux-64::anaconda-clean-1.1.1-py310h06a4308_0Proceed ([y]/n)?Downloading and Extracting PackagesPreparing transaction: doneVerifying transaction: doneExecuting transaction: done
$ rm -rf anaconda3/
.bash_profile に記述されているアナコンダ関連設定を消す。
最後の方にconda云々って書いてあるところ。
もう消しちゃったので実際の記述は不明。
そしてログインしなおし。
$ python3 -VPython 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])))
#include "Python.h"
ってどこにあるんだろう。
というかこれってC関連っぽいので
なんか足りてないんだろうなと思ってぐぐるとやはりそう。
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).
ついに!!!
というか最初から公式のドキュメント見ろよって話でした。
あとは普段使ってるPCからアクセスできるようにします。
$ sudo ufw status
状態: 非アクティブ
$ ss -atnState Recv-Q Send-Q Local Address:Port Peer Address:Port ProcessLISTEN 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:59390ESTAB 0 0 192.168.0.4:445 192.168.0.152:59370ESTAB 0 0 192.168.0.4:37280 20.198.119.143:443ESTAB 0 0 192.168.0.4:445 192.168.0.152:59366ESTAB 0 0 192.168.0.4:57984 163.139.174.27:443CLOSE-WAIT 1 0 192.168.0.4:47080 8.253.176.249:80ESTAB 0 0 192.168.0.4:445 192.168.0.152:59376ESTAB 0 0 192.168.0.4:51514 99.84.50.20:443CLOSE-WAIT 1 0 127.0.0.1:43016 127.0.0.1:7860ESTAB 0 0 192.168.0.4:37332 184.26.43.68:443CLOSE-WAIT 25 0 192.168.0.4:58956 99.84.50.44:443ESTAB 0 0 192.168.0.4:38400 20.190.141.32:443LISTEN 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]:43306ESTAB 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" # 追記
これで無事スタートラインにたてました。
コメント
コメントを投稿