Find answers from the community

Updated 2 months ago

hello,

hello,

I came back with a little error that i don't really understand:

i didn't find any anwser about this error in llamaindex docs, and i'm not using "Docx" document so why should i use "DocxReader", can someone help me understand?
Attachment
image.png
W
K
L
9 comments
Are you parsing files locally using SimpleDirectoryReader or something else?
yes locally using simpledirectoryreader
All the readers are combined together under this pypi package: pip install llama-index-readers-file

If you are parsing files, you will have to install this package
This will take care of the error
i've already install it
Your error says llama-index-readers-file package not found. Can you check if it is installed in your env
it's installed
are you sure it is? pip show llama-index-readers-file

If that returns something, maybe start with a fresh venv
Add a reply
Sign up and join the conversation on Discord