Closed Sheldonmao closed 3 years ago
Can you make sure your system has build-essentials correctly installed? Is the build for TOME throwing any errors? If yes, please post those.
The build for TOME did not throw any errors.
However, I managed to solve it by changing -D_GLIBCXX_USE_CXX11_ABI=1
to -D_GLIBCXX_USE_CXX11_ABI=0
in code/utils/TOME/setup.py
and rebuilding TOME, following the tip in here. It seems there's indeed some issue with my GLIBC
.
Thanks anyway~
Great! Thanks for posting the solution.
Hi, I tried to run this code follow the guidance but got an error like this:
I've looked at the code in
TOME/_init_.py
, it seems the TOME cuda implementation is not imported properly. So I delete those try-excepts and got the ImportError:I have no idea how to solve it.
btw, initially, I got a
version 'GLIBC_2.27' not found
error. which is required by open3d, and I solved it by downgrade open3d to version 0.9. Not sure if it is related. I'm running the code on ubuntu 16.04