Skip to content
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

Open
joshgura opened this issue Sep 3, 2024 · 4 comments
Open

installer asks for a version of torch that doesn't exist #93

joshgura opened this issue Sep 3, 2024 · 4 comments

Comments

@joshgura
Copy link

joshgura commented Sep 3, 2024

"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.

@rekkiesa
Copy link

I have the same issue

@Yasand123
Copy link

Yasand123 commented Sep 19, 2024

Same here, I got it working a while back, not anymore. Something changed.

ERROR: Could not find a version that satisfies the requirement torch==2.1.1+cu118 (from versions: 2.2.0+cu118, 2.2.1+cu118, 2.2.2+cu118, 2.3.0+cu118, 2.3.1+cu118, 2.4.0+cu118, 2.4.1+cu118)
ERROR: No matching distribution found for torch==2.1.1+cu118

@AnonimusJack
Copy link

Check what python version are you running.
If you're using linux you can try pyenv to create a local env with a specific version.
Or maybe conda~

Bottom line, you need python 3.10 to run this project.

@Yasand123
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants