You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HELP!!!
2021 macbookpro m1
(so-vits-svc) ➜ so-vits-svc git:(4.1-Stable) ✗ pip install -r requirements_win.txt
Requirement already satisfied: librosa==0.9.1 in /Users/wjc/anaconda3/envs/so-vits-svc/lib/python3.10/site-packages (from -r requirements_win.txt (line 1)) (0.9.1)
Requirement already satisfied: fairseq==0.12.2 in /Users/wjc/anaconda3/envs/so-vits-svc/lib/python3.10/site-packages (from -r requirements_win.txt (line 2)) (0.12.2)
Requirement already satisfied: ffmpeg-python in /Users/wjc/anaconda3/envs/so-vits-svc/lib/python3.10/site-packages (from -r requirements_win.txt (line 3)) (0.2.0)
Collecting Flask==2.1.2 (from -r requirements_win.txt (line 4))
Using cached Flask-2.1.2-py3-none-any.whl (95 kB)
Collecting Flask_Cors==3.0.10 (from -r requirements_win.txt (line 5))
Using cached Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
Requirement already satisfied: gradio>=3.7.0 in /Users/wjc/anaconda3/envs/so-vits-svc/lib/python3.10/site-packages (from -r requirements_win.txt (line 6)) (3.39.0)
Requirement already satisfied: numpy in /Users/wjc/anaconda3/envs/so-vits-svc/lib/python3.10/site-packages (from -r requirements_win.txt (line 7)) (1.21.0)
Collecting playsound==1.3.0 (from -r requirements_win.txt (line 8))
Using cached playsound-1.3.0.tar.gz (7.7 kB)
Preparing metadata (setup.py) ... done
Collecting PyAudio==0.2.12 (from -r requirements_win.txt (line 9))
Using cached PyAudio-0.2.12.tar.gz (42 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: pydub==0.25.1 in /Users/wjc/anaconda3/envs/so-vits-svc/lib/python3.10/site-packages (from -r requirements_win.txt (line 10)) (0.25.1)
Collecting pyworld==0.3.0 (from -r requirements_win.txt (line 11))
Using cached pyworld-0.3.0.tar.gz (212 kB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [929 lines of output]
Collecting wheel
Obtaining dependency information for wheel from https://files.pythonhosted.org/packages/17/11/f139e25018ea2218aeedbedcf85cd0dd8abeed29a38ac1fda7f5a8889382/wheel-0.41.0-py3-none-any.whl.metadata
Using cached wheel-0.41.0-py3-none-any.whl.metadata (2.2 kB)
Collecting setuptools
Obtaining dependency information for setuptools from https://files.pythonhosted.org/packages/c7/42/be1c7bbdd83e1bfb160c94b9cafd8e25efc7400346cf7ccdbdb452c467fa/setuptools-68.0.0-py3-none-any.whl.metadata
Using cached setuptools-68.0.0-py3-none-any.whl.metadata (6.4 kB)
Collecting cython>=0.24.0
Obtaining dependency information for cython>=0.24.0 from https://files.pythonhosted.org/packages/f6/94/8d553dff3baf9cdd4b2481e59c2cfc8247c0c847170dd10574f81718d142/Cython-3.0.0-py2.py3-none-any.whl.metadata
Using cached Cython-3.0.0-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting numpy<v1.20.0
Using cached numpy-1.19.5.zip (7.3 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Using cached wheel-0.41.0-py3-none-any.whl (64 kB)
Using cached setuptools-68.0.0-py3-none-any.whl (804 kB)
Using cached Cython-3.0.0-py2.py3-none-any.whl (1.2 MB)
Building wheels for collected packages: numpy
Building wheel for numpy (pyproject.toml): started
Building wheel for numpy (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
(so-vits-svc) ➜ so-vits-svc git:(4.1-Stable) ✗
Beta Was this translation helpful? Give feedback.
All reactions