Find answers from the community

Updated 4 months ago

Typing

At a glance

A community member is experiencing a TypeError after updating the llama index library, and is using Python 3.10. Another community member suggests trying to update the typing-extensions library to version 4.9.0 using pip install -U typing-extensions==4.9.0 to potentially fix the issue, but there is no explicitly marked answer.

After updating llama index I get this error:
TypeError: Plain typing.TypeAlias is not valid as type argument


Any ideas how to fix this? I am using Python 3.10
L
1 comment
I've not seen this before πŸ€” what's the full error?

Maybe try pip install -U typing-extensions==4.9.0 ?
Add a reply
Sign up and join the conversation on Discord