2020-08-31 06:21 PM
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?
Solved! Go to Solution.
2020-09-02 09:26 AM
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!