11-06-2024 02:11 AM
a month ago - last edited a month ago
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
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.
a month ago - last edited a month ago
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
a month ago
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.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group