Find answers from the community

Updated 2 months ago

After a fresh pip install of llama-index

After a fresh pip install of llama-index I am running into this error using a script from a notebook in the docs. I seem to be running into these often - is there a certain way these different llama-index packages should be installed now?
D
W
L
10 comments
Attachment
image.png
Attachment
image.png
this is throwing the error in llama_index.core.settings
Attachment
image.png
also this from llama_index.core.storage.chat_store
Attachment
image.png
llama_index.core.storage.chat_store.simple_chat_store
Attachment
image.png
All the imports are working fine in my case.

Can you try with a fresh env once and see if it is being replicated there also?
Seems like that worked with fresh env and pip install llama-index
trying to update or even remove and reinstall has not worked for me in all other poetry virtual envs for some reason
If you are migrating from v0.9.X, a fresh env really does work best. I know these two commands also work

Plain Text
pip uninstall llama-index
pip install llama-index --upgrade --no-cache-dir --force-reinstall
Add a reply
Sign up and join the conversation on Discord