displayhatmini-python
displayhatmini-python copied to clipboard
RPi.GPIO error while installing.
trafficstars
While running the default installation command, I got :
Failed to build RPi.GPIO
ERROR: Could not build wheels for RPi.GPIO, which is required to install pyproject.toml-based projects
I'm using the latest version or Raspberry Pi OS (V12 bookworm) on a raspberry pi Zero 2 W.
I found a way to fix it by installing python3-dev : sudo apt-get install python3-dev