Skip to content
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

open3d 0.10.0: ImportError: /lib64/libm.so.6: version 'GLIBC_2.27' not found #1898

Closed
bigsheep2018 opened this issue May 26, 2020 · 8 comments
Assignees
Labels
build/install Build or installation issue

Comments

@bigsheep2018
Copy link

Describe the bug
After update open3d to 0.10.0, once import open3d shows the error as the title.
I uninstall open3d 0.10.0 and get the 0.9.0 back, this error disappeared.

To Reproduce

  1. conda install -c open3d-admin open3d
  2. python -c "import open3d as o3d"
  3. See error

Expected behavior
no errors

Environment (please complete the following information):

  • Operating system: Ubuntu 16.04
  • Python version: Python 3.6
  • Open3D version: 0.10.0
  • Is this remote workstation?: no
  • How did you install Open3D?: anaconda
@euivmar
Copy link

euivmar commented May 27, 2020

Ubuntu 16.04 seems to not be supported anymore. Ubuntu 16.04 use only glibc 2.23

@StartAt24
Copy link

@bigsheep2018 have you solved this problem? Same thing happened to me.

@bigsheep2018
Copy link
Author

hi @StartAt24
As @euivmar said, I searched a lot, and found the safe solution is to update your ubuntu 16.04 to 18.04 +. Manually change glibc lib is not suggested.

@xuexiaoxiaohu
Copy link

Describe the bug
After update open3d to 0.10.0, once import open3d shows the error as the title.
I uninstall open3d 0.10.0 and get the 0.9.0 back, this error disappeared.

To Reproduce

  1. conda install -c open3d-admin open3d
  2. python -c "import open3d as o3d"
  3. See error

Expected behavior
no errors

Environment (please complete the following information):

  • Operating system: Ubuntu 16.04
  • Python version: Python 3.6
  • Open3D version: 0.10.0
  • Is this remote workstation?: no
  • How did you install Open3D?: anaconda

It's OK

@griegler griegler added the build/install Build or installation issue label Aug 7, 2020
@asurada404
Copy link

Hi, I met the same question and solved by pip install --user open3d.

@EricWiener
Copy link

I'm also running into this issue. I'm using Travis CI and every build I ran fails:

On Xenial with Python 3.6, 3.7, or 3.8 I get:

E   OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /home/travis/build/EricWiener/bbox-utils/.tox/default/lib/python3.8/site-packages/open3d/cpu/pybind.cpython-38-x86_64-linux-gnu.so)

On Xenial with Python 3.9 I get:

ERROR: No matching distribution found for open3d

@RahulSajnani
Copy link

Hey everyone, is this issue resolved?

@ssheorey
Copy link
Member

Sorry, Ubuntu 16.04 is not supported any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

10 participants