Open tangken333 opened 1 month ago
Thank you for the report.
For 1: The issue seems to be you are using too many parallel processes. Conda is not thread-safe, so using a large num_processes
may result in deadlock. You can see more about setting up here. The safest is to not use parallelization at all; however, you can try with a smaller num_processes
first (e.g. 8) to speed it up, and then switch to no parallelization if that also results in deadlock.
For 2: Does the error appear if you run setup on that bug alone? I will look into it more and try to reproduce the error.
Hii, I am using the run_setup.py to build the swe-bench environment. But I face two problems there: My command is:
python harness/run_setup.py --log_dir logs --testbed testbed --result_dir setup_result --subset_file /opt/PatchingAgent/swe_lite_tasks.txt --num_processes 60
My environment is in the docker with the conda of swe-bench