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
INFO: pip is looking at multiple versions of scipy to determine which version is compatible with other requirements. This could take a while.
Downloading scipy-1.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.2 kB)
Downloading scipy-1.6.1.tar.gz (27.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.3/27.3 MB 67.0 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Downloading scipy-1.6.0.tar.gz (27.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.3/27.3 MB 36.7 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Downloading scipy-1.5.4.tar.gz (25.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.2/25.2 MB 38.8 MB/s eta 0:00:00
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.
Installing build dependencies ... error
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.
Expected:
Audiocraft should install, and then voicecraft should be cloned
NOTE: This repo also doesn't build locally or in a docker container. Clown shoes.
After some googling, apparently google just decides to force-update the python version? And there's no way to downgrade? There's a Medium article where the author claims they tested it on 3.10 and it worked, though.
I was able to get audiocraft installed by manually installing the requirements separately and using --no-dependencies. It appears that there are several packages which break pip's dependency mechanism.
I can't test whether it actually works at this point, because I spent so long trying to get python set up that google cut me off from GPU usage.
Maybe this isn't your problem, but your code is broken. It will not run. If you actually want people to use it, perhaps you should take this seriously?
The text was updated successfully, but these errors were encountered:
Since installing audiocraft breaks due to no config, move the default into site-packages
!git clone https://github.com/facebookresearch/audiocraft.git
!mv audiocraft/config /usr/local/lib/python3.10/site-packages/
!rm -rf audiocraft
Steps to repro:
Result:
Expected:
Audiocraft should install, and then voicecraft should be cloned
NOTE: This repo also doesn't build locally or in a docker container. Clown shoes.
According to https://github.com/facebookresearch/audiocraft, audiocraft requires python 3.9, but the colab is set up with python 3.10.
After some googling, apparently google just decides to force-update the python version? And there's no way to downgrade? There's a Medium article where the author claims they tested it on 3.10 and it worked, though.
I was able to get audiocraft installed by manually installing the requirements separately and using --no-dependencies. It appears that there are several packages which break pip's dependency mechanism.
I can't test whether it actually works at this point, because I spent so long trying to get python set up that google cut me off from GPU usage.
Maybe this isn't your problem, but your code is broken. It will not run. If you actually want people to use it, perhaps you should take this seriously?
The text was updated successfully, but these errors were encountered: