Google Colab Errors / Google Colab Not Working
For the Google Colab I keep getting these messages:
Message 1:
WARNING: The following packages were previously imported in this runtime: [_distutils_hack,pkg_resources,setuptools] You must restart the runtime in order to use newly installed versions.
Restarting will lose all runtime state, including local variables.
Message 2:
Cloning into 'Retrieval-based-Voice-Conversion-WebUI'... warning: Could not find remote branch stable to clone. fatal: Remote branch stable not found in upstream origin [Errno 2] No such file or directory: '/content/Retrieval-based-Voice-Conversion-WebUI' /content
How do I fix this?
First of all, you can select Cancel and skip this installation if that package already exists. Second of all, I am not too sure about the other one, but it seems like there may not be a stable remote branch available to run the program. I don't know if this'll work or not, but it mainly depends on which runtime you connect to, such as T4 and GPU.
That's all I know at the moment.