Evezerest / PPOCRLabel

PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data. It is written in Python 3 and PyQT5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PP-OCR detection and recognition models.
183 stars 43 forks source link

PyQt5/QtCore.abi3.so: undefined symbol: _ZdaPvm, version Qt_5 #48

Open xiaocode337317439 opened 1 year ago

xiaocode337317439 commented 1 year ago

` (paddle) root@ubuntu-3090ti:/home/ubuntu/github/PaddleOCR/PPOCRLabel# python PPOCRLabel.py --lang ch Traceback (most recent call last): File "/home/ubuntu/github/PaddleOCR/PPOCRLabel/PPOCRLabel.py", line 27, in from PyQt5.QtCore import QSize, Qt, QPoint, QByteArray, QTimer, QFileInfo, QPointF, QProcess ImportError: /root/anaconda3/envs/paddle/lib/python3.9/site-packages/PyQt5/QtCore.abi3.so: undefined symbol: _ZdaPvm, version Qt_5

Linux ubuntu-3090ti 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux `