Closed amanbagrecha closed 1 month ago
You need to pip install geoarrow-types
https://pypi.org/project/geoarrow-types/
(That said, I'm not sure why the error exists. Some library isn't declaring its geoarrow-types dependency, I suppose?)
Thanks, it was also because I had to install pip install 'ibis-framework[postgres]'
, which resolved the issue. I had previously only ran ibis-framework previously.
Thanks Kyle!
I am connecting to my postgres db using ibis framework as follows
This runs fine, but a warning stating
Now when I connect to my table,
it results in ImportError from geoarrow.
I tried installing the latest build as well from the documentation and also changed the python version to 3.11 and now 3.10, but to no avail, the error persists. Would appriciate any help.
Many thanks