w-okada / voice-changer

リアルタイムボイスチェンジャー Realtime Voice Changer
Other
16.22k stars 1.77k forks source link

Build fails on Docker #502

Closed gakugaku closed 1 year ago

gakugaku commented 1 year ago

Issue Type

Bug Report

vc client version number

docker build on master branch (v.1.5.3.9a in Dockerfile)

OS

Ubuntu 20.04.6 LTS Docker version 23.0.5, build bc4487a

GPU

NVIDIA RTX A6000

Clear setting

no

Sample model

no

Input chunk num

no

Wait for a while

yes

read tutorial

no

Extract files to a new folder.

no

Voice Changer type

no

Model type

no

Situation

I read document master/docker_vcclient/README.md and tried to build an app on Docker. But it failed with the following error.

Log details

```shell-session date +%Y%m%d%H%M%S > docker_vcclient/dummy && DOCKER_BUILDKIT=1 docker build -f docker_vcclient/Dockerfile docker_vcclient/ -t vcclient [+] Building 239.7s (11/13) => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.63kB 0.0s => [internal] load metadata for docker.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 1.3s => [ 1/10] FROM docker.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04@sha256:c76aa65f6f7a92b60a9a49ef8a246062d6977deee6675a6ebfdb7f5521181c97 0.0s => [internal] load build context 0.0s => => transferring context: 102B 0.0s => CACHED [ 2/10] RUN apt-get update && apt-get install -y python3-pip espeak gosu libsndfile1-dev emacs git && apt-get clean && rm -rf /var/lib/apt/lists/* 0.0s => [ 3/10] ADD dummy / 0.0s => [ 4/10] RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.9a 11.2s => [ 5/10] RUN chmod 0777 /voice-changer/server 0.4s => [ 6/10] WORKDIR /voice-changer/server 0.0s => ERROR [ 7/10] RUN pip install -r requirements.txt 226.7s ------ > [ 7/10] RUN pip install -r requirements.txt: #0 1.023 Collecting uvicorn==0.21.1 #0 1.236 Downloading uvicorn-0.21.1-py3-none-any.whl (57 kB) #0 1.283 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 KB 1.2 MB/s eta 0:00:00 #0 1.328 Collecting pyOpenSSL==23.1.1 #0 1.369 Downloading pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) #0 1.381 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.9/57.9 KB 5.7 MB/s eta 0:00:00 #0 1.750 Collecting numpy==1.23.5 #0 1.789 Downloading numpy-1.23.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) #0 3.621 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 11.3 MB/s eta 0:00:00 #0 3.740 Collecting torch==2.0.1 #0 3.779 Downloading torch-2.0.1-cp310-cp310-manylinux1_x86_64.whl (619.9 MB) #0 45.23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.9/619.9 MB 3.2 MB/s eta 0:00:00 #0 46.07 Collecting torchaudio==2.0.2 #0 46.11 Downloading torchaudio-2.0.2-cp310-cp310-manylinux1_x86_64.whl (4.4 MB) #0 46.42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 14.1 MB/s eta 0:00:00 #0 46.45 Collecting resampy==0.4.2 #0 46.49 Downloading resampy-0.4.2-py3-none-any.whl (3.1 MB) #0 46.71 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 13.9 MB/s eta 0:00:00 #0 46.76 Collecting python-socketio==5.8.0 #0 46.80 Downloading python_socketio-5.8.0-py3-none-any.whl (56 kB) #0 46.81 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 KB 11.9 MB/s eta 0:00:00 #0 46.90 Collecting fastapi==0.95.1 #0 46.94 Downloading fastapi-0.95.1-py3-none-any.whl (56 kB) #0 46.95 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 KB 12.7 MB/s eta 0:00:00 #0 46.97 Collecting python-multipart==0.0.6 #0 47.01 Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB) #0 47.01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 KB 9.1 MB/s eta 0:00:00 #0 47.24 Collecting onnxruntime-gpu==1.13.1 #0 47.28 Downloading onnxruntime_gpu-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115.3 MB) #0 56.84 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.3/115.3 MB 8.6 MB/s eta 0:00:00 #0 57.16 Collecting pyworld==0.3.3 #0 57.20 Downloading pyworld-0.3.3.tar.gz (218 kB) #0 57.21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.7/218.7 KB 24.2 MB/s eta 0:00:00 #0 57.36 Installing build dependencies: started #0 64.63 Installing build dependencies: finished with status 'done' #0 64.64 Getting requirements to build wheel: started #0 64.87 Getting requirements to build wheel: finished with status 'done' #0 64.88 Preparing metadata (pyproject.toml): started #0 65.15 Preparing metadata (pyproject.toml): finished with status 'done' #0 65.37 Collecting scipy==1.10.1 #0 65.41 Downloading scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.4 MB) #0 67.99 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.4/34.4 MB 11.6 MB/s eta 0:00:00 #0 68.29 Collecting matplotlib==3.7.1 #0 68.34 Downloading matplotlib-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) #0 69.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 15.1 MB/s eta 0:00:00 #0 69.15 Collecting fairseq==0.12.2 #0 69.19 Downloading fairseq-0.12.2.tar.gz (9.6 MB) #0 69.74 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 17.2 MB/s eta 0:00:00 #0 70.24 Installing build dependencies: started #0 73.80 Installing build dependencies: finished with status 'done' #0 73.80 Getting requirements to build wheel: started #0 73.96 Getting requirements to build wheel: finished with status 'done' #0 74.07 Installing backend dependencies: started #0 78.01 Installing backend dependencies: finished with status 'done' #0 78.02 Preparing metadata (pyproject.toml): started #0 78.30 Preparing metadata (pyproject.toml): finished with status 'done' #0 78.45 Collecting websockets==11.0.2 #0 78.49 Downloading websockets-11.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) #0 78.50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 KB 23.4 MB/s eta 0:00:00 #0 78.72 Collecting faiss-cpu==1.7.3 #0 78.76 Downloading faiss_cpu-1.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB) #0 79.87 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 15.1 MB/s eta 0:00:00 #0 80.10 Collecting torchcrepe==0.0.18 #0 80.14 Downloading torchcrepe-0.0.18-py3-none-any.whl (72.3 MB) #0 84.39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/72.3 MB 12.5 MB/s eta 0:00:00 #0 84.49 Collecting librosa==0.9.1 #0 84.53 Downloading librosa-0.9.1-py3-none-any.whl (213 kB) #0 84.54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.1/213.1 KB 22.3 MB/s eta 0:00:00 #0 84.72 Collecting gin==0.1.6 #0 84.76 Downloading gin-0.1.006.tar.bz2 (3.0 kB) #0 84.76 Preparing metadata (setup.py): started #0 84.91 Preparing metadata (setup.py): finished with status 'done' #0 85.10 Collecting gin_config==0.5.0 #0 85.12 Downloading gin_config-0.5.0-py3-none-any.whl (61 kB) #0 85.13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.3/61.3 KB 20.2 MB/s eta 0:00:00 #0 85.16 Collecting einops==0.6.0 #0 85.19 Downloading einops-0.6.0-py3-none-any.whl (41 kB) #0 85.20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/41.6 KB 7.8 MB/s eta 0:00:00 #0 85.40 Collecting local_attention==1.8.5 #0 85.43 Downloading local_attention-1.8.5-py3-none-any.whl (8.1 kB) #0 85.48 Collecting sounddevice==0.4.6 #0 85.51 Downloading sounddevice-0.4.6-py3-none-any.whl (31 kB) #0 85.73 Collecting dataclasses_json==0.5.7 #0 85.76 Downloading dataclasses_json-0.5.7-py3-none-any.whl (25 kB) #0 86.00 Collecting onnxsim==0.4.28 #0 86.10 Downloading onnxsim-0.4.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) #0 86.34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 9.3 MB/s eta 0:00:00 #0 86.39 Collecting click>=7.0 #0 86.42 Downloading click-8.1.6-py3-none-any.whl (97 kB) #0 86.43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 33.5 MB/s eta 0:00:00 #0 86.45 Collecting h11>=0.8 #0 86.48 Downloading h11-0.14.0-py3-none-any.whl (58 kB) #0 86.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 KB 12.3 MB/s eta 0:00:00 #0 86.84 Collecting cryptography<41,>=38.0.0 #0 86.88 Downloading cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) #0 87.12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 15.9 MB/s eta 0:00:00 #0 87.19 Collecting sympy #0 87.23 Downloading sympy-1.12-py3-none-any.whl (5.7 MB) #0 87.59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 16.1 MB/s eta 0:00:00 #0 87.64 Collecting filelock #0 87.67 Downloading filelock-3.12.2-py3-none-any.whl (10 kB) #0 87.70 Collecting nvidia-cuda-cupti-cu11==11.7.101 #0 87.74 Downloading nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB) #0 88.39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 18.2 MB/s eta 0:00:00 #0 88.43 Collecting nvidia-cufft-cu11==10.9.0.58 #0 88.47 Downloading nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB) #0 97.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.4/168.4 MB 8.3 MB/s eta 0:00:00 #0 98.06 Collecting nvidia-cusparse-cu11==11.7.4.91 #0 98.10 Downloading nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB) #0 107.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.2/173.2 MB 8.2 MB/s eta 0:00:00 #0 107.8 Collecting nvidia-cublas-cu11==11.10.3.66 #0 107.8 Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB) #0 126.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.1/317.1 MB 5.6 MB/s eta 0:00:00 #0 126.5 Collecting typing-extensions #0 126.5 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) #0 126.5 Collecting nvidia-cuda-runtime-cu11==11.7.99 #0 126.6 Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB) #0 126.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 849.3/849.3 KB 19.0 MB/s eta 0:00:00 #0 126.7 Collecting triton==2.0.0 #0 126.7 Downloading triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB) #0 130.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.3/63.3 MB 13.2 MB/s eta 0:00:00 #0 130.3 Collecting nvidia-curand-cu11==10.2.10.91 #0 130.3 Downloading nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB) #0 133.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.6/54.6 MB 12.9 MB/s eta 0:00:00 #0 133.7 Collecting nvidia-nccl-cu11==2.14.3 #0 133.8 Downloading nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB) #0 144.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.1/177.1 MB 8.0 MB/s eta 0:00:00 #0 144.5 Collecting nvidia-cuda-nvrtc-cu11==11.7.99 #0 144.5 Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB) #0 145.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/21.0 MB 17.2 MB/s eta 0:00:00 #0 145.8 Collecting jinja2 #0 145.8 Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) #0 145.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 25.4 MB/s eta 0:00:00 #0 145.8 Collecting nvidia-cudnn-cu11==8.5.0.96 #0 145.9 Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB) #0 180.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 MB 3.4 MB/s eta 0:00:00 #0 180.8 Collecting networkx #0 180.9 Downloading networkx-3.1-py3-none-any.whl (2.1 MB) #0 181.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 12.7 MB/s eta 0:00:00 #0 181.1 Collecting nvidia-nvtx-cu11==11.7.91 #0 181.1 Downloading nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB) #0 181.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.6/98.6 KB 3.7 MB/s eta 0:00:00 #0 181.2 Collecting nvidia-cusolver-cu11==11.4.0.1 #0 181.2 Downloading nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB) #0 186.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 MB 10.8 MB/s eta 0:00:00 #0 187.2 Collecting numba>=0.53 #0 187.2 Downloading numba-0.57.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB) #0 187.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 19.1 MB/s eta 0:00:00 #0 187.5 Collecting bidict>=0.21.0 #0 187.5 Downloading bidict-0.22.1-py3-none-any.whl (35 kB) #0 187.5 Collecting python-engineio>=4.3.0 #0 187.6 Downloading python_engineio-4.5.1-py3-none-any.whl (53 kB) #0 187.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 KB 11.4 MB/s eta 0:00:00 #0 187.9 Collecting pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2 #0 187.9 Downloading pydantic-1.10.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) #0 188.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 19.4 MB/s eta 0:00:00 #0 188.1 Collecting starlette<0.27.0,>=0.26.1 #0 188.1 Downloading starlette-0.26.1-py3-none-any.whl (66 kB) #0 188.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/66.9 KB 15.7 MB/s eta 0:00:00 #0 188.5 Collecting protobuf #0 188.5 Downloading protobuf-4.23.4-cp37-abi3-manylinux2014_x86_64.whl (304 kB) #0 188.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.5/304.5 KB 26.2 MB/s eta 0:00:00 #0 188.7 Collecting coloredlogs #0 188.8 Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) #0 188.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 KB 8.9 MB/s eta 0:00:00 #0 188.8 Collecting flatbuffers #0 188.9 Downloading flatbuffers-23.5.26-py2.py3-none-any.whl (26 kB) #0 188.9 Collecting packaging #0 188.9 Downloading packaging-23.1-py3-none-any.whl (48 kB) #0 188.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 KB 16.8 MB/s eta 0:00:00 #0 189.4 Collecting cython>=0.24 #0 189.4 Using cached Cython-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) #0 189.5 Collecting python-dateutil>=2.7 #0 189.6 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) #0 189.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 26.7 MB/s eta 0:00:00 #0 189.7 Collecting kiwisolver>=1.0.1 #0 189.7 Downloading kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) #0 189.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 19.5 MB/s eta 0:00:00 #0 189.8 Collecting cycler>=0.10 #0 189.8 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) #0 190.0 Collecting contourpy>=1.0.1 #0 190.0 Downloading contourpy-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB) #0 190.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.7/300.7 KB 27.0 MB/s eta 0:00:00 #0 190.1 Collecting fonttools>=4.22.0 #0 190.1 Downloading fonttools-4.41.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB) #0 190.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 18.8 MB/s eta 0:00:00 #0 190.4 Collecting pyparsing>=2.3.1 #0 190.5 Downloading pyparsing-3.1.0-py3-none-any.whl (102 kB) #0 190.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 KB 22.4 MB/s eta 0:00:00 #0 190.8 Collecting pillow>=6.2.0 #0 190.9 Downloading Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB) #0 191.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 18.3 MB/s eta 0:00:00 #0 191.8 Collecting regex #0 191.8 Downloading regex-2023.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (770 kB) #0 191.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 770.4/770.4 KB 21.3 MB/s eta 0:00:00 #0 192.1 Collecting bitarray #0 192.1 Downloading bitarray-2.7.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (273 kB) #0 192.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.6/273.6 KB 27.8 MB/s eta 0:00:00 #0 192.2 Collecting tqdm #0 192.3 Downloading tqdm-4.65.0-py3-none-any.whl (77 kB) #0 192.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 16.8 MB/s eta 0:00:00 #0 192.3 Collecting hydra-core<1.1,>=1.0.7 #0 192.3 Downloading hydra_core-1.0.7-py3-none-any.whl (123 kB) #0 192.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 KB 21.4 MB/s eta 0:00:00 #0 192.4 Collecting omegaconf<2.1 #0 192.5 Downloading omegaconf-2.0.6-py3-none-any.whl (36 kB) #0 192.7 Collecting cffi #0 192.7 Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) #0 192.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 23.1 MB/s eta 0:00:00 #0 192.8 Collecting sacrebleu>=1.4.12 #0 192.8 Downloading sacrebleu-2.3.1-py3-none-any.whl (118 kB) #0 192.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.9/118.9 KB 22.9 MB/s eta 0:00:00 #0 192.9 Collecting audioread>=2.1.5 #0 193.0 Downloading audioread-3.0.0.tar.gz (377 kB) #0 193.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 377.0/377.0 KB 21.5 MB/s eta 0:00:00 #0 193.0 Preparing metadata (setup.py): started #0 193.2 Preparing metadata (setup.py): finished with status 'done' #0 193.2 Collecting joblib>=0.14 #0 193.2 Downloading joblib-1.3.1-py3-none-any.whl (301 kB) #0 193.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.0/302.0 KB 25.4 MB/s eta 0:00:00 #0 193.4 Collecting scikit-learn>=0.19.1 #0 193.5 Downloading scikit_learn-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB) #0 194.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 18.8 MB/s eta 0:00:00 #0 194.1 Collecting pooch>=1.0 #0 194.1 Downloading pooch-1.7.0-py3-none-any.whl (60 kB) #0 194.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/60.9 KB 17.1 MB/s eta 0:00:00 #0 194.2 Collecting soundfile>=0.10.2 #0 194.2 Downloading soundfile-0.12.1-py2.py3-none-manylinux_2_31_x86_64.whl (1.2 MB) #0 194.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 20.1 MB/s eta 0:00:00 #0 194.3 Collecting decorator>=4.0.10 #0 194.4 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) #0 194.5 Collecting marshmallow<4.0.0,>=3.3.0 #0 194.5 Downloading marshmallow-3.19.0-py3-none-any.whl (49 kB) #0 194.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 KB 9.7 MB/s eta 0:00:00 #0 194.6 Collecting marshmallow-enum<2.0.0,>=1.5.1 #0 194.6 Downloading marshmallow_enum-1.5.1-py2.py3-none-any.whl (4.2 kB) #0 194.6 Collecting typing-inspect>=0.4.0 #0 194.7 Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) #0 194.8 Collecting onnx #0 194.8 Downloading onnx-1.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 MB) #0 195.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.6/14.6 MB 18.2 MB/s eta 0:00:00 #0 195.8 Collecting rich #0 195.9 Downloading rich-13.4.2-py3-none-any.whl (239 kB) #0 195.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.4/239.4 KB 26.9 MB/s eta 0:00:00 #0 195.9 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from nvidia-cublas-cu11==11.10.3.66->torch==2.0.1->-r requirements.txt (line 9)) (0.37.1) #0 195.9 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from nvidia-cublas-cu11==11.10.3.66->torch==2.0.1->-r requirements.txt (line 9)) (59.6.0) #0 196.2 Collecting cmake #0 196.2 Downloading cmake-3.27.0-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (26.0 MB) #0 197.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.0/26.0 MB 16.7 MB/s eta 0:00:00 #0 197.7 Collecting lit #0 197.8 Downloading lit-16.0.6.tar.gz (153 kB) #0 197.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 KB 27.6 MB/s eta 0:00:00 #0 198.0 Installing build dependencies: started #0 200.3 Installing build dependencies: finished with status 'done' #0 200.3 Getting requirements to build wheel: started #0 200.5 Getting requirements to build wheel: finished with status 'done' #0 200.6 Installing backend dependencies: started #0 202.2 Installing backend dependencies: finished with status 'done' #0 202.2 Preparing metadata (pyproject.toml): started #0 202.4 Preparing metadata (pyproject.toml): finished with status 'done' #0 202.5 Collecting pycparser #0 202.5 Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) #0 202.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 23.1 MB/s eta 0:00:00 #0 202.6 Collecting antlr4-python3-runtime==4.8 #0 202.7 Downloading antlr4-python3-runtime-4.8.tar.gz (112 kB) #0 202.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/112.4 KB 22.1 MB/s eta 0:00:00 #0 202.7 Preparing metadata (setup.py): started #0 202.8 Preparing metadata (setup.py): finished with status 'done' #0 203.0 Collecting llvmlite<0.41,>=0.40.0dev0 #0 203.1 Downloading llvmlite-0.40.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB) #0 205.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 14.6 MB/s eta 0:00:00 #0 205.6 Collecting PyYAML>=5.1.* #0 205.6 Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) #0 205.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 KB 19.8 MB/s eta 0:00:00 #0 205.7 Collecting platformdirs>=2.5.0 #0 205.8 Downloading platformdirs-3.9.1-py3-none-any.whl (16 kB) #0 205.8 Collecting requests>=2.19.0 #0 205.9 Downloading requests-2.31.0-py3-none-any.whl (62 kB) #0 205.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 19.8 MB/s eta 0:00:00 #0 205.9 Collecting six>=1.5 #0 206.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) #0 206.0 Collecting colorama #0 206.1 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) #0 206.4 Collecting lxml #0 206.5 Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB) #0 206.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 18.3 MB/s eta 0:00:00 #0 207.0 Collecting tabulate>=0.8.9 #0 207.0 Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) #0 207.0 Collecting portalocker #0 207.1 Downloading portalocker-2.7.0-py2.py3-none-any.whl (15 kB) #0 207.1 Collecting threadpoolctl>=2.0.0 #0 207.2 Downloading threadpoolctl-3.2.0-py3-none-any.whl (15 kB) #0 207.2 Collecting anyio<5,>=3.4.0 #0 207.3 Downloading anyio-3.7.1-py3-none-any.whl (80 kB) #0 207.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 17.0 MB/s eta 0:00:00 #0 207.3 Collecting mypy-extensions>=0.3.0 #0 207.4 Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB) #0 207.4 Collecting humanfriendly>=9.1 #0 207.5 Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB) #0 207.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 KB 29.7 MB/s eta 0:00:00 #0 207.6 Collecting MarkupSafe>=2.0 #0 207.6 Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) #0 207.8 Collecting pygments<3.0.0,>=2.13.0 #0 207.8 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) #0 207.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 16.2 MB/s eta 0:00:00 #0 207.9 Collecting markdown-it-py>=2.2.0 #0 208.0 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) #0 208.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 KB 19.3 MB/s eta 0:00:00 #0 208.0 Collecting mpmath>=0.19 #0 208.1 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) #0 208.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 KB 19.6 MB/s eta 0:00:00 #0 208.2 Collecting sniffio>=1.1 #0 208.2 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) #0 208.2 Collecting exceptiongroup #0 208.3 Downloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) #0 208.3 Collecting idna>=2.8 #0 208.4 Downloading idna-3.4-py3-none-any.whl (61 kB) #0 208.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 13.2 MB/s eta 0:00:00 #0 208.4 Collecting mdurl~=0.1 #0 208.5 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) #0 208.6 Collecting certifi>=2017.4.17 #0 208.6 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) #0 208.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 KB 23.4 MB/s eta 0:00:00 #0 208.7 Collecting charset-normalizer<4,>=2 #0 208.8 Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB) #0 208.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.8/201.8 KB 31.7 MB/s eta 0:00:00 #0 208.9 Collecting urllib3<3,>=1.21.1 #0 208.9 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) #0 208.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 KB 24.1 MB/s eta 0:00:00 #0 209.1 Building wheels for collected packages: pyworld, fairseq, gin, audioread, antlr4-python3-runtime, lit #0 209.1 Building wheel for pyworld (pyproject.toml): started #0 210.4 Building wheel for pyworld (pyproject.toml): finished with status 'error' #0 210.5 error: subprocess-exited-with-error #0 210.5 #0 210.5 × Building wheel for pyworld (pyproject.toml) did not run successfully. #0 210.5 │ exit code: 1 #0 210.5 ╰─> [102 lines of output] #0 210.5 /usr/lib/python3/dist-packages/setuptools/dist.py:493: UserWarning: Normalizing 'v0.3.3' to '0.3.3' #0 210.5 warnings.warn(tmpl.format(**locals())) #0 210.5 running bdist_wheel #0 210.5 running build #0 210.5 running build_py #0 210.5 creating build #0 210.5 creating build/lib.linux-x86_64-3.10 #0 210.5 creating build/lib.linux-x86_64-3.10/pyworld #0 210.5 copying pyworld/__init__.py -> build/lib.linux-x86_64-3.10/pyworld #0 210.5 running build_ext #0 210.5 /tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /tmp/pip-install-48jga994/pyworld_4701b8e8e5ea4a1f9de02becf161aad2/pyworld/pyworld.pyx #0 210.5 tree = Parsing.p_module(s, pxd, full_module_name) #0 210.5 Compiling pyworld/pyworld.pyx because it changed. #0 210.5 [1/1] Cythonizing pyworld/pyworld.pyx #0 210.5 Traceback (most recent call last): #0 210.5 File "/usr/lib/python3/dist-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in #0 210.5 main() #0 210.5 File "/usr/lib/python3/dist-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main #0 210.5 json_out['return_val'] = hook(**hook_input['kwargs']) #0 210.5 File "/usr/lib/python3/dist-packages/pip/_vendor/pep517/in_process/_in_process.py", line 261, in build_wheel #0 210.5 return _build_backend().build_wheel(wheel_directory, config_settings, #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 230, in build_wheel #0 210.5 return self._build_with_temp_dir(['bdist_wheel'], '.whl', #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 215, in _build_with_temp_dir #0 210.5 self.run_setup() #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 267, in run_setup #0 210.5 super(_BuildMetaLegacyBackend, #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 158, in run_setup #0 210.5 exec(compile(code, __file__, 'exec'), locals()) #0 210.5 File "setup.py", line 27, in #0 210.5 setup( #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup #0 210.5 return distutils.core.setup(**attrs) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup #0 210.5 return run_commands(dist) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 163, in run_commands #0 210.5 dist.run_commands() #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands #0 210.5 self.run_command(cmd) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command #0 210.5 cmd_obj.run() #0 210.5 File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 299, in run #0 210.5 self.run_command('build') #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command #0 210.5 self.distribution.run_command(command) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command #0 210.5 cmd_obj.run() #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line 135, in run #0 210.5 self.run_command(cmd_name) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command #0 210.5 self.distribution.run_command(command) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command #0 210.5 cmd_obj.run() #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 79, in run #0 210.5 _build_ext.run(self) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build_ext.py", line 339, in run #0 210.5 self.build_extensions() #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build_ext.py", line 448, in build_extensions #0 210.5 self._build_extensions_serial() #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build_ext.py", line 473, in _build_extensions_serial #0 210.5 self.build_extension(ext) #0 210.5 File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 202, in build_extension #0 210.5 _build_ext.build_extension(self, ext) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Distutils/build_ext.py", line 122, in build_extension #0 210.5 new_ext = cythonize( #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Build/Dependencies.py", line 1134, in cythonize #0 210.5 cythonize_one(*args) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Build/Dependencies.py", line 1280, in cythonize_one #0 210.5 result = compile_single(pyx_file, options, full_module_name=full_module_name) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py", line 615, in compile_single #0 210.5 return run_pipeline(source, options, full_module_name) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py", line 539, in run_pipeline #0 210.5 err, enddata = Pipeline.run_pipeline(pipeline, source) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/Pipeline.py", line 398, in run_pipeline #0 210.5 data = run(phase, data) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/Pipeline.py", line 375, in run #0 210.5 return phase(data) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/Pipeline.py", line 52, in generate_pyx_code_stage #0 210.5 module_node.process_implementation(options, result) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/ModuleNode.py", line 222, in process_implementation #0 210.5 self.generate_c_code(env, options, result) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/ModuleNode.py", line 490, in generate_c_code #0 210.5 self.generate_module_preamble(env, options, modules, result.embedded_metadata, h_code) #0 210.5 File "/tmp/pip-build-env-yzuuxez0/overlay/local/lib/python3.10/dist-packages/Cython/Compiler/ModuleNode.py", line 773, in generate_module_preamble #0 210.5 code.putln(json.dumps(metadata, indent=4, sort_keys=True)) #0 210.5 File "/usr/lib/python3.10/json/__init__.py", line 238, in dumps #0 210.5 **kw).encode(obj) #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 201, in encode #0 210.5 chunks = list(chunks) #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 431, in _iterencode #0 210.5 yield from _iterencode_dict(o, _current_indent_level) #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 405, in _iterencode_dict #0 210.5 yield from chunks #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 405, in _iterencode_dict #0 210.5 yield from chunks #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 325, in _iterencode_list #0 210.5 yield from chunks #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 438, in _iterencode #0 210.5 o = _default(o) #0 210.5 File "/usr/lib/python3.10/json/encoder.py", line 179, in default #0 210.5 raise TypeError(f'Object of type {o.__class__.__name__} ' #0 210.5 TypeError: Object of type PosixPath is not JSON serializable #0 210.5 [end of output] #0 210.5 #0 210.5 note: This error originates from a subprocess, and is likely not a problem with pip. #0 210.5 ERROR: Failed building wheel for pyworld #0 210.5 Building wheel for fairseq (pyproject.toml): started #0 225.0 Building wheel for fairseq (pyproject.toml): finished with status 'done' #0 225.1 Created wheel for fairseq: filename=fairseq-0.12.2-cp310-cp310-linux_x86_64.whl size=11288407 sha256=21af9f7fd84f9a7d69ab86d301daff87fbb1e2937559ec98883a81d583ef47f2 #0 225.1 Stored in directory: /root/.cache/pip/wheels/e4/35/55/9c66f65ec7c83fd6fbc2b9502a0ac81b2448a1196159dacc32 #0 225.1 Building wheel for gin (setup.py): started #0 225.3 Building wheel for gin (setup.py): finished with status 'done' #0 225.3 Created wheel for gin: filename=gin-0.1.6-py3-none-any.whl size=3379 sha256=bd3176074956812375b3a949a89c019d5198b8711e9cdc5e4a77088082b0fe8f #0 225.3 Stored in directory: /root/.cache/pip/wheels/d4/87/5b/9aa267e4470bcfab32d6dcc559d7449905894a34b8a89a9abb #0 225.3 Building wheel for audioread (setup.py): started #0 225.4 Building wheel for audioread (setup.py): finished with status 'done' #0 225.4 Created wheel for audioread: filename=audioread-3.0.0-py3-none-any.whl size=23706 sha256=af76bc11b99199eb79f5b55f5733114391f6ff506df0379b905a89f8a53f0b6d #0 225.4 Stored in directory: /root/.cache/pip/wheels/da/4b/39/c5f6c4ee93b43281dda4dab5ac5f2bdf9d11074d427493cd55 #0 225.5 Building wheel for antlr4-python3-runtime (setup.py): started #0 225.7 Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' #0 225.7 Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141230 sha256=126ea5dc655dde5db867031b59f58428e9e2fd1257cd912ab7ee699b2e745484 #0 225.7 Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5 #0 225.7 Building wheel for lit (pyproject.toml): started #0 225.9 Building wheel for lit (pyproject.toml): finished with status 'done' #0 225.9 Created wheel for lit: filename=lit-16.0.6-py3-none-any.whl size=93605 sha256=6214683fd58126ade7eb0ce1cfba4c545b894175e08caca064fa1f8475e2353a #0 225.9 Stored in directory: /root/.cache/pip/wheels/14/f9/07/bb2308587bc2f57158f905a2325f6a89a2befa7437b2d7e137 #0 225.9 Successfully built fairseq gin audioread antlr4-python3-runtime lit #0 225.9 Failed to build pyworld #0 225.9 ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects ------ Dockerfile:18 -------------------- 16 | RUN chmod 0777 /voice-changer/server 17 | WORKDIR /voice-changer/server 18 | >>> RUN pip install -r requirements.txt 19 | 20 | # RUN git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v13 -------------------- ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1 ```

Related Issues: https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder/issues/87

gakugaku commented 1 year ago

Work around: https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder/issues/87#issuecomment-1639504850

Changing the following line in the docker file, it worked fine.

https://github.com/w-okada/voice-changer/blob/257d99e355ef34426fa2ac708dbba01c95404964/docker_vcclient/Dockerfile#L18

RUN pip install numpy==1.23.5 \
        && pip install pyworld==0.3.3 --no-build-isolation \
        && pip install -r requirements.txt
w-okada commented 1 year ago

@gakugaku Thank you for your reporting and important information!