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

There is a dependency conflict in packages installed in quick_start_demo (Release 0.2.0) #59

Open
aminmovahed-db opened this issue Feb 7, 2025 · 0 comments

Comments

@aminmovahed-db
Copy link

Issue:

Pip install blocks in Mosaic-AI-Agents-10-Minute-Demo.py and sample_rag_chain.py fail due to below reason:
The lates version of databricks-vectorsearch requires protobuf == 5.28.3, however, databricks-feature-engineering 0.8.0 requires protobuf<5,>=3.12.0 and tensorboard-plugin-profile 2.18.0 requires protobuf<5.0.0dev,>=3.19.6.

Solution:

The workaround is to specify an older version of databricks-vectorsearch (eg, 0.45) to resolve the conflict:

%pip install -U -qqqq databricks-agents mlflow mlflow-skinny databricks-sdk databricks-vectorsearch==0.45 langchain==0.2.11 langchain_core==0.2.23 langchain_community==0.2.10

@aminmovahed-db aminmovahed-db changed the title There is a dependency conflict for packages installed in quick_start_demo (Release 0.2.0) There is a dependency conflict in packages installed in quick_start_demo (Release 0.2.0) Feb 7, 2025
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

No branches or pull requests

1 participant