ModuleNotFoundError: No module named 'pyfastmp3decoder' #470

Open
opened 2024-02-04 21:19:42 +07:00 by kazkid · 0 comments

Hey yall,

I just set up the tool and started messing arround with it, everything works fine until I start the training procces.
I get the ModuleNotFoundError: No module named 'pyfastmp3decoder'

[Training] [2024-02-04T22:13:35.737088] File "C:\Users\name\ai\ai-voice-cloning\modules\dlas\dlas\data\audio\paired_voice_audio_dataset.py", line 218, in getitem
[Training] [2024-02-04T22:13:35.738088] tseq, wav, text, path, type = self.get_wav_text_pair(
[Training] [2024-02-04T22:13:35.738088] File "C:\Users\name\ai\ai-voice-cloning\modules\dlas\dlas\data\audio\paired_voice_audio_dataset.py", line 202, in get_wav_text_pair
[Training] [2024-02-04T22:13:35.738088] wav = load_audio(audiopath, self.sample_rate)
[Training] [2024-02-04T22:13:35.738088] File "C:\Users\name\ai\ai-voice-cloning\modules\dlas\dlas\data\audio\unsupervised_audio_dataset.py", line 23, in load_audio
[Training] [2024-02-04T22:13:35.738088] from pyfastmp3decoder.mp3decoder import load_mp3
[Training] [2024-02-04T22:13:35.738088] ModuleNotFoundError: No module named 'pyfastmp3decoder'
[Training] [2024-02-04T22:13:35.738088]

I've already tried installing the pyfastmp3decoder module in the venv but then i get:
Cannot open include file: 'io.h': No such file or directory

Hey yall, I just set up the tool and started messing arround with it, everything works fine until I start the training procces. I get the ModuleNotFoundError: No module named 'pyfastmp3decoder' [Training] [2024-02-04T22:13:35.737088] File "C:\Users\name\ai\ai-voice-cloning\modules\dlas\dlas\data\audio\paired_voice_audio_dataset.py", line 218, in __getitem__ [Training] [2024-02-04T22:13:35.738088] tseq, wav, text, path, type = self.get_wav_text_pair( [Training] [2024-02-04T22:13:35.738088] File "C:\Users\name\ai\ai-voice-cloning\modules\dlas\dlas\data\audio\paired_voice_audio_dataset.py", line 202, in get_wav_text_pair [Training] [2024-02-04T22:13:35.738088] wav = load_audio(audiopath, self.sample_rate) [Training] [2024-02-04T22:13:35.738088] File "C:\Users\name\ai\ai-voice-cloning\modules\dlas\dlas\data\audio\unsupervised_audio_dataset.py", line 23, in load_audio [Training] [2024-02-04T22:13:35.738088] from pyfastmp3decoder.mp3decoder import load_mp3 [Training] [2024-02-04T22:13:35.738088] ModuleNotFoundError: No module named 'pyfastmp3decoder' [Training] [2024-02-04T22:13:35.738088] I've already tried installing the pyfastmp3decoder module in the venv but then i get: Cannot open include file: 'io.h': No such file or directory
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#470
There is no content yet.