You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: