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.