#765·Wav2Lip

Python version issue

Author: 8huangshutuCreated Oct 3, 2025Updated Nov 4, 2025

Hi team: When trying to install the requirements in Google Colab (Python 3.12), the following error occurs:

ERROR: No matching distribution found for opencv-python==4.1.0.25 ERROR: Could not find a version that satisfies the requirement numpy==1.17.1

These versions are too old and no longer support Python 3.12. Could you please update requirements.txt to support newer versions (e.g., numpy>=1.23, opencv-python>=4.7, librosa>=0.10)?

Alternatively, please specify which Python version is required to run the project.

Thanks