Dependency Conflict: llama-index-callbacks-arize-phoenix (^0.1.6) incompatible with llama-index (0.11.6) #72

Closed
opened 2026-02-15 19:15:41 -05:00 by yindo · 1 comment
Owner

Originally created by @ChristenJacquottet on GitHub (Oct 3, 2024).

Originally assigned to: @leehuwuj on GitHub.

Description:

When running poetry install after initializing a project with npx create-llama (Python backend and Next.js frontend, with llama-trace selected for observability), the dependency resolution fails due to a conflict between llama-index-callbacks-arize-phoenix (^0.1.6) and llama-index (0.11.6).

Error message:

Because no versions of llama-index-callbacks-arize-phoenix match >0.1.6,<0.2.0
and llama-index (0.11.6) depends on llama-index-core (>=0.11.6,<0.12.0),
version solving failed.
Originally created by @ChristenJacquottet on GitHub (Oct 3, 2024). Originally assigned to: @leehuwuj on GitHub. ### Description: When running `poetry install` after initializing a project with `npx create-llama` (Python backend and Next.js frontend, with llama-trace selected for observability), the dependency resolution fails due to a conflict between `llama-index-callbacks-arize-phoenix (^0.1.6)` and `llama-index (0.11.6)`. #### Error message: ```bash Because no versions of llama-index-callbacks-arize-phoenix match >0.1.6,<0.2.0 and llama-index (0.11.6) depends on llama-index-core (>=0.11.6,<0.12.0), version solving failed. ```
yindo closed this issue 2026-02-15 19:15:41 -05:00
Author
Owner

@ChristenJacquottet commented on GitHub (Oct 3, 2024):

llama-index-callbacks-arize-phoenix = "^0.2.1" # Updated to 0.2.1, works fine with llama-index (0.11.6)

@ChristenJacquottet commented on GitHub (Oct 3, 2024): llama-index-callbacks-arize-phoenix = "^0.2.1" # Updated to 0.2.1, works fine with llama-index (0.11.6)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#72