Text2LIVE icon indicating copy to clipboard operation
Text2LIVE copied to clipboard

Python dependencies with specified version, not found by pip

Open MaxBrandtner opened this issue 3 years ago • 0 comments

The issue applies to torch and torchvision

pip install torch~=1.10.0

Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement torch~=1.10.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1)
ERROR: No matching distribution found for torch~=1.10.0

pip install torchvision~=0.11.2

Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement torchvision~=0.11.2 (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1)
ERROR: No matching distribution found for torchvision~=0.11.2

possible solution

Would it be possible to switch to torch 1.11.0 and torchvision 0.12.0?

MaxBrandtner avatar Jan 28 '23 04:01 MaxBrandtner