Using python pandas numpy libraries in PLCNext

I have tried to install the pandas libraries for data management on the AXC F 2152 and it has not been possible to install them, browsing the PLCNext Store I found this .App It is called python Basics (https://www.plcnextstore.com/world /app/1475) and in its description the panda library is named. But it says it only works in the AXC F 3152 version, is it possible to generate a version compatible with the AXC F 2152 or another way to make pandas compatible? And does anyone know why it is possible to install pandas in version 3152 and not in 2152, being the same operating system?

The two devices have different architectures (x64 vs arm32v7).
Some python libraries must be built from source if the compiled binaries are not available. It seems that python repositories generally do not have binaries for arm32v7.
If you want a version of a PLCnext Store app for AXC F 2152, please contact the developer of that app using the „Contact Developer“ button on the app page in the PLCnext Store.
Otherwise - unless you want to try building python libraries using the SDK for the AXC F 2152 - the recommendation is to run python applications in an OCI (e.g. docker) container.