Python Modules: pandas & psutils

For a python3 script some additional modules are required:

It seems arm-angstrom-linux-gnueabi-gcc is missing to compile the modules using git or pip.

Any suggestion for pandas and/or psutils?

Hi @jo.vinckier and Welcome to the Toradex Community!

I would suggest you to create a custom image as explained here. There you can include the packages pandas. Regarding psutils, I would suggest you to setup the cross-compile chain and cross-compile this package for arm.

It seems arm-angstrom-linux-gnueabi-gcc is missing to compile the modules using got or pip.

Native Compilation on the SoM is not recommended. Therefore I suggest you to do cross-compilation on your host.

Best regards,
Jaski