PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
44.05k stars 7.81k forks source link

ModuleNotFoundError: No module named 'paddle.fluid' #11805

Closed Ling1992 closed 7 months ago

Ling1992 commented 7 months ago

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

请尽量不要包含图片在问题中/Please try to not include the image in the issue.

TingquanGao commented 7 months ago

由于PaddleServing未对Paddle2.6.0进行适配,有两个建议:

  1. 尝试使用Paddle2.5.2 + PaddleOCR2.6分支 + PaddleServing;
  2. 尝试使用FastDeploy进行服务化部署:https://github.com/PaddlePaddle/FastDeploy/blob/develop/serving/README_CN.md; https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/ocr/PP-OCR/serving
TingquanGao commented 7 months ago

该问题已close,如有疑问,可以reopen或提issue。