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 3 months ago
0
Follow
Hello. I am using llama-index 0.10.34 in
Hello. I am using llama-index 0.10.34 in
Inactive
0
Follow
s
stofarius
8 months ago
Β·
Hello. I am using llama-index 0.10.34 in a conda env. However I have errors with the following line:
"
from llama_index.core import SimpleDirectoryReader
"
It seems that the library could not be found, any ideea why, how to fix this? Many thanks!
L
1 comment
Share
Open in Discord
L
Logan M
8 months ago
Start with a fresh venv, and make sure you don't have any global installation of llama-index
In a new terminal
Plain Text
Copy
pip freeze | grep llama-index | xargs pip uninstall -y <create new venv> pip install llama-index
Add a reply
Sign up and join the conversation on Discord
Join on Discord