We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
近日收到多起反馈编译安装simsimd库失败的情况,经过验证,simsimd的新版本预编译包在x86-64平台linux上要求glibc版本在2.28及以上,根据收集到的数据,一些符合要求的系统版本为:
如果您在使用较老版本的linux系统,可通过以下命令安装MinerU
pip install -U magic-pdf[full,old_linux] --extra-index-url https://wheels.myhloli.com
The text was updated successfully, but these errors were encountered:
?
Sorry, something went wrong.
You can follow this blog to download glibc 2.28.
No branches or pull requests
近日收到多起反馈编译安装simsimd库失败的情况,经过验证,simsimd的新版本预编译包在x86-64平台linux上要求glibc版本在2.28及以上,根据收集到的数据,一些符合要求的系统版本为:
CentOS 8 和 RHEL 8 及其后续版本
Ubuntu 20.04 LTS (Focal Fossa) 及其后续版本
Debian 10 (Buster) 及其后续版本
Fedora 30 及其后续版本
如果您在使用较老版本的linux系统,可通过以下命令安装MinerU
The text was updated successfully, but these errors were encountered: