Open DeathmonkeyJ opened 8 months ago
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
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'