question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /home/user/anaconda3/envs/hbk_gcn/lib/python3.9/site-packages/torch_spline_conv/_basis_cuda.so)

See original GitHub issue

📚 Installation

Environment

  • OS:ubuntu 16.04
  • Python version:3.9
  • PyTorch version:1.10
  • CUDA/cuDNN version:10.2
  • GCC version:
  • How did you try to install PyTorch Geometric and its extensions (wheel, source):
  • Any other relevant information:

Checklist

  • I followed the installation guide.
  • I cannot find my error message in the FAQ.
  • I set up CUDA correctly and can compile CUDA code via nvcc.
  • I do have multiple CUDA versions on my machine.

Additional context

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
rusty1scommented, Mar 4, 2022

For now, the only workaround is to install an older version of torch-spline-conv or avoid to install it in the first place (it’s an optional dependency of PyG).

2reactions
rusty1scommented, Nov 29, 2021

I think the main problem is that our wheels are compiled with Ubuntu 18.04 which comes with GLIBC 2.27 by default. Any chance you can upgrade to a higher version? Otherwise, you may need to install the extensions via manual compiling:

pip install torch-spline-conv
Read more comments on GitHub >

github_iconTop Results From Across the Web

OSError: /usr/lib64/libm.so.6: version `GLIBC_2.27' not found ...
Thanks for the great project! I run this project well on ubuntu 18.04. However, I met an error when run the training script...
Read more >
Installing node: /lib64/libm.so.6: version `GLIBC_2.27' not ...
This error happens when you install Node on an operating system that has a version of GLIBC that is lower than Node can...
Read more >
How to fix "/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2 ...
That means the program was compiled against glibc version 2.14, and it requires that version to run, but your system has an older...
Read more >
libc.so.6: version `GLIBC_2.14' not found - Ask Ubuntu
I need to install my network-manager via deb files and have no access to deb. my sudo does not work because it needs...
Read more >
Installing MSSQL Server in Ubuntu Getting "version `GLIBC_2 ...
/opt/mssql/bin/sqlservr: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /opt/mssql/bin/sqlservr)
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found