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

Fail to compile code for Lidar point cloud ground segmentation #4

Open
Jimuyangz opened this issue Feb 19, 2022 · 2 comments
Open

Fail to compile code for Lidar point cloud ground segmentation #4

Jimuyangz opened this issue Feb 19, 2022 · 2 comments

Comments

@Jimuyangz
Copy link

Thanks for sharing the code! When I run preprocess.py, I have the following error:

Traceback (most recent call last):
File "preprocess.py", line 11, in
from lib.grndseg import segmentation
ImportError: cannot import name 'segmentation' from 'lib.grndseg' (unknown location)

Does it mean I didn't compile the code in lib/grndseg successfully? Thanks!

@peiyunh
Copy link
Owner

peiyunh commented Feb 20, 2022

Yes that'd be my guess.

@Terence233
Copy link

Yes. I had the same issue. For my case, it was caused by the `GLIBCXX_3.4.32' not found in my anaconda environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants