opendatalab / MinerU

A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。
https://mineru.readthedocs.io/
GNU Affero General Public License v3.0
15.8k stars 1.14k forks source link

Python 3.11 及更高版本支持? #970

Open stevenhe1988 opened 3 hours ago

stevenhe1988 commented 3 hours ago

由于公司Python版本的特定限制,不能使用Python3.10,使用Python3.11+Ubuntu22.04+cuda12.1解析时会报错 Segmentation fault (core dumped)

请问不能使用Python3.11而必须使用3.10的制约是什么?是否有计划支持3.11?或我如何配置才可以在3.11上使用?

感谢

myhloli commented 3 hours ago

有一个预编译的包detectron2只有3.10版本,如果你可以自己编译的话,应该也可以在3.11上使用

myhloli commented 3 hours ago

Segmentation fault (core dumped) 更大的可能性是cpu不支持avx和avx2 指令集,可以参考faq中的相关说明