The community member is experiencing a deprecation warning after upgrading to LlamaIndex V0.10, specifically related to the download_loader() function. The community members provide a solution to install the required package directly using pip: pip install llama-index-readers-file and from llama_index.readers.file import PandasCSVReader. The community member confirms that this solution works well.
After I upgrade LlamaIndex to V0.10, I meet this Warning message.
" DeprecationWarning: Call to deprecated function (or staticmethod) download_loader. (download_loader() is deprecated. Please install tool using pip install directly instead.)"
How to install using pip? I am using " PandasCSVReader = download_loader("PandasCSVReader") "