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

ERROR: Could not find a version that satisfies the requirement torch==2.0.1+cu118 (from versions: 2.2.0, 2.2.0+cu118, 2.2.1, 2.2.1+cu118, 2.2.2, 2.2.2+cu118, 2.3.0, 2.3.0+cu118, 2.3.1, 2.3.1+cu118, 2.4.0, 2.4.0+cu118) ERROR: No matching distribution found for torch==2.0.1+cu118

Open taixiaojingyan opened this issue 1 year ago • 5 comments

why

taixiaojingyan avatar Aug 30 '24 16:08 taixiaojingyan

why

Do you have your cuda tool kit 11.8 installed ? Are you doing this on a Windows, macbook or Linux?

Updatedme avatar Aug 30 '24 18:08 Updatedme

Windows

On Windows

taixiaojingyan avatar Aug 30 '24 23:08 taixiaojingyan

I just manually installed it using % pip install torch

Works for me on macOS after that.

budda avatar Sep 03 '24 00:09 budda

Windows

On Windows

For Windows use

pip install torch

Updatedme avatar Sep 09 '24 22:09 Updatedme

This happens because your Python version is too recent, namely, 3.11 or higher. You need Python 3.10 for this so use pyenv to install a different Python version or set up a conda environment.

esauvisky avatar Sep 10 '24 06:09 esauvisky