diff --git a/llama_stack/distribution/library_client.py b/llama_stack/distribution/library_client.py index 5a2711582..a899ae811 100644 --- a/llama_stack/distribution/library_client.py +++ b/llama_stack/distribution/library_client.py @@ -267,6 +267,7 @@ class AsyncLlamaStackAsLibraryClient(AsyncLlamaStackClient): self.config, self.custom_provider_registry ) except ModuleNotFoundError as _e: + cprint(_e.msg, "red") cprint( "Using llama-stack as a library requires installing dependencies depending on the template (providers) you choose.\n", "yellow",