Alberto_Umana
Databricks Employee
Databricks Employee

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.