Hello!
I am hoping to try SBERT, which requires Torch, but I cannot get Torch to install.
MacOS 15.6.1
M2 Ultra chip
Python 3.14.0 (in a venv).
pip 25.3
When I use that (really nice) table at https://pytorch.org/get-started/locally/ to generate the shell command, I get: pip3 install torch torchvision
(So, that’s probably a really good shell command for that, since it’s from the Torch page.)
When I run that (in the venv), I get:
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
Sure, there’s lots of results online for those, but nothing has worked so far.
One repeated item, although usually from older posts, is that Torch won’t work with Python > 3.9, but that’s not what the Torch page says.
“NOTE: Latest Stable PyTorch requires Python 3.10 or later”
“It is recommended that you use Python 3.10 - 3.14.”
https://pytorch.org/get-started/locally/
I am going to trust the Torch people on that one.
Any help is appreciated! (Because I would really like to use SBERT for a project.)