Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ChristenJacquottet opened this issue Oct 4, 2024 · 1 comment · Fixed by #340
Assignees

Comments

@ChristenJacquottet
Copy link

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.
@ChristenJacquottet
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants