Find answers from the community

Updated last year

Package issues

I can't find any reference to StorageContext in the installed package (with pip)
L
T
10 comments
That's super weird

What shows up when you do pip show llama-index?
Are you using a venv?
Hey - I get this:
Name: llama-index Version: 0.4.35 Summary: Interface between LLMs and your data. Home-page: https://github.com/jerryjliu/gpt_index Author: Author-email: License: MIT Location: c:\anaconda36\envs\ta39\lib\site-packages Requires: dataclasses-json, langchain, numpy, openai, pandas, tenacity, tiktoken Required-by:
I'm using conda
Oh wow that's an acient version! No wonder!
Most recent version is 0.7.14
Try pip install --upgrade llama-index

Don't worry, pip plays nice with conda
Ah, thanks. So weird, I installed it about 3 months ago, but I didn't think it was on pip then, I didn't even check the output of it tonight when I pip installed it!
That fixed it, thanks!
Nice! πŸ‘
Add a reply
Sign up and join the conversation on Discord