-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "PPOCRLabel.py", line 80, in <module> from paddleocr import PaddleOCR, PPStructure ImportError: cannot import name 'PaddleOCR' from 'paddleocr' (unknown location) #124
Comments
The error message you are encountering indicates that Possible Causes and Solutions1. Incompatible or Missing PaddleOCR and PaddlePaddle Versions
2. Incorrect Environment or Missing Dependencies
3. Multiple Versions of OpenCV Conflicting
4. Illegal Instruction Error (Hardware Incompatibility)
5. Resolving the Specific ImportError (
|
用paddleocr 2.6中的ppocrlabel 1.0原来是可以执行的, paddlepaddle-gpu 2.4.2 / 2.6.1/2.3.2都一样报下面错 Traceback (most recent call last): |
Traceback (most recent call last):
File "PPOCRLabel.py", line 80, in
from paddleocr import PaddleOCR, PPStructure
ImportError: cannot import name 'PaddleOCR' from 'paddleocr' (unknown location)
The text was updated successfully, but these errors were encountered: