We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac, ollama provider
on running the command PYTHONPATH=. python examples/agent_store/app.py localhost 8321 I see the following error:
PYTHONPATH=. python examples/agent_store/app.py localhost 8321
(stack) xx@aa-mac llama-stack-apps % PYTHONPATH=. python examples/agent_store/app.py localhost 8321 Traceback (most recent call last): File "/Users/xx/llama-stack-apps/examples/agent_store/app.py", line 13, in <module> from examples.agent_store.api import AgentChoice, AgentStore File "/Users/xx/llama-stack-apps/examples/agent_store/api.py", line 17, in <module> from llama_stack_client.types import Attachment, Document, QueryConfig, UserMessage ImportError: cannot import name 'Attachment' from 'llama_stack_client.types' (/Users/xx/miniforge3/envs/stack/lib/python3.10/site-packages/llama_stack_client/types/__init__.py)
The command should spin up playground.
The text was updated successfully, but these errors were encountered:
It comes from here: https://github.com/meta-llama/llama-stack-client-python/pull/73/files#diff-b38e3fcdf146b8d15b63f07ee0a4b6f0080d202da0381373bac8e8edf289f5c1L71
The script will need adjustments.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
System Info
Mac, ollama provider
Information
🐛 Describe the bug
on running the command
PYTHONPATH=. python examples/agent_store/app.py localhost 8321
I see the following error:Error logs
Expected behavior
The command should spin up playground.
The text was updated successfully, but these errors were encountered: