We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d698a4 commit e63289cCopy full SHA for e63289c
MagiaTimeline.spec
@@ -3,7 +3,8 @@
3
from PyInstaller.utils.hooks import collect_all
4
from PyInstaller.building.build_main import Analysis, PYZ, EXE, COLLECT
5
6
-
+import os
7
+os.environ["PADDLE_PDX_CACHE_HOME"] = "./PaddleOCRModels"
8
9
def collect_all_list(package_names):
10
extra_datas = []
0 commit comments