Errors when running start-cuda.bat #372

Open
opened 2023-09-06 06:56:09 +00:00 by bobster316 · 1 comment

I am not able to get the start-cuda.bat to work successfullym see the below errors, Get the same issue when running in vscode and anaconda prompt

ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\modules\tortoise-tts\requirements.txt'
Obtaining file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/tortoise-tts
ERROR: file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/tortoise-tts does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\modules\dlas\requirements.txt'
Obtaining file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/dlas
ERROR: file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/dlas does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Does .\venv\Lib\site-packages\bitsandbytes. specify a file name
or directory name on the target
(F = file, D = directory)?

I am not able to get the start-cuda.bat to work successfullym see the below errors, Get the same issue when running in vscode and anaconda prompt ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\modules\\tortoise-tts\\requirements.txt' Obtaining file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/tortoise-tts ERROR: file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/tortoise-tts does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\modules\\dlas\\requirements.txt' Obtaining file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/dlas ERROR: file:///C:/Users/ravkh/Downloads/ai-voice-cloning-master/ai-voice-cloning/modules/dlas does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. Does .\venv\Lib\site-packages\bitsandbytes\. specify a file name or directory name on the target (F = file, D = directory)?

Seems like you don't have the virtual environment enabled? You may have to use the Scripts\Activate.ps1 if you are using Powershell.

Maybe?

Or you need to specify the directory explicitally?

Seems like you don't have the virtual environment enabled? You may have to use the Scripts\Activate.ps1 if you are using Powershell. Maybe? Or you need to specify the directory explicitally?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#372
No description provided.