mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
AttributeError: 'function' object has no attribute 'launch_server' #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DARK-art108 on GitHub (Jul 13, 2024).
This is my code , which is producing this error
Any solution for this?
@logan-markewich commented on GitHub (Jul 13, 2024):
I don't think SMQ.client is returning what you needed. I think it might be
SMQ.client()?@DARK-art108 commented on GitHub (Jul 13, 2024):
@logan-markewich Tried same still same error.
@logan-markewich commented on GitHub (Jul 13, 2024):
Thats pretty sus. What is SMQ? Like what class?
@logan-markewich commented on GitHub (Jul 13, 2024):
It's a property in the class that I think it is, so no brackets needed
https://github.com/run-llama/llama-agents/blob/de7ae001f983411b05a31bb733169ed6a7854d59/llama_agents/message_queues/simple.py#L209
@logan-markewich commented on GitHub (Jul 13, 2024):
But for some reason for you, it's complaining that it's a function
@DARK-art108 commented on GitHub (Jul 14, 2024):
Hi @logan-markewich this is my queue initialization
And these are debug tracelogs :
@DARK-art108 commented on GitHub (Jul 15, 2024):
@logan-markewich any views onto above?
@logan-markewich commented on GitHub (Jul 16, 2024):
@DARK-art108 I think you just need to update?
pip install -U llama-agents@logan-markewich commented on GitHub (Sep 5, 2024):
We've done a major refactor, and I don't think this issue is relevant anymore