- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2026 03:25 AM
Hi Team,
I am trying to deploy a Python project as a Databricks App, but the deployment fails during dependency installation with the following error:
From the logs, it looks like pip is attempting to build mysqlclient from source, but the Databricks App runtime does not have access to system-level packages such as pkg-config or MySQL client libraries.
Relevant log snippet:
The dependency appears to be pulled indirectly via:
Any guidance or best practices from the community would be really helpful.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2026 01:56 AM
Hello @vamsi_simbus!
This post looks similar to another post you shared, and a response has already been provided there. I recommend continuing the discussion in that thread to keep the conversation focused and organised.