mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
llama-index==0.14.13 incompatible with llama-cloud>=1.0.0 due to transitive dependency constraint
#2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vitalyford on GitHub (Jan 28, 2026).
Description
Unable to install
llama-index==0.14.13whenllama-cloud==1.1.0is present in the environment.Steps to Reproduce
Error (shortened)
The transitive dependency
llama-index-indices-managed-llama-cloudpinsllama-cloud==0.1.35, preventing use of newerllama-cloudversions (1.x).Expected Behavior
llama-index==0.14.13should be compatible withllama-cloud>=1.0.0, or a newer version ofllama-indexshould be released with updated dependencies.Environment
Package manager:
uvPython:
3.13.11@vitalyford commented on GitHub (Jan 28, 2026):
As a temp solution, adding overrides in
uvworks, with those still listed independencies:@logan-markewich commented on GitHub (Feb 2, 2026):
Also, I would recommend not installing
llama-index-- its a wrapper on several packages, basically a fake pip package. You can installllama-index-coreand a few other packages likellama-index-llms-openaiandllama-index-embeddings-openaito get the same thinghttps://developers.llamaindex.ai/python/framework/getting_started/installation/#quickstart-installation-from-pip
@vitalyford commented on GitHub (Feb 2, 2026):
Thanks, I'll try that.
@vitalyford commented on GitHub (Feb 2, 2026):
Tested the proposed solution by @logan-markewich and it's fine, at least in my app. Unless the main
llama-indexteam wants to fix this, it's no longer an issue.