Installing Deep-Live-Cam
All goes well until end of install:
Windows PowerShell
…
…)
Downloading ht… 2.2/2.6 GB 163.4 kB/s eta 0:46:10
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
torch==2.0.1+cu118 from https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp310-cp310-win_amd64.whl#sha256=f58d75619bc96e4322343c030b893613701caa2d6db8017155da226c14171335 (from -r requirements.txt (line 11)):
Expected sha256 f58d75619bc96e4322343c030b893613701caa2d6db8017155da226c14171335
Got ae8f20e6388b9b8df854b5b1175502cb28b092a7d008a693d75c67b219e57000
(venv) PS C:\Deep-Live-Cam>
–
and in requirements.txt from C:\Deep-Live-Cam it has no hash on line 11:
–extra-index-url https://download.pytorch.org/whl/cu118
numpy==1.23.5
opencv-python==4.8.1.78
onnx==1.16.0
insightface==0.7.3
psutil==5.9.8
tk==0.1.0
customtkinter==5.2.2
pillow==9.5.0
torch==2.0.1+cu118; sys_platform != ‘darwin’
torch==2.0.1; sys_platform == ‘darwin’
torchvision==0.15.2+cu118; sys_platform != ‘darwin’
torchvision==0.15.2; sys_platform == ‘darwin’
onnxruntime==1.18.0; sys_platform == ‘darwin’ and platform_machine != ‘arm64’
onnxruntime-silicon==1.16.3; sys_platform == ‘darwin’ and platform_machine == ‘arm64’
onnxruntime-gpu==1.18.0; sys_platform != ‘darwin’
tensorflow==2.13.0rc1; sys_platform == ‘darwin’
tensorflow==2.12.1; sys_platform != ‘darwin’
opennsfw2==0.10.2
protobuf==4.23.2
tqdm==4.66.4
gfpgan==1.3.8
so do i add to line 11 torch==2.0.1+cu118; sys_platform != ‘darwin’ --hash=sha256:ae8f20e6388b9b8df854b5b1175502cb28b092a7d008a693d75c67b219e57000
or something else?