cancel
Showing results for 
Search instead for 
Did you mean: 

Python Missing Modules on STM32MP1 OpenSTLinux

MakerMelissa
Associate II

I have an STM32MP1-DK2 and have tried to install pip using several python mechanisms, but there are missing modules. The notable ones that I found missing are runpy and xmlrpc. Even when I go into python and type help() it spits out an error about pydoc missing. All available python packages have been installed via apt-get install.

I'm wondering do I have a bad image or is there a way to get these built-in packages?

10 REPLIES 10

This did not work with version 1.2 that came on the SD Card that came with the STM32MP1, but on the 2.0 version I flashed, after running apt-get update, it worked!