Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Not opened“_multiarray_umath.cpython-312-darwin.so”(Mac platform) #133

Open
fcunnn opened this issue Jan 25, 2025 · 1 comment

Comments

@fcunnn
Copy link

fcunnn commented Jan 25, 2025

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

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:

Image

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!!!

@ndonkoHenri
Copy link
Collaborator

I think this guide can be helpful: https://support.apple.com/en-mn/102445

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants