You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: