Qengineering / RPi-image

Raspberry Pi 4 Buster 64-bit OS with deep learning examples
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
133 stars 21 forks source link

ERROR: tensorflow-2.5.0-cp37-cp37m-linux_aarch64.whl is not a supported wheel on this platform. #12

Open microElabDevelop opened 2 years ago

microElabDevelop commented 2 years ago

e1 e2

Qengineering commented 2 years ago

We encounter the same problem. It seems you need the latest pip3 and python3 version installed, otherwise, pip3 may come with the message ".whl is not a supported wheel on this platform". $ pip3 install --upgrade pip