Hello, guys!
I'm trying to use the "openpyxl" Python package in a POC app and when I try to run the application, I have this exception thrown: "PythonFfiException (PythonFfiException: Failed to import module excel_test)".
I understand that this library requires the package "et_xmlfile", so I downloaded it and included it as well in the modules declaration under pubspec.yaml.
Also, I have Python 3.11.5 installed.

I understand this package is supposed to be used to import "pure Python modules". To be honest, I'm not really sure about what this means, so my apologies if my error is related to that and I'd appreciate any explanations about it.
This is my exception traceback:

My Flutter doctor:

Repository link with source code.
Thank you in advance!