You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
编译安装 报错:
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from csrc/include/infinity/core/Context.cpp:9:0:
csrc/include/infinity/core/Context.h:15:10: fatal error: infiniband/verbs.h: No such file or directory
#include <infiniband/verbs.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
pip 直接安装 源找不到,是否未发布
pip install quiver-feature -i https://pypi.org/simple
ERROR: Could not find a version that satisfies the requirement quiver-feature (from versions: none)
ERROR: No matching distribution found for quiver-feature
The text was updated successfully, but these errors were encountered:
编译安装 报错:
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from csrc/include/infinity/core/Context.cpp:9:0:
csrc/include/infinity/core/Context.h:15:10: fatal error: infiniband/verbs.h: No such file or directory
#include <infiniband/verbs.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
pip 直接安装 源找不到,是否未发布
pip install quiver-feature -i https://pypi.org/simple
ERROR: Could not find a version that satisfies the requirement quiver-feature (from versions: none)
ERROR: No matching distribution found for quiver-feature
The text was updated successfully, but these errors were encountered: