Find answers from the community

Updated 9 months ago

llama_index/docs/cookbooks/anthropic_hai...

@Logan M this cookbook does not work for the multimodal for haiku: https://github.com/run-llama/llama_index/blob/main/docs/cookbooks/anthropic_haiku.ipynb

"ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
llama-index-llms-anthropic 0.1.6 requires anthropic<0.21.0,>=0.20.0, but you have anthropic 0.17.0 which is incompatible."
W
r
L
7 comments
Try upgrading your anthropic package:
pip install -U llama-index-llms-anthropic
it does not work. try running the collab with fresh pips and the same error happens
At which state you were getting this error?
I got no issue while installing the dependencies!
Attachment
image.png
I think the multimodal anthropic package wasn't updated yet? I'll check the deps..
i get the error when trying the multimodal for haiku
it tells me haiku model is not available only sonnet and opus for multimodal
yea probably just not updated
Add a reply
Sign up and join the conversation on Discord