Skip to content

fix: install docker and pexpect module on docker environment while so…#370

Open
snowmania96 wants to merge 1 commit into
bytedance:mainfrom
snowmania96:snowmania96-patch
Open

fix: install docker and pexpect module on docker environment while so…#370
snowmania96 wants to merge 1 commit into
bytedance:mainfrom
snowmania96:snowmania96-patch

Conversation

@snowmania96
Copy link
Copy Markdown

@snowmania96 snowmania96 commented Feb 5, 2026

…lving swebench problems

Description

This PR fixes missing Python dependency installation in the SWE-bench evaluation pipeline for Trae Agent. When running evaluations, Trae Agent fails due to missing docker and pexpect modules inside the Docker container environment where it executes.

The fix adds uv pip install docker pexpect to the build commands in evaluation/run_evaluation.py, ensuring these critical dependencies are available when Trae Agent runs inside evaluation containers.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 5, 2026

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants