Skip to content

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

Description

@fcunnn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions