Replies: 7 comments
-
用的python版本是多少 |
Beta Was this translation helpful? Give feedback.
-
python3.9 |
Beta Was this translation helpful? Give feedback.
-
建议尝试一下PaddleOCR2.7.0试下呢,另外能贴一下报错信息吗 |
Beta Was this translation helpful? Give feedback.
-
安装paddleocr==2.7.0时提示PyMuPDF这个包build失败!具体为:ERROR: Could not build wheels for PyMuPDF, which is required to install pyproject.toml-based project During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
可以尝试clone PaddleOCR套件代码,采用自定义安装的方式 |
Beta Was this translation helpful? Give feedback.
-
试过了,可以安装,但是import还是同样的错误,我怀疑是我的编译器有问题 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
System Environment:
Mac os
Version:Paddle:2.6.1 PaddleOCR: 2.7.3
Command Code:from paddleocr import PaddleOCR
Complete Error Message:
通过pip安装的paddleocr,已经成功安装了paddle,并且测试已经OK,导入orc相关的包时出现编译器问题
brew install cffi也已经安装
请问有没有遇到同样问题的,谢谢
Beta Was this translation helpful? Give feedback.
All reactions