Find answers from the community

Updated 10 months ago

why when i do pip install llama_index i

why when i do pip install llama_index i still see 0.9.48? isnt 0.10 out ?
b
M
W
46 comments
sorry not sure i understand ?
make sure to start with a new venv
pip install --upgrade pip and then pip install llama-index
ohhhh my .. i was doing an underscore instead of dash
it should point to the same thing, though, so, let's see.
ok i will try...
ok yes same thing
i will try what you said before now
ok i must be retarded... still the same
it's because it's using cached vrsion
are you using a virtual env?
im in my windows 11 on powershell, i have did pip uninstall llama-index
pip install --no-cache-dir llama-index
ok done, then i do pip list i still see 0.9.48
maybe i reboot my computer lol
pip install llama-index==0.10.4
damn i have python 3.12.1 lol
Attachment
image.png
ahhh what a mess
you should use virtual env too
you mean like a virtual machine ?
there might be better for windows
idk about windows
good luck sir
Just do
python -m venv env_name

activate this env and then install llama index in this env
Plain Text
python -m venv venv
source venv/bin/activate
pip install llama-index
Add a reply
Sign up and join the conversation on Discord