-
Notifications
You must be signed in to change notification settings - Fork 126
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
installer asks for a version of torch that doesn't exist #93
Comments
I have the same issue |
Same here, I got it working a while back, not anymore. Something changed.
|
Check what python version are you running. Bottom line, you need python 3.10 to run this project. |
Yeah that must've been how I set it up first time. I did it now and it worked, although I had to manually upgrade gradio to the latest version otherwise it would error out whenever I touch any UI element. |
"torch==2.1.1
torchaudio==2.1.1"
are in the requirements, and the installer couldn't continue because they are not findable by pip. so I deleted them from the requirements list.
without those in the requirements list, the installer.sh is downloading torch 2.4 anyway. I must have torch downloaded in 100 different places across my hard drive.
i don't expect xtts-webui to work when the installer finishes due to the missing 2.11 version of torch, but i want to see what happens anyway, will try to update later.
edit: ok nevermind, I don't see myself ever getting this to install or run. it's using pickle tensors as well.
The text was updated successfully, but these errors were encountered: