databricks / genai-cookbook

Other
55 stars 44 forks source link

Fixes to 00_config for extra 'install' in pip statement #13

Closed tj-cycyota closed 1 month ago

tj-cycyota commented 1 month ago

All affected notebooks for this PR include an extra 'install', which leads to error:

ERROR: Could not find a version that satisfies the requirement install (from versions: none) ERROR: No matching distribution found for install CalledProcessError: Command 'pip --disable-pip-version-check install -U -qqqq install databricks-sdk mlflow mlflow-skinny' returned non-zero exit status 1.

This PR removes the extra word so pip commands run successfully.

aravind-segu commented 1 month ago

jenkins merge