python -c "from llama_index.vector_stores.postgres import PGVectorStore"
# remove any global install pip uninstall llama-index llama-index-vector-stores-postgres # install in a specific venv python -m venv venv source venv/bin/activate pip install llama-index llama-index-vector-stores-postgres
ERROR: Cannot install llama-index-cli because these package versions have conflicting dependencies. The conflict is caused by: llama-index-vector-stores-chroma 0.1.5 depends on onnxruntime<2.0.0 and >=1.17.0 llama-index-vector-stores-chroma 0.1.4 depends on onnxruntime<2.0.0 and >=1.17.0 llama-index-vector-stores-chroma 0.1.3 depends on onnxruntime<2.0.0 and >=1.17.0 llama-index-vector-stores-chroma 0.1.2 depends on onnxruntime<2.0.0 and >=1.17.0 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict