Find answers from the community

Updated 3 months ago

Hello. I am using llama-index 0.10.34 in

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
Start with a fresh venv, and make sure you don't have any global installation of llama-index

In a new terminal
Plain Text
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