koide3 / small_gicp

Efficient and parallel algorithms for point cloud registration [C++, Python]
MIT License
318 stars 40 forks source link

segmentation fault on Mac OS 14.5 with Apple M2 #64

Closed liueryun closed 1 month ago

liueryun commented 1 month ago

Describe the bug I install the python package via pip, and got segmentation fault crash while import small_gicp.

import small_gicp zsh: segmentation fault python

koide3 commented 1 month ago

Thank you for reporting the issue. Can you see if the segfault happens with source build (pip install .)?

Because I don't have a local mac, and I would appreciate if you could help me find the cause of the issue.

liueryun commented 1 month ago

It's OK with source build! Thank you.