command: pyinstaller -n paddleocrtest --distpath=/paddle/PaddleOCR/dist --clean --onefile --hidden-import imghdr --hidden-import imgaug --hidden-import pyclipper ...
I have nogil-python compiled under Windows with an application built in Cython - and everything works fine. But there are problems when I tried to wrap the ...