Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'pynormalize' #26

Open
dhiya15 opened this issue Jul 3, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'pynormalize' #26

dhiya15 opened this issue Jul 3, 2024 · 1 comment

Comments

@dhiya15
Copy link

dhiya15 commented Jul 3, 2024

from the other side the library didn't exist in the website: https://pypi.org/project/pynormalize/
This is the error:

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 11>()
9 import pickle
10 import face_alignment
---> 11 from src.autovc.AutoVC_mel_Convertor_retrain_version import AutoVC_mel_Convertor
12 import shutil
13 import time

/content/MakeItTalk/src/autovc/AutoVC_mel_Convertor_retrain_version.py in
6 from src.autovc.retrain_version.model_vc_37_1 import Generator
7 from pydub import AudioSegment
----> 8 import pynormalize.pynormalize
9 from scipy.io import wavfile as wav
10 from scipy.signal import stft

ModuleNotFoundError: No module named 'pynormalize'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.ModuleNotFoundError Traceback (most recent call last)
in <cell line: 11>()
9 import pickle
10 import face_alignment
---> 11 from src.autovc.AutoVC_mel_Convertor_retrain_version import AutoVC_mel_Convertor
12 import shutil
13 import time

/content/MakeItTalk/src/autovc/AutoVC_mel_Convertor_retrain_version.py in
6 from src.autovc.retrain_version.model_vc_37_1 import Generator
7 from pydub import AudioSegment
----> 8 import pynormalize.pynormalize
9 from scipy.io import wavfile as wav
10 from scipy.signal import stft

ModuleNotFoundError: No module named 'pynormalize'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

@morgancheung914
Copy link

@dhiya15 I compiled from source from here and it works:

https://github.com/g-nie/pynormalize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants