Find answers from the community

Updated 5 months ago

Py:3.12 works fine for my current

Py:3.12 works fine for my current project. But when i change the version to Py3.9, I'm getting this error "TypeError: Can't instantiate abstract class BedrockConverse with abstract method _prepare_chat_with_tools" Reason is I'm trying to run index at scale using Python Ray and RayCluster is currently in 3.9 version. Any help on this pls
L
l
11 comments
pip install -U llama-index probably
thx @Logan M let me try that right away.
no sir, still the same issue, weird
are you in a notebook?
You might need to restart it
oh you'll also need the latest converse version
pip install -U llama-index-llms-bedrock-converse
sorry sir, was doing an interview to add another candidte in our team. Thx for the help let me try that and also I'm seeing Ray has a 3.10 release tag, will try that one as well. appreciate it
That worked thx @Logan M , sorry i missed the -U.
Add a reply
Sign up and join the conversation on Discord