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

Created on 26 May 2020  路  5Comments  路  Source: intel-isl/Open3D

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
builinstall issue

All 5 comments

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

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

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.

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

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

Was this page helpful?
0 / 5 - 0 ratings