OpenTalker / video-retalking

[SIGGRAPH Asia 2022] VideoReTalking: Audio-based Lip Synchronization for Talking Head Video Editing In the Wild
https://opentalker.github.io/video-retalking/
Apache License 2.0
6.04k stars 896 forks source link

python 3.8 not match basicsr==1.4.2 which is in requirements.txt??? #200

Open LiuZhoujlu opened 5 months ago

LiuZhoujlu commented 5 months ago

python 3.8 not match basicsr==1.4.2 which is in requirements.txt???

zzapbj commented 4 months ago

same question about basicsr issue. Please help us to resolve it.

conkeur commented 4 months ago

https://blog.csdn.net/lsb2002/article/details/131646853

tomy128 commented 3 months ago

If you directly run pip install -r requirements.txt --index-url https://pypi.org/simple this would work well, if you use some other mirrors like https://pypi.tuna.tsinghua.edu.cn/simple .etc will throw error like incompitible dependencies.

I think may some mirror sync errors caused that?