79761603

Date: 2025-09-11 07:40:58
Score: 1.5
Natty:
Report link

PyTorch has deprecated official pre-built binaries (wheels) for macOS on Intel processors (x86_64) starting with version 2.3.0. The latest version with official support for your iMac is 2.2.2.

You may try to use an older, supported version. Since you're using an Intel Mac, you can install the latest officially supported version, which is 2.2.2. T

pip install torch==2.2.2

Or build it from scratch, but it's not an easy process.

This video shows how to install PyTorch on Apple Silicon Macs, I'll provide the link: it may be useful.

https://www.youtube.com/watch?v=KTd53vSHYoA

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jei