- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 02:11 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 03:38 AM - edited 11-07-2024 03:40 AM
Thanks for your reply
I was able to install mosaic using following command -
Which is combination of two commands mentioned in question
Not sure of the reason but they have mentioned similar things in mosaic release documentation
https://github.com/databrickslabs/mosaic/releases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 05:46 AM
Hello @pranav_k1,
I hope you are doing well!
- Have you tried to install the package via cluster libraries?
- Is this the only library not installing or failing with timeout?
- Can you please try with: %pip install databricks-mosaic==0.3.9 --verbose to obtain more insight on the failure?
- Has there been any recent change on the network, like a firewall that might be blocking outgoing requests?
- I also would like to double-check cluster configurations.
I just tried to download the package using DBR 12.2 LTS and worked for me but took some time to download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 03:38 AM - edited 11-07-2024 03:40 AM
Thanks for your reply
I was able to install mosaic using following command -
Which is combination of two commands mentioned in question
Not sure of the reason but they have mentioned similar things in mosaic release documentation
https://github.com/databrickslabs/mosaic/releases
- 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.

