Errors when running start-cuda.bat #372
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#372
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?