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

M1 Mac 0.17.0 segmentation fault and build error [ SOLVED ] #6545

Open
3 tasks done
geyang opened this issue Dec 20, 2023 · 0 comments
Open
3 tasks done

M1 Mac 0.17.0 segmentation fault and build error [ SOLVED ] #6545

geyang opened this issue Dec 20, 2023 · 0 comments
Labels
build/install Build or installation issue

Comments

@geyang
Copy link

geyang commented Dec 20, 2023

Steps to reproduce the issue

Ran the following

pip install open3d

after installation finishes, run

python -c "import open3d"

The process segment faults.

What I have tried: Compiling from source also fails. Tried this with three python versions, all failed.

Solution

See this link: #6196. This problem is fixed by downgrading to v0.15.0

pip install open3d==0.15.1
Installing collected packages: open3d
  Attempting uninstall: open3d
    Found existing installation: open3d 0.17.0
    Uninstalling open3d-0.17.0:
      Successfully uninstalled open3d-0.17.0
Successfully installed open3d-0.15.1

Error message

❯ python
Python 3.8.17 | packaged by conda-forge | (default, Jun 16 2023, 07:11:32)
[Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import open3d
[1]    7674 segmentation fault  python

Open3D, Python and System information

python3.8, 3.9, 3.11

3.11 has no suitable version. 

M1 Mac, Sonoma. 14.2.1

Checklist

@geyang geyang added the build/install Build or installation issue label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

1 participant