Fresh install, no module named dlas #409

Closed
opened 2023-10-12 06:27:48 +07:00 by DoctorPopi · 1 comments

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 :

ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects

So I tried following this

But it still doesn't work. I have tried recloning and rebuilding setup.cuda.sh, but nothing works...

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 ](https://git.ecker.tech/mrq/ai-voice-cloning/issues/302#issuecomment-2285), but I had an error building Pyworld : > ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects So I tried following t[his ](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues/800#issuecomment-1642712239) 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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#409
There is no content yet.