Hey everyone, I'm running this tutorial: https://pypi.org/project/llama-index-readers-smart-pdf-loader/ However, I'm getting this error: from llama_index.readers.base import BaseReader
ModuleNotFoundError: No module named 'llama_index.readers.base'
Is that a bug in the packages? I would assume that pip install llama-index-readers-smart-pdf-loader will also install the base packages.
@WhiteFang_Jr you could start with a fresh python virtual environment. After installing llama-index, llama_hub and the smart pdf loader, you'll get this error