Closed AuHoh closed 4 months ago
Make sure you update it to the latest version.
pip install -U "leafmap[maplibre]"
You are using v0.34.1. The latest version is v0.34.6
I didn't understand, because I started my notebook by this command: pip install "leafmap[maplibre]"
Note the -U
in the command. Otherwise, it will not update it to the latest version if you have installed it before.
pip install -U "leafmap[maplibre]"
Thank you Dr Wu, it is now working after an update and a reboot of my environment.
Environment Information
Description
I was trying to add a GeoDataFrame following this tutorial https://leafmap.org/maplibre/geopandas/ when a strange error appeared: telling me that the add_gdf command doesn't exist
What I Did