ModuleNotFoundError: No module named psutil #137
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#137
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'm getting following erron when executing the start.bat
C:\Users\Dominik\ai-voice-cloning>call .\venv\Scripts\activate.bat
Traceback (most recent call last):
File "C:\Users\Dominik\ai-voice-cloning\src\main.py", line 9, in
from utils import *
File "C:\Users\Dominik\ai-voice-cloning\src\utils.py", line 20, in
import psutil
ModuleNotFoundError: No module named 'psutil'
Drücken Sie eine beliebige Taste . . .
Actually, it's already a dependency. Are you sure you ran setup first before starting?