cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What are some possible remedies for occasional connectivity issues when using pip or dbutils.library.installPyPI?

MoJaMa
Databricks Employee
Databricks Employee
 
1 REPLY 1

MoJaMa
Databricks Employee
Databricks Employee
  1. Hosting your own internal PyPI mirror. That will allow you to manage and approve packages vs directly downloading from public PyPI and then also would remove dependency on an external service
  2. Upload all wheel files to DBFS, maybe through a CI/CD process. pip install from the DBFS path.

This is not an exhaustive list, but some possible approaches.

Connect with Databricks Users in Your Area

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