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
When attempting to install the requirements, there is a package dependency conflict between cleanlab-studio and langgraph-cli regarding the Click package version requirements.
Current Behavior
The installation fails due to conflicting dependencies:
Description
When attempting to install the requirements, there is a package dependency conflict between
cleanlab-studio
andlanggraph-cli
regarding theClick
package version requirements.Current Behavior
The installation fails due to conflicting dependencies:
cleanlab-studio 2.5.13
requiresClick >=8.1.0, <=8.1.3
langgraph-cli
(all versions from 0.1.0 to 0.1.68) requiresclick >=8.1.7, <9.0.0
These requirements cannot be satisfied simultaneously as there is no version of Click that meets both constraints.
Error Message
ERROR: Cannot install -r requirements.txt (line 1) and -r requirements.txt (line 10) because these package versions have conflicting dependencies.
Steps to Reproduce
cleanlab-studio
andlanggraph-cli
in the same environmentPossible Solutions
Update
cleanlab-studio
to support newer versions of Click (>=8.1.7)Additional Notes
This is a blocking issue that prevents the installation and usage of both packages together in the same environment.
The text was updated successfully, but these errors were encountered: