ECCV2022-RIFE
ECCV2022-RIFE copied to clipboard
Not able to install requirements anymore
After cloning the repository and running pip3 install -r requirements.txt
, I get the following errors:
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement torch==1.7.1 (from versions: 1.13.0, 1.13.1, 2.0.0, 2.0.1)
ERROR: No matching distribution found for torch==1.7.1
Trying to install the requirements with conda install
instead of pip, in a new conda environment, I get this when trying to install pytorch, after running conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch
:
Package libgcc-ng conflicts for:
python=3.11 -> bzip2[version='>=1.0.8,<2.0a0'] -> libgcc-ng[version='>=10.3.0|>=7.3.0|>=7.5.0|>=9.3.0|>=9.4.0']
python=3.11 -> libgcc-ng[version='>=11.2.0|>=12']The following specifications were found to be incompatible with your system:
- feature:/linux-64::__cuda==12.1=0
- feature:/linux-64::__glibc==2.35=0
- feature:|@/linux-64::__glibc==2.35=0
- cudatoolkit=11.0 -> __glibc[version='>=2.17,<3.0.a0']
- cudatoolkit=11.0 -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']
- python=3.11 -> libgcc-ng[version='>=11.2.0'] -> __glibc[version='>=2.17']
- pytorch==1.7.1 -> cudatoolkit[version='>=11.0,<11.1'] -> __glibc[version='>=2.17|>=2.17,<3.0.a0']
- torchvision==0.8.2 -> __glibc[version='>=2.17']
- torchvision==0.8.2 -> cudatoolkit[version='>=11.0,<11.1'] -> __glibc[version='>=2.17,<3.0.a0']
- torchvision==0.8.2 -> pytorch=[build=cuda*] -> __cuda
Your installed version is: 2.35
System: Ubuntu 22.04 with anaconda installed