We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
sudo apt-get install python3-dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While running the default installation command, I got :
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
The text was updated successfully, but these errors were encountered: