You haven't configured the CLI yet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 07:52 AM
I have coded pyfunc model code in Databricks notebook and deployed and served thr model thr endpoint. I tried to query the endpoint thr databricks notebook itself through below code but getting CLI error. Not sure why i am getting this error since I am querying thr code in databricks notebook itself.
{"error_code": "BAD_REQUEST", "message": "Encountered an unexpected error while evaluating the model. Error 'You haven't configured the CLI yet! Please configure by entering `/opt/conda/envs/mlflow-env/bin/gunicorn configure`'",/site-packages/mlflow/legacy_databricks_cli/configure/provider.py\", line 137, in get_config\n raise InvalidConfigurationError.for_profile(None)\nmlflow.legacy_databricks_cli.configure.provider.InvalidConfigurationError: You haven't configured the CLI yet! Please configure by entering `/opt/conda/envs/mlflow-env/bin/gunicorn configure`\n"}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 07:53 AM
I have even used %pip but still same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 12:55 PM
Try this article which seems to have worked for most such use cases:
https://medium.com/featurepreneur/solving-the-cli-configuration-error-in-databricks-d0462a96449f

