video-retalking
video-retalking copied to clipboard
Install error
I'm not a programmer and i just follow the instructions, when i type
(video_retalking) D:\githubrepo\video-retalking>pip install -r requirements.txt,
the cmd created errors
ERROR: Ignored the following versions that require a different python version: 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement tb-nightly (from basicsr) (from versions: none)
ERROR: No matching distribution found for tb-nightly
so which version of python should i use and how could i fix this?
which version u using now? mine is 3.10
plus after installing new version and installing stuff.. tell me how muh time did it take ... mine is sstilll installing since 4 hours
which version u using now? mine is 3.10
conda create -n video_retalking python=3.8
the code section has this code so i assume the version is 3.8
plus after installing new version and installing stuff.. tell me how muh time did it take ... mine is sstilll installing since 4 hours
holy...i dont think i spent that much time, it just took like 30 minutes?
Okk is this program runs only with cuda..? I have amd graphic so perhaps that's why it taking long time . It always showing that pip is searching the files suitable for program and that it!
how cloud u fix it?
i meet same issue:
ERROR: Ignored the following versions that require a different python version: 0.22.0 Requires-Python >=3.9; 0.22.0rc1 Requires-Python >=3.9; 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.11.4 Requires-Python >=3.9; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.0b1 Requires-Python <3.13,>=3.9; 1.26.0rc1 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9; 1.26.2 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement tb-nightly (from basicsr) (from versions: none)
ERROR: No matching distribution found for tb-nightly
Well it need a specific version... that is 3.10.6 Install that one... actually this program was made with that base version of python that's why all coding actually works with that .
Well it need a specific version... that is 3.10.6 Install that one... actually this program was made with that base version of python that's why all coding actually works with that .
I activate python 3.10,but error still happen
INFO: pip is looking at multiple versions of basicsr to determine which version is compatible with other requirements. This could take a while. 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 basicsr) (from versions: none) ERROR: No matching distribution found for tb-nightly
``
can try this way:
python -m pip install tb-nightly -i https://mirrors.aliyun.com/pypi/simple