cancel
Showing results for 
Search instead for 
Did you mean: 

install python in stm32mp135-dk board

Pooja321
Associate II

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions
Jean-Marc B
ST Employee

Hi @Pooja321 

python is already avalaible with the Starter Package installed on your board. Just use the command:

 

python3

 

Best regards,

--JM

View solution in original post

4 REPLIES 4
Jean-Marc B
ST Employee

Hi @Pooja321 

python is already avalaible with the Starter Package installed on your board. Just use the command:

 

python3

 

Best regards,

--JM

okay thanks 

@Jean-Marc B hi sir,i am getting issue to install Tkinter .

error - E: Unable to locate package python3-tk

RanjeetSingh_0-1698470899103.png

 

does we can not install Tkinter in STM32MP1 ? if there is anyway to install it then please let me know .

 

can you please tell me how to run guizero in stm32mp135-DK board?