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