Hello, Flask does not find the llama-index module (can't even start my server) - the error I get is: "ModuleNotFoundError: No module named 'llama_index'"
- I'm using a virtual environment
- From the terminal window (in my virtual environment), I can import llama_index from the python interpreter
- I couldnt find any solutions to my problem in past chats.
I'm using:
- llama-index 0.6.38.post1
- Flask 2.3.2
Has anyone ran into a smiliar issue?