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: No matching distribution found for torch==1.12.0 #489

Open
kgolubic opened this issue Jul 9, 2024 · 1 comment
Open

ERROR: No matching distribution found for torch==1.12.0 #489

kgolubic opened this issue Jul 9, 2024 · 1 comment

Comments

@kgolubic
Copy link

kgolubic commented Jul 9, 2024

This issues is result of discussion in memgraph/documentation#872.

          When I tried to run "pip install -r requirements.txt" (on two different machines) I got this error about that version of Torch being not found.

ERROR: Could not find a version that satisfies the requirement torch==1.12.0 (from versions: 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1) ERROR: No matching distribution found for torch==1.12.0

Originally posted by @hal-eisen-MG in memgraph/documentation#872 (comment)

Additional info from Slack conversation:
@hal-eisen-MG used the following Python: python versions tested = 3.11.6, 3.12, 3.9.2

@kgolubic kgolubic changed the title When I tried to run "pip install -r requirements.txt" (on two different machines) I got this error about that version of Torch being not found. ERROR: No matching distribution found for torch==1.12.0 Jul 9, 2024
@hectormauer
Copy link

hectormauer commented Aug 27, 2024

I think the problem happens if using Python >=3.12. Maybe the instructions should specify the min/max Python version (maybe I have missed this!)

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

2 participants