Replies: 1 comment
-
在使用 PyInstaller 打包 PaddleOCR 时报存储空间过大的问题,通常与以下因素相关: 问题分析:
解决方案1. 移除不必要的库
2. 使用 UPX 压缩
3. 使用 PyInstaller 的
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
尝试过以‘--onefile’的形式打包,和以非'--onefile'的形式打包。

使用‘--onefile’运行速度慢很多,
不使用‘--onefile’打包后所占的空间很大。
Beta Was this translation helpful? Give feedback.
All reactions