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
Expected behavior
no errors
Environment (please complete the following information):
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
- conda install -c open3d-admin open3d
- python -c "import open3d as o3d"
- See error
Expected behavior
no errorsEnvironment (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.