Fresh install, no module named dlas #409
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#409
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?
Hello! I've reinstalled my Ubuntu and now when I'm trying to train, I have this message :
Traceback (most recent call last): File "/home/maelys/AI_PROJECTS/SOUND/TOOLS/MRQ/ai-voice-cloning/./src/train.py", line 61, in <module> from dlas import train as tr ModuleNotFoundError: No module named 'dlas'
I tried following this , but I had an error building Pyworld :
So I tried following this
But it still doesn't work. I have tried recloning and rebuilding setup.cuda.sh, but nothing works...
EDIT : Solved
=> update conda and pip
=> install Ubuntu Build essentials (don't know if that really played a part in it but well...)
=> Re run setup_cuda.sh AND pip install -r requirements.txt