ERROR: Could not open requirements file: [Errno 2] No such file or directory: #47
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#47
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?
When I try to run the setup-cuda.bat I get these errors:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\dlas\requirements.txt'
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\tortoise-tts\requirements.txt'
A full stack trace would be nice.
My guess is you somehow downloaded this repo as a ZIP and don't actually have
git
installed, so it's not initializing the submodules (beingdlas
andtortoise-tts
).This may seem like a dumb question but how exactly do I get the full stack trace?
Basically everything that was printed to the console when you executed the script.
Yes, what the command prompt says. I can only make assumptions without knowing the full state, for it would usually say why it's not working.
That's a bit of a problem since my command prompt closes instantly once it reaches a certain error.
Updated the setup script so it should stay open if you ran it from Windows Explorer and not a Command Prompt.
So it's what I said earlier:
You need to
git clone https://git.ecker.tech/mrq/ai-voice-cloning/
for this repo, as per the installation instructions, not just download and extract a ZIP'd version.