PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Module Not Found When Convert to exe file

Open thein-htay-aung opened this issue 2 years ago • 1 comments

Traceback (most recent call last): File "app.py", line 7, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "ocr.py", line 1, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "paddleocr_init.py", line 14, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "paddleocr\paddleocr.py", line 21, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "paddle_init.py", line 71, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "paddle\dataset_init.py", line 27, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "paddle\dataset\flowers.py", line 39, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "paddle\dataset\image.py", line 51, in File "subprocess.py", line 800, in init File "subprocess.py", line 1207, in _execute_child FileNotFoundError: [WinError 2] The system cannot find the file specified

thein-htay-aung avatar Aug 04 '22 08:08 thein-htay-aung

please provide more information about this error, including your core code and run command

andyjiang1116 avatar Aug 05 '22 02:08 andyjiang1116

I got the same problem. Is there any solution?

mandylyin avatar Sep 15 '22 02:09 mandylyin