Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python dependencies with specified version, not found by pip #12

Open
MaxBrandtner opened this issue Jan 28, 2023 · 0 comments
Open

Python dependencies with specified version, not found by pip #12

MaxBrandtner opened this issue Jan 28, 2023 · 0 comments

Comments

@MaxBrandtner
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant