No module named 'dlas' #254

Closed
opened 2023-06-05 21:39:30 +07:00 by ArmokGoB · 2 comments
Spawning process:  train.bat ./training/drifter_large/train.yaml
[Training] [2023-06-05T14:33:30.966792]
[Training] [2023-06-05T14:33:30.970792] (venv) C:\Users\[redacted]\Desktop\Tools\ai-voice-cloning>call .\venv\Scripts\activate.bat
[Training] [2023-06-05T14:33:33.541620] NOTE: Redirects are currently not supported in Windows or MacOs.
[Training] [2023-06-05T14:33:33.814641] Traceback (most recent call last):
[Training] [2023-06-05T14:33:33.819323]   File "C:\Users\[redacted]\Desktop\Tools\ai-voice-cloning\src\train.py", line 61, in <module>
[Training] [2023-06-05T14:33:33.823481]     from dlas import train as tr
[Training] [2023-06-05T14:33:33.828335] ModuleNotFoundError: No module named 'dlas'

Running on Windows 10, and installed as per the instructions in the wiki.

``` Spawning process: train.bat ./training/drifter_large/train.yaml [Training] [2023-06-05T14:33:30.966792] [Training] [2023-06-05T14:33:30.970792] (venv) C:\Users\[redacted]\Desktop\Tools\ai-voice-cloning>call .\venv\Scripts\activate.bat [Training] [2023-06-05T14:33:33.541620] NOTE: Redirects are currently not supported in Windows or MacOs. [Training] [2023-06-05T14:33:33.814641] Traceback (most recent call last): [Training] [2023-06-05T14:33:33.819323] File "C:\Users\[redacted]\Desktop\Tools\ai-voice-cloning\src\train.py", line 61, in <module> [Training] [2023-06-05T14:33:33.823481] from dlas import train as tr [Training] [2023-06-05T14:33:33.828335] ModuleNotFoundError: No module named 'dlas' ``` Running on Windows 10, and installed as per the instructions in the wiki.

Ran into this in the colab, needed to reclone the repo. When everything is getting setup, there's a link in the modules folder that pulls dlas from another repo. It may not have been able to clone it correctly the first time.

Ran into this in the colab, needed to reclone the repo. When everything is getting setup, there's a link in the modules folder that pulls dlas from another repo. It may not have been able to clone it correctly the first time.

Ran into this in the colab, needed to reclone the repo. When everything is getting setup, there's a link in the modules folder that pulls dlas from another repo. It may not have been able to clone it correctly the first time.

Doing a full reclone using GitHub Desktop resolved this issue.

> Ran into this in the colab, needed to reclone the repo. When everything is getting setup, there's a link in the modules folder that pulls dlas from another repo. It may not have been able to clone it correctly the first time. Doing a full reclone using GitHub Desktop resolved this issue.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#254
There is no content yet.