You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the pip install command provided in the "Install and import dependencies" section of this notebook fails due to a dependency conflict between langchain-google-cloud-sql & cloud-sql-python-connector.
changed it from cloud-sql-python-connector==1.9.0 to >=1.9.0. can submit a pr if you want me to save you a line.
@shawn-yang-google, the mentioned notebook is returning an error on the pip install line:
ERROR: Cannot install cloud-sql-python-connector==1.9.0 and langchain-google-cloud-sql-pg==0.6.1 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Can you take a look at bumping versions to fix? Or ideally, test with unpinned latest versions.
File Name
gemini/reasoning-engine/tutorial_langgraph_rag_agent.ipynb
What happened?
using the
pip install
command provided in the "Install and import dependencies" section of this notebook fails due to a dependency conflict between langchain-google-cloud-sql & cloud-sql-python-connector.changed it from
cloud-sql-python-connector==1.9.0
to>=1.9.0
. can submit a pr if you want me to save you a line.6ea39f0
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: