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

[Question]: llama-index-core dependencies #17863

Open
1 task done
reemabdelrazek30 opened this issue Feb 19, 2025 · 1 comment
Open
1 task done

[Question]: llama-index-core dependencies #17863

reemabdelrazek30 opened this issue Feb 19, 2025 · 1 comment
Labels
question Further information is requested

Comments

@reemabdelrazek30
Copy link

Question Validation

  • I have searched both the documentation and discord for an answer.

Question

I would like to use a llama-index-core version that has AgentWorkflow, but this introduced a conflict with dependencies. How do I get over this problem?
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
llama-index-llms-openai-like 0.2.0 requires llama-index-core<0.12.0,>=0.11.0, but you have llama-index-core 0.12.19 which is incompatible.
llama-index-llms-openai-like 0.2.0 requires llama-index-llms-openai<0.3.0,>=0.2.0, but you have llama-index-llms-openai 0.3.20 which is incompatible.
llama-index-llms-groq 0.2.0 requires llama-index-core<0.12.0,>=0.11.0, but you have llama-index-core 0.12.19 which is incompatible.

@reemabdelrazek30 reemabdelrazek30 added the question Further information is requested label Feb 19, 2025
@logan-markewich
Copy link
Collaborator

@reemabdelrazek30 you need to bump your version of llama-index-llms-openai (and likely all your llama-index-* packages) if you want to update core

@run-llama run-llama deleted a comment from dosubot bot Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants