Rudrabha / Wav2Lip

This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020. For HD commercial model, please try out Sync Labs
https://synclabs.so
10.28k stars 2.21k forks source link

ERROR: Failed building wheel for opencv-contrib-python #617

Open BeratSuroji opened 8 months ago

BeratSuroji commented 8 months ago

Hello everybody,

I am currently testing Wav2Lip locally on my computer. However, I am encountering the following error during setup: Error1

My python version is 3.6.13 The following information is currently in my requirements.txt librosa==0.7.0 numpy==1.17.1 opencv-contrib-python>=4.2.0.34 opencv-python==4.1.0.25 torch>=1.1.0 (i changed that to >=, with == i had a error) torchvision==0.3.0 tqdm==4.45.0 numba==0.48

I have also made a pip upgrade. Can anyone help me?

Thanks!

Ronincod3 commented 6 months ago

opencv-contrib-python==4.2.0.34 works for me...

zhangyue2709 commented 6 months ago

I am encountering this error like your,have you solved?