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
outer_arc-ai-langgraph/src/requirements.txt" did not complete successfully: exit code: 1------ > [3/7] RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_arc-ai-langgraph/src/requirements.txt:2.0302.030 The conflict is caused by:2.030 The user requested langchain-core==0.3.92.030 The user requested (constraint) langchain-core<0.3.0,>=0.2.272.0302.030 To fix this you could try to:2.030 1. loosen the range of package versions you've specified2.030 2. remove package versions to allow pip to attempt to solve the dependency conflict2.0302.147 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts------Dockerfile:6-------------------- 4 | 5 | ADD requirements.txt /deps/__outer_arc-ai-langgraph/src/requirements.txt 6 | >>> RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_arc-ai-langgraph/src/requirements.txt 7 | 8 | ADD . /deps/__outer_arc-ai-langgraph/src--------------------ERROR: failed to solve: process "/bin/sh -c PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_arc-ai-langgraph/src/requirements.txt" did not complete successfully: exit code: 1
Description
"langgraph up" is working however "langgraph test" complains with dependencies, could you update constraints.txt to make it working? thanks.
System Info
windows
python 3.12.5
The text was updated successfully, but these errors were encountered:
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
"langgraph up" is working however "langgraph test" complains with dependencies, could you update constraints.txt to make it working? thanks.
System Info
windows
python 3.12.5
The text was updated successfully, but these errors were encountered: