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

Error using install.bat #54

Open
DeathmonkeyJ opened this issue Feb 26, 2024 · 1 comment
Open

Error using install.bat #54

DeathmonkeyJ opened this issue Feb 26, 2024 · 1 comment

Comments

@DeathmonkeyJ
Copy link

ERROR: Could not find a version that satisfies the requirement torch==2.1.1 (from versions: 2.2.0, 2.2.1)
ERROR: No matching distribution found for torch==2.1.1
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'pytorch'
Install deepspeed for windows for python 3.10.x and CUDA 11.8
Traceback (most recent call last):
File "C:\Users\Jace\Desktop\xtts-webui-main\scripts\modeldownloader.py", line 4, in
import requests
ModuleNotFoundError: No module named 'requests'

@ciferscall
Copy link

Hello, I have quite literally no knowledge about python and coding but I was able to solve this problem by going to \xtts-webui\venv\Scripts

activating the virtual enviroment and installing uninstalling and then installing the required packages which would be pip install requests
packaging
tqdm
loguru

you might also need to install pytorch on the virual enviroment since I never got that issue but again, I don't really know much I just know how to solve this specific problem

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

2 participants