Deep-Live-Cam
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
why
why
Do you have your cuda tool kit 11.8 installed ? Are you doing this on a Windows, macbook or Linux?
Windows
On Windows
I just manually installed it using % pip install torch
Works for me on macOS after that.
Windows
On Windows
For Windows use
pip install torch
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.