Find answers from the community

Updated 5 months ago

I know this seems like a simple question

At a glance
I know this seems like a simple question, I am looking for help while going through the tutorial I keep getting an error from llma_index import VectorStoreIndex, SimpleDirectoryReader
ModuleNotFoundError: No module named 'llma_index' I am running on mac m1,Python 3.11.5 - I have tried numerous things inclusive of setting up a new virtualenv with pyenv, still get the same error
L
D
4 comments
I think you have a typo?

it should be from llama_index import .... not llma_index
Is this on a docs page somewhere?
Lol @Logan M user error thank you
@Logan M a lot to say about pair programming ... I spent at least 30 minutes looking for the issue once again thank you
Add a reply
Sign up and join the conversation on Discord