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: 

ERROR: Could not find a version that satisfies the requirement

kulasangar
New Contributor II

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?

kulasangar_0-1741255645400.png

 

 

2 REPLIES 2

ashraf1395
Honored Contributor

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.

kulasangar
New Contributor II

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