We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
(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
The text was updated successfully, but these errors were encountered:
same question
Sorry, something went wrong.
!git clone https://github.com/g-nie/pynormalize.git !ls pynormalize %cd pynormalize !pip install . pip show pynormalize
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: