timminator
timminator
This is a new issue different from the missing metadata from before. Please tell me your Nuitka version and your Python version. If possible please also post your ocr_test python...
First of all PaddleOCR is not officially supporting Python 3.13 yet so I would recommend using a Python version like 3.12. Furthermore I also suspect that you are not using...
@Sam-gsj Same error as reported in the original post?
You need to add: `--include-package-data=paddleocr --include-package-data=paddlex` That should resolve your error. And please include that error message right away, I cannot help you without knowing what's going on.
I'm not quite sure, but from your post you are writing the package names containing hyphens incorrectly: > --include-distribution-metadata=opencv_contrib_python ^ > --include-distribution-metadata=scikit_learn ^ You are writing them with an underscore...
Tested it! Underscores are fine. Thats not it! You could try it again without the three options i mentioned earlier. If it is still not working, you can also give...
Duplicate of #15089.
@mattmtong: I made a GUI version of this project and today I also added support for Linux. Maybe you are interested in trying it out. :-) You can find my...
In this thread were quite a few people having this problem on AMD graphic cards. This is likely due to the installed driver version. There is another open issue by...
Hi! Thank you for your quick answer and your tip! I've tried it now with the following command: `python -m nuitka compile.py --standalone --enable-plugin=tk-inter --include-package-data=paddleocr` Unfortunately the problem is still...