You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install torch-1.11.0 on RPI 5 but it failed:
pip install torch-1.11.0a0+gitbc2c6ed-cp39-cp39-linux_aarch64.whl --no-index
ERROR: torch-1.11.0a0+gitbc2c6ed-cp39-cp39-linux_aarch64.whl is not a supported wheel on this platform.
I followed the instruction for RPI 4 OS 64 bit
The text was updated successfully, but these errors were encountered:
I think you are using Bookworm. It comes with Python 3.11, not the 3.9 version used by the wheels.
You can easily install pytorch on the RPi 5 with the following command:
I tried to install torch-1.11.0 on RPI 5 but it failed:
pip install torch-1.11.0a0+gitbc2c6ed-cp39-cp39-linux_aarch64.whl --no-index
ERROR: torch-1.11.0a0+gitbc2c6ed-cp39-cp39-linux_aarch64.whl is not a supported wheel on this platform.
I followed the instruction for RPI 4 OS 64 bit
The text was updated successfully, but these errors were encountered: