Hi,
If you upgraded from v0.9.x to v0.10.x, I would recommend removing llama-index first and then installing it back again.
Or create a fresh new env and isntall llama-index.
pip uninstall llama-index
pip install llama-index --upgrade --no-cache-dir --force-reinstall