-
Notifications
You must be signed in to change notification settings - Fork 132
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
on Macos, new h3 install creates segmentation fault #313
Comments
I am facing the same issue. |
Are both of you using an m2 chip? |
I have the same issue. I'm on an m1 chip |
I am using an m1 chip |
same, m1 chip, python 3.9. did anyone get success downgrading h3-py? update: attempted to downgrade to 3.7.3 & 3.7.0 - no luck, error remains FIX: install w "pip install h3", works |
Same, m1 chip, but in my case python 3.10.9. |
Some of the conda maintainers are looking into it: conda-forge/h3-py-feedstock#38 |
Hello, when installing h3 on new conda environment, it causes a Segmentation Fault.
Environment: python 3.9
Conda, h3-py 3.7.4
To reproduce
Result
Also, removing
h3-py
causessqlite
to be removed, crashingipython
andjupyter
in general.Could we fix this case? I do not understand what could cause the issue.
The text was updated successfully, but these errors were encountered: