mage icon indicating copy to clipboard operation
mage copied to clipboard

ERROR: No matching distribution found for torch==1.12.0

Open kgolubic opened this issue 1 year ago • 1 comments

This issues is result of discussion in https://github.com/memgraph/documentation/pull/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 https://github.com/memgraph/documentation/pull/872#discussion_r1662740218

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

kgolubic avatar Jul 09 '24 09:07 kgolubic

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!)

hectormauer avatar Aug 27 '24 16:08 hectormauer