Find answers from the community

Updated 2 years ago

Thread

At a glance

The community members are discussing issues with the llama-index library. One community member noticed they had version 0.6.7, which seemed to be a "version from the future" compared to the other versions mentioned. Another community member suggested upgrading to the latest version by running pip install --upgrade llama-index. Some community members also recommended using a virtual environment to manage Python packages. Overall, the community members were trying to resolve the version discrepancy and get the latest version of the library working correctly.

L
Z
16 comments
version from the future? you have llama-index 0.6.7, and the other versions are versions of dependencies
To get the latest llama-index, you can do pip install --upgrade llama-index
I had to force install it and it seemed to fix it
sorry about that
Side note, I highly recommend using a venv for managing python packges (I don't see one judging by your terminal)
thank you for LlamaIndex ❤️ sorry I messed that up
oh perfect! 💪
just got a bit lost in the sauce cause was seeing 0.6.7 vs 0.6.3
or whatever it is
Add a reply
Sign up and join the conversation on Discord