-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
NOTHING IS WORKING! ALL NOTEBOOKS ARE BROKEN! INSTALLATION ON COLLAB IS NOT POSSIBLE! #2444
Comments
Yeah me too. But how can not do something train this voice model RVC they all notebooks is are broken. |
Exactly, me too. |
The thing is that Colab has been updated to use Python 3.11, which broke the compatibility with many existing packages detailed in requirements.txt |
I see. Is it possible to downgrade the Python version in Colab, and if so, how and to what version should I downgrade it to? |
Preferably to 3.8, which is the supported version of RVC. |
First, correction: I was supposed to use Python 3.10 not 3.8 This is NOT a long-term solution, but I may have found some workarounds of using different python version in the notebook. First, add and run this code at the beginning of your notebook to install python 3.10. !sudo apt-get update After this, you have to replace every pip and python command in your notebook code to !/usr/bin/python3.10. Example (this is my code, but you should make your own adjustments) old : !pip install -r requirements.txt old : !python infer-web.py --colab --pycmd python3 |
Thanks, I’ll try it out later! |
Hello. Try to run your collab notebook in the repo or any other on the internet! None of them work. Error after error! It is not fixable! Please fix! It is not possible to even install RVC, as all packages conflict and do not install! Please fix!
The text was updated successfully, but these errors were encountered: