-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
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
Client.__init__() got an unexpected keyword argument 'proxies' #131
Comments
Might be an error with llama-stack-client 🤔 |
Installing
Might be something wrong with the latest release of httpx? Just came out yesterday: https://github.com/encode/httpx/releases/tag/0.28.0 Asking maintainers: encode/httpx#3425 |
Maintainers have replied:
Opened an issue on llama_stack_client_python meta-llama/llama-stack-client-python#54 |
# What does this PR do? Current examples would cause a lot of unnecessary painful duplication when a bunch of custom tools are expected while dealing with a real use case. Also added pip install -U httpx==0.27.2 to avoid a [httpx proxies error](meta-llama/llama-stack-apps#131) when running in an env with 0.28 or higher of httpx installed by default. In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. - [ ] Addresses issue (#issue) ## Test Plan Please describe: - tests you ran to verify your changes with result summaries. - provide instructions so it can be reproduced. ## Sources Please link relevant resources if necessary. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Ran pre-commit to handle lint / formatting issues. - [ ] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests.
System Info
Information
🐛 Describe the bug
Error logs
Expected behavior
No error occurs and command runs with output as per README.md
The text was updated successfully, but these errors were encountered: