Find answers from the community

Updated 4 months ago

When I'm trying to import

At a glance

The community member is facing an issue when trying to import SimpleDirectoryReader from the llama_index.core module, as they are getting an ImportError: llama-index-readers-file package not found. They have tried uninstalling but the issue persists. In the comments, another community member suggests checking if the llama-index-readers-file package is installed, and another community member mentions that creating a new environment solved the problem.

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