Open ioalexei opened 4 days ago
I get the same error
This is because we've updated the API in h3-py
in v4. In general, when you're upgrading from v3 to v4, any occurrences of from h3 import h3
can be replaced with import h3
.
Just note that most of the function names have changed to align with the renaming that happened in the core library. See the new API here: https://uber.github.io/h3-py/api_quick.html
In the short term, you can pin h3 < 4
to avoid this error.
I've started getting an error importing h3pandas:
Edit: Python version 3.12.3 h3 4.1.2 h3pandas 0.2.6