I’ve been away from python for a few years.
I installed python 3.14, it works.
MICHAELs-MacBook-Air-2:segment-then-segment-main mmuratet$ python3.14
Python 3.14.7 (v3.14.7:823f0323ee6, Aug 5 2026, 07:07:01) [Clang 21.0.0 (clang-2100.1.1.101)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
>>>
I’ve tried all the installation options I could find
MICHAELs-MacBook-Air-2:segment-then-segment-main mmuratet$ pip3 install torch torchvision
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
MICHAELs-MacBook-Air-2:segment-then-segment-main mmuratet$ pip3 install torch --extra-index-url https://pytorch.org
Looking in indexes: Simple index ,
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
I am stuck. Any suggestions will be appreciated.
Cheers
Mike
Addendum: I am going to guess that my old Intel Mac is simply too old. I see that Anaconda doesn’t support them anymore. Oh well.