Even after running setup-cuda, the start.bat shows missing modules. #217
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#217
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?
It starts with "ModuleNotFoundError: No module named 'psutil'". After that even I activate the venv seperately and pip install the modules one after the other, it eventually gets stuck on some particular module. Something wrong with the setup-cuda.bat file?
just keep running pip install (name of module), ex:
pip install psutil
till they are all installed. Will run fine after everything is installed :)Doesn't work, eventually gets stuck on tortoise, since pip install won't solve it. The error comes up as follows:
I feel like I managed to mess up a working environment ages ago where it wasn't actually installing the packages to the venv. Whenever I get the chance I'll validate that the procedure still works.
Specifically for tortoise, run:
No issues for me running the install .bat on Win10 + python3.10.
The only issue I can think of is if you're using PowerShell, as the venv activation script (
.\venv\Scripts\activate.bat
) does NOT work under PowerShell; you'll need to adapt it to use.\venv\Scripts\Activate.ps1
, but I think in that case it will still install packages to your global Python environment and still work.Thanks, this worked.
pls help
