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

H3 py conda forge packaging for apple silicon #311

Open
geoHeil opened this issue Feb 6, 2023 · 1 comment
Open

H3 py conda forge packaging for apple silicon #311

geoHeil opened this issue Feb 6, 2023 · 1 comment

Comments

@geoHeil
Copy link

geoHeil commented Feb 6, 2023

Hi,

I am trying to fixup the conda-forge build of H3-py conda-forge/h3-py-feedstock#34

but feel a bit stuck.

From #204 it looks like the build of pip install h3 should already support apple silicon. However, it looks like whatever is provided as H3 from conda does not.

At least I am stuck with:

#ERROR: Failed building wheel for h3
  Building wheel for h3 (pyproject.toml): finished with status 'error'
Failed to build h3
ERROR: Could not build wheels for h3, which is required to install pyproject.toml-based projects

Can someone here helped me fix the apple silicon build of H3-py?

@nelsonauner
Copy link

Correct, I believe the issue is that conda-forge only has version 3.7.4 (https://anaconda.org/conda-forge/h3-py/files) whereas pip supports 3.76 (https://pypi.org/project/h3/)

Can you try installing from pip? Like you, I also use conda, but just installed this one as a one-off via pip

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

2 participants