Find answers from the community

Updated 3 months ago

When I'm trying to import

When I'm trying to import SImpleDirectoryREader using this line: from llama_index.core import SimpleDirectoryReader, Somehow it's giving me this error: ImportError: llama-index-readers-file package not found. I tried uninstalling but still face the same issue.
L
M
4 comments
you did pip install llama-index-readers-file ?
pip show llama-index-readers-file shows its installed?
I created a new env and it solves the problem.
perfect πŸ™‚
Add a reply
Sign up and join the conversation on Discord