-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are some issues when "python -m pip install -U audiocraft" #499
Comments
the same issue |
1 similar comment
the same issue |
I have finish this problem by manually installing the package in the requirements.txt file and adjust the version number if encountering errors. |
pld provide your all packages requirments and your env, I'm installing on my mac, thx in advance. |
I had the same issue. |
Hi, we fixed the environment requirements, could you check that it works now? |
Collecting scipy>=1.2.0 (from librosa->audiocraft==1.4.0a1)
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/scipy/1.5.4/scipy-1.5.4-cp39-cp39-manylinux1_x86_64.whl (25.8 MB)
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/scipy/1.5.3/scipy-1.5.3.tar.gz (25.2 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [67 lines of output]
Looking in indexes: http://nexus.sii.shaipower.online/repository/pypi/simple/
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_system != "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match your environment
Collecting wheel
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/wheel/0.44.0/wheel-0.44.0-py3-none-any.whl (67 kB)
Collecting setuptools
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/setuptools/75.2.0/setuptools-75.2.0-py3-none-any.whl (1.2 MB)
Collecting Cython>=0.29.18
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/cython/3.0.11/Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
Collecting numpy==1.17.3
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/numpy/1.17.3/numpy-1.17.3.zip (6.4 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pybind11>=2.4.3
Using cached http://nexus.sii.shaipower.online/repository/pypi/packages/pybind11/2.13.6/pybind11-2.13.6-py3-none-any.whl (243 kB)
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): 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.
The text was updated successfully, but these errors were encountered: