ModuleNotFoundError: No module named 'pyfastmp3decoder' #470
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#470
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?
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