mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
Dependency Conflict: llama-index-callbacks-arize-phoenix (^0.1.6) incompatible with llama-index (0.11.6) #72
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 @ChristenJacquottet on GitHub (Oct 3, 2024).
Originally assigned to: @leehuwuj on GitHub.
Description:
When running
poetry installafter initializing a project withnpx create-llama(Python backend and Next.js frontend, with llama-trace selected for observability), the dependency resolution fails due to a conflict betweenllama-index-callbacks-arize-phoenix (^0.1.6)andllama-index (0.11.6).Error message:
@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)