pymupdf的版本问题
#12737
Replies: 3 comments
-
认同,1.22.5明明直接就提供了Win64的二进制包,如果这个 |
Beta Was this translation helpful? Give feedback.
0 replies
-
是的,这就导致我在win64+python3.11下,pip install paddleocr会因为低版本的pymupdf编译失败而无法安装,而新版的pymupdf是提供了win64+python3.11的whl的,没必要依赖旧版pymupdf |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果不影响使用,可以自己手动升级一下❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
paddleocr==2.7.0
建议放宽pymupd的版本,因为在python3.11下没有wheel,每次安装需要编译,非常耗时
PyMuPDF<1.21.0
Beta Was this translation helpful? Give feedback.
All reactions