I use Mac+VSCode, and my Python version is 3.12.6,

I ran the example of 'serious-python/src/serious_python/example/run_deample' and it ran very well.
I need to use the Python library akshare (only using this one library), and my requirements. txt looks like this:
//requirements.txt
akshare
My Python program looks like this:
//main.py
print("Hello from Python program!")
import akshare as ak
tool_trade_date_hist_sina_df = ak.tool_trade_date_hist_sina()
print(tool_trade_date_hist_sina_df)
Then I generated app.zip and ran the Flutter main program. The screenshot of the error message is as follows:

The error message is roughly as follows: Not opened“_multiarray_umath.cpython-312-darwin.so”, and Apple cannot verify whether “_multiarray_umath.cpython-312-darwin.so” contains malicious software that may endanger Mac security or leak privacy
What should I do? Thank you!!!
I use Mac+VSCode, and my Python version is 3.12.6,

I ran the example of 'serious-python/src/serious_python/example/run_deample' and it ran very well.
I need to use the Python library akshare (only using this one library), and my requirements. txt looks like this:
My Python program looks like this:
Then I generated app.zip and ran the Flutter main program. The screenshot of the error message is as follows:
The error message is roughly as follows: Not opened“_multiarray_umath.cpython-312-darwin.so”, and Apple cannot verify whether “_multiarray_umath.cpython-312-darwin.so” contains malicious software that may endanger Mac security or leak privacy
What should I do? Thank you!!!