Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 07:51 AM
Hi @pranav_k1,
Thanks for confirming it worked for you now!
I see that the usual %pip install databricks-mosaic cannot install due to the fact that it has thus far allowed geopandas to essentially install the latest... As of geopandas==0.14.4, the version of minimum numpy is changed such that it affects limits of scikit-learn. So the workaround is %pip install geopandas==0.14.3 databricks-mosaic to fix geopandas version.