Open Mycohl opened 1 month ago
Hello @Mycohl, It's actually in the inference notebook that was shared. You can find the link here: https://colab.research.google.com/drive/1lch_6it5-JpXgAQlUTRRI2z2_rk5K67Z?usp=sharing#scrollTo=JazYj0Xek8TA
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
Have a nice day
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?