2023-10-26 03:32 AM - edited 2023-10-26 03:32 AM
i am using stm32mp135-dk board . i have installed the STM32MP1-Ecosystem-v5.0.0 Starter Package
now i want to install python how i can install ?
Solved! Go to Solution.
2023-10-26 03:42 AM - edited 2023-10-26 03:43 AM
Hi @Pooja321
python is already avalaible with the Starter Package installed on your board. Just use the command:
python3
Best regards,
--JM
2023-10-26 03:42 AM - edited 2023-10-26 03:43 AM
Hi @Pooja321
python is already avalaible with the Starter Package installed on your board. Just use the command:
python3
Best regards,
--JM
2023-10-26 04:09 AM
okay thanks
2023-10-27 10:01 PM - edited 2023-10-27 10:28 PM
@Jean-Marc B hi sir,i am getting issue to install Tkinter .
error - E: Unable to locate package python3-tk
does we can not install Tkinter in STM32MP1 ? if there is anyway to install it then please let me know .
2023-10-27 10:04 PM
can you please tell me how to run guizero in stm32mp135-DK board?