PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
Apache License 2.0
40.26k stars 7.45k forks source link

pyinstaller 打包 PPOCRLabel报错AssertionError: Missing string id : tempLabel #8980

Closed LeoRainly closed 11 months ago

LeoRainly commented 1 year ago

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

求解决

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

LXX230 commented 5 months ago

您好,我也出现了类似问题,请问您解决了没有? Traceback (most recent call last): File "PPOCRLabel\PPOCRLabel.py", line 2840, in File "PPOCRLabel\PPOCRLabel.py", line 2828, in main File "PPOCRLabel\PPOCRLabel.py", line 2818, in get_main_app File "PPOCRLabel\PPOCRLabel.py", line 94, in init File "PPOCRLabel\PPOCRLabel.py", line 88, in File "C:\PPOCRLabel\dist\PPOCRLabel_internal\libs\stringBundle.py", line 58, in getString assert(stringId in self.idToMessage), "Missing string id : " + stringId AssertionError: Missing string id : keyDialogTip