python3.6 pyinstaller 没加密的python项目就可以运行, pyarmor obfuscate --recursive index.py 后也可以运行,但是pyinstaller 加密后的pyarmor 文件,就运行一直失败,这是为啥 4 浏览次数
2026-01-11 13:47:17.0555656 [W:onnxruntime:, graph.cc:3526 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '64'. It is not used by any node and should be removed from the model. 3 浏览次数
python3.6 pyinstaller -F -w index.py 提示assert mpl_data_dir, "Failed to determine matplotlib's data directory!" AssertionError: Failed to determine matplotlib's data directory! 3 浏览次数 阅读全文