You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 2, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "libs\ocr.py", line 2, in <module>
ModuleNotFoundError: No module named 'paddleocr'
是我打包的方式不对吗?
The text was updated successfully, but these errors were encountered:
项目已经写好,使用
python main.py
可以运行项目,但是使用pyinstaller -F -w main.py
编译成可执行的二进制文件时,报错:是我打包的方式不对吗?
The text was updated successfully, but these errors were encountered: