Find answers from the community

Updated 2 months ago

Conda

conflict between llama-index-vector-stores-chroma 0.1.15 depends on onnxruntime<2.0.0 and >=1.17.0
L
n
21 comments
Have you considered not using conda?
For real though, I haven't encountered this. Will take a look at the deps today
(But also, conda is πŸ’© )
I have considered it, I have no dog in the fight I just like that I can easily specify the python version
is there an easy way to specify a python version using venvs?
I'm trying on a different computer now ... it might be a bad cache or something because it seems like its working
disregard, it all worked on this other computer.
perhaps you're right, conda does suck πŸ˜‚
hahaha oh my

i usually use pyenv for python versions, with poetry or regular venvs
theres also a new tool ive been wanting to try called uv
supposed to be verrrry fast
this one is strange actually, I run into the same onnxruntime error on one computer but not the other. When I try to pin onnxruntime to 1.17.1 with an install, it can't find that package.
Nothing later than 1.16.x
might be related to python versions?
I upgraded pip
that's what I thought but that's why I used conda to install 3.12 πŸ˜‚
maybe it's like, cached at the system level or something
because its computer specific ...
hmm, not sure then πŸ€” yea could be something like that
kind of sus lol
that's why I try to do this stuff in a docker contaier lol
Add a reply
Sign up and join the conversation on Discord