ERROR: Could not find a version that satisfies the requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm using Databricks workflows along with asset bundle to run my pipeline and recently we moved our pipeline from development to acceptance. We are also using JFrog as our package artifactory.
Even though I do see the release candidate version under the artifactory, when I run the workflow in acceptance, Databricks keeps complaining that it could not find the version.
Whereas this same job is running all fine in development.
What am I missing here?
- Labels:
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Not sure it will work or not, but maybe try updating your databricks cli to latest version. I had a similar error with UC volume deployment from bundles, and it worked when the cli got updated from 24 to 25/26.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Thank you for the response. Apparently one of our internal library failed to install, since an init script was missing on the cluster. After adding that, this got resolved

