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
cd ~ # sudo apt-get install python3-pip # sudo pip3 install --upgrade adafruit-python-shell click # wget https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/libgpiod.py # sudo python3 libgpiod.py
64-bit bookworm full desktop version
Raspberry Pi 5 8GB
....... ....... LIBGPIOD CFLAGS="-I/tmp/libgpiod.FvAb/include/ -I/tmp/libgpiod.FvAb/tests/gpiosim -L/tmp/libgpiod.FvAb/lib/.libs/ -L/tmp/libgpiod.FvAb/tests/gpiosim/.libs/" /usr/bin/python -m build LIBGPIOD /usr/bin/python: No module named build LIBGPIOD make[4]: *** [Makefile:689: all-local] Error 1 LIBGPIOD make[4]: Leaving directory '/tmp/libgpiod.FvAb/bindings/python' LIBGPIOD make[3]: *** [Makefile:401: all-recursive] Error 1 LIBGPIOD make[3]: Leaving directory '/tmp/libgpiod.FvAb/bindings/python' LIBGPIOD make[2]: *** [Makefile:398: all-recursive] Error 1 LIBGPIOD make[2]: Leaving directory '/tmp/libgpiod.FvAb/bindings' LIBGPIOD make[1]: *** [Makefile:467: all-recursive] Error 1 LIBGPIOD make[1]: Leaving directory '/tmp/libgpiod.FvAb' LIBGPIOD make: *** [Makefile:397: all] Error 2
I saved the whole build output and can send you if you want.
No response
The text was updated successfully, but these errors were encountered:
Initially I got the same error as shown here.
But all that was necessary to get a pitft35-resistive display working on a raspberry pi 5 running Debian GNU/Linux 12 (bookworm) was:
I did have to download pitft35-resistive-overlay.dts to a directory named overlays and then run adafruit-pitft.py, but it does work now.
Sorry, something went wrong.
If you need to use libgpiod on the pi, I'd recommend pip install gpiod for the time being.
pip install gpiod
No branches or pull requests
Script Command
Operating System
64-bit bookworm full desktop version
Hardware
Raspberry Pi 5 8GB
Behavior
.......
.......
LIBGPIOD CFLAGS="-I/tmp/libgpiod.FvAb/include/ -I/tmp/libgpiod.FvAb/tests/gpiosim
-L/tmp/libgpiod.FvAb/lib/.libs/ -L/tmp/libgpiod.FvAb/tests/gpiosim/.libs/"
/usr/bin/python -m build
LIBGPIOD /usr/bin/python: No module named build
LIBGPIOD make[4]: *** [Makefile:689: all-local] Error 1
LIBGPIOD make[4]: Leaving directory '/tmp/libgpiod.FvAb/bindings/python'
LIBGPIOD make[3]: *** [Makefile:401: all-recursive] Error 1
LIBGPIOD make[3]: Leaving directory '/tmp/libgpiod.FvAb/bindings/python'
LIBGPIOD make[2]: *** [Makefile:398: all-recursive] Error 1
LIBGPIOD make[2]: Leaving directory '/tmp/libgpiod.FvAb/bindings'
LIBGPIOD make[1]: *** [Makefile:467: all-recursive] Error 1
LIBGPIOD make[1]: Leaving directory '/tmp/libgpiod.FvAb'
LIBGPIOD make: *** [Makefile:397: all] Error 2
Description
I saved the whole build output and can send you if you want.
Additional information
No response
The text was updated successfully, but these errors were encountered: