Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

pip install -r requirements.txt

Open Ming-gi opened this issue 1 year ago • 5 comments

ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10 ERROR: Could not find a version that satisfies the requirement tb-nightly (from gfpgan) (from versions: none) ERROR: No matching distribution found for tb-nightly

Ming-gi avatar Aug 12 '24 07:08 Ming-gi

i use python3.10(conda)

Ming-gi avatar Aug 12 '24 07:08 Ming-gi

I have the same question. And I don't install gfpgan (the last one of requirement.txt). And the project can work.

WindZh03 avatar Aug 12 '24 08:08 WindZh03

pip install tb-nightly --index-url https://pypi.org/simple  

Of-qinhai avatar Aug 12 '24 09:08 Of-qinhai

pip install tb-nightly --index-url https://pypi.org/simple  

it's work!tks

SeanDCao avatar Aug 14 '24 08:08 SeanDCao

pip install tb-nightly --index-url https://pypi.org/simple  

tks!!

Ming-gi avatar Aug 14 '24 09:08 Ming-gi