-
Notifications
You must be signed in to change notification settings - Fork 225
Description
When running "pip install -r requirements.txt", specifically:
(makeittalk_env) C:\Users\J\Documents\GitHub\MakeItTalk>pip install -r requirements.txt Collecting ffmpeg-python Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB) Collecting opencv-python Downloading opencv-python-4.10.0.84.tar.gz (95.1 MB) |████████████████████████████████| 95.1 MB 6.4 MB/s Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Collecting face_alignment Downloading face_alignment-1.4.1-py2.py3-none-any.whl (30 kB) Collecting scikit-learn Downloading scikit_learn-0.24.2-cp36-cp36m-win_amd64.whl (6.8 MB) |████████████████████████████████| 6.8 MB 3.3 MB/s Collecting pydub Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB) ERROR: Could not find a version that satisfies the requirement pynormalize (from versions: none) ERROR: No matching distribution found for pynormalize
Trying to pip install pynormalize manually, same error