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

ERROR: Could not find a version that satisfies the requirement torch==0.4.1 #200

Open
trandinhnamuet opened this issue Dec 21, 2023 · 2 comments

Comments

@trandinhnamuet
Copy link

When run pip install -r requirements.txt, i gain error:
ERROR: Could not find a version that satisfies the requirement torch==0.4.1 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2)
ERROR: No matching distribution found for torch==0.4.1

Pls help

@SzaremehrjardiMT
Copy link

same issue. I even tried older torch versions. but till now I could install pytorch ==1.4.0 and torchvision == 0.5.0 with python == 3.6.13 but still no luck for opencv-python

@harshdhamecha
Copy link

If you are using Conda, try the following:
conda install pytorch=0.4.1

And use each package one by one

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

3 participants