-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
安装报错提示:ERROR: Failed building wheel for simsimd #897
Comments
挺奇怪的其实,因为我在各种设备上装都没遇到过需要安装这个simsimd的情况,可以反馈下具体是在什么系统和版本上安装的吗 |
阿里云 centos7.9 conda环境进行安装 gpu为T4 16g显存 32G内存 |
我查看了项目安装完成的pip list,应该是没有simsimd这个库的依赖的,而且即使需要安装这个库,看了下pypi上,应该也是有预编译的whl的,所以完全没办法理解为什么pip会要求在本机编译simsimd这个库。 如果你这台阿里云的机器方便重装系统的话,可以试试安装ubuntu22.04,再尝试按教程安装mineru,希望能够帮到你。 |
是 Muitl-GPU项目中安装会出现的问题:
我也遇到这个问题, |
如果忽略这个问题,继续运行
|
重新安装了ubuntu22.04系统 目前可以使用了 |
我centos的服务器也出现了上面的问题,目前还没找到解决方法,但是之前只有0.8版本的时候是可以装成功的,现在出了0.9.2版本后0.8的也装不成功了,不知道是不是环境也做了更新。 |
请问服务器不能重装系统怎么办呢? |
用docker |
我有一个包需要simsimd>=5.9.2,但是这个版本simsimd需要的glibc版本高于我的机器。我的情况中前置是albucore,我把albucore降级之后需要的simsimd版本也下降了,我的glibc就符合要求了。 |
也许simsimd刚刚修复了这个问题 |
还是不行,用docker吧 |
大家有解决了的吗? |
安装albumentations库的时候遇到了这个error。盲解决方法就是尝试找到旧版本的albumentations安装就可以解决,建议可以看看在装那个包的时候报的这个错,然后尝试指定几个低版本的 |
有支持centos7的最高版本albumentations库信息吗,我贴到上面置顶里面 |
#1004 应该可以解决了。 |
albumentations==1.3.1 |
Description of the bug | 错误描述
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for simsimd
Failed to build simsimd
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (simsimd)
How to reproduce the bug | 如何复现
执行 pip install -U magic-pdf[full]==0.8.1 --extra-index-url https://wheels.myhloli.com -i https://pypi.tuna.tsinghua.edu.cn/simple
时报错
Operating system | 操作系统
Linux
Python version | Python 版本
3.10
Software version | 软件版本 (magic-pdf --version)
0.8.x
Device mode | 设备模式
cuda
The text was updated successfully, but these errors were encountered: