Solved
Control STM32MP157D-DK1 GPIO with python
Hello,
I want to control STM32mp157d-dk1 GPIO from python i tried to use libgpiod but apt-get install python3-pip not work for me

Hello,
I want to control STM32mp157d-dk1 GPIO from python i tried to use libgpiod but apt-get install python3-pip not work for me

Hi @Softcity
please try
apt-get install python3-gpiod
as a general rule, to know if a package is available with apt-get, you could use
apt-get update
apt-cache search xxxx
Regards.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.