Closed Zaithe closed 1 year ago
requirements wouldn't install on my 3080TI and i edited the requirements file to say:
librosa==0.7.0 numpy==1.17.1 opencv-contrib-python>=4.2.0.34 opencv-python==4.5.2.54 torch==1.8.2+cu111 torchvision==0.3.0 tqdm==4.45.0 numba==0.48
I try to install requirements and it says
Wav2Lip-master$ pip install -r requirements.txt Collecting librosa==0.7.0 Using cached librosa-0.7.0.tar.gz (1.6 MB) Preparing metadata (setup.py) ... done Collecting numpy==1.17.1 Using cached numpy-1.17.1.zip (6.5 MB) Preparing metadata (setup.py) ... done Collecting opencv-contrib-python>=4.2.0.34 Using cached opencv_contrib_python-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.9 MB) Collecting opencv-python==4.5.2.54 Using cached opencv_python-4.5.2.54-cp39-cp39-manylinux2014_x86_64.whl (51.0 MB) ERROR: Could not find a version that satisfies the requirement torch==1.8.2+cu111 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0) ERROR: No matching distribution found for torch==1.8.2+cu111
I'm not sure how to get this running on my linux system.
simple, correct the == to >=
requirements wouldn't install on my 3080TI and i edited the requirements file to say:
I try to install requirements and it says
I'm not sure how to get this running on my linux system.