-
Notifications
You must be signed in to change notification settings - Fork 42
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
UserWarning: An issue occurred while importing 'pyg-lib'. Disabling its usage. Stacktrace: /lib64/libm.so.6: version `GLIBC_2.27' not found #363
Comments
My environment is below packages in environment at /public/home/yika/miniforge3/envs/deepH3:Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge |
🐛 Describe the bug
when I import pyg_lib,there occurs an error:
UserWarning: An issue occurred while importing 'pyg-lib'. Disabling its usage. Stacktrace: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /public/home/yika/miniforge3/envs/deepH3/lib/python3.9/site-packages/libpyg.so)
I found that upgrade glibc can solve this problem. But glibc is a fundamental package, upgrade it may cause some very serious errors. So I want to know if there are any other solutions available.
Environment
pyg-lib
version:0.4.0+pt112cu116pyg-lib
(conda
,pip
, source):condaThe text was updated successfully, but these errors were encountered: