You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Additional info from Slack conversation: @hal-eisen-MG used the following Python: python versions tested = 3.11.6, 3.12, 3.9.2
The text was updated successfully, but these errors were encountered:
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
This issues is result of discussion in memgraph/documentation#872.
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
The text was updated successfully, but these errors were encountered: