Error when running start.bat after installing. #320
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#320
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 followed the installation process:
Then I got to the point where I use setup-cuda.bat.
When I tried to use start.bat (or in cmd), it passed me these.
Edit: In the folder "venv," there is only a subfolder "Lib." There is no "Script" folder or activate.bat.
This is my first time ever on such site, or anything similar to it.
If I've made any mistakes or left out important info, please let me know.
Why are you using Python 3.11? It doesn't work.
Also why are you using CUDA V12?
How did you go about setting this up? I fear you deviated too much without realising the implications.
Python breaks compatibility with major apps/libraries just about every major version from my experience. And I knew these two already don't work for this.
Did you run
python setup.bat install
?I'm really new to such programs that requires python or cmd, and I must have made a lot of mistakes.
For Python, CUDA, and Git for that matter, I just tried to download the latest release of them.
Should have I downloaded specific versions, such as 3.9 for Python and 11.7 for CUDA, as mentioned in the wiki?
I started by installing latest Python, Git, and CUDA as mentioned, and created folder directly on C: drive. (C:\Voice Cloning)
After that, I opened cmd and typed
cd C:\Voice Cloning
, and thengit clone https://git.ecker.tech/mrq/ai-voice-cloning
as mentioned in wiki.Finally, I have ran setup-cuda.bat.
That is probably about everything I've done so far.
Should I uninstall everything and start from atop?
EDIT: I have reinstalled the requirements (Python 3.9.13, CUDA 11.7), and after adding Python to PATH, I was able to actually reach the generating site! I did get a CUDA out of memory error at the first time, but I at least made it generate 3 lines of sentence on the second try. At least this issue is resolved. Thanks!