Hello Everyone, I am completely new to llama_index and I am literally having trouble at the first line of code when doing the "Five lines of code" started example with python. I can't seem to be able to import llama_index module.
I'm on versions: llama_index: 0.9.15 Python: Python 3.12.0
I was able to figure it out. I was doing something really dumb. I had done pip install llama_index for some reason instead of llama-index. Thank you, Logan!