Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
After a fresh pip install of llama-index
After a fresh pip install of llama-index
Inactive
0
Follow
D
DS
9 months ago
ยท
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
Share
Open in Discord
D
DS
9 months ago
Attachment
D
DS
9 months ago
Attachment
D
DS
9 months ago
this is throwing the error in llama_index.core.settings
Attachment
D
DS
9 months ago
also this from llama_index.core.storage.chat_store
Attachment
D
DS
9 months ago
llama_index.core.storage.chat_store.simple_chat_store
Attachment
W
WhiteFang_Jr
9 months ago
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?
D
DS
9 months ago
Seems like that worked with fresh env and pip install llama-index
D
DS
9 months ago
trying to update or even remove and reinstall has not worked for me in all other poetry virtual envs for some reason
D
DS
9 months ago
..
L
Logan M
9 months ago
If you are migrating from v0.9.X, a fresh env really does work best. I know these two commands also work
Plain Text
Copy
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
Join on Discord