-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build matplotlib images. #286
Comments
What device are you building on? |
It is on a x86_64 Ubuntu vm and Python 3.10.12. |
Ok thanks, I'll give a random matplotlib instance a run and see what happens. |
Hello, just following up on this. Do you recommend any version of swebench that works with this specification? @john-b-yang |
Hello, I resolved the issue by adding the following lines to the I modified QHULL_URL="http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz"
QHULL_TAR="/tmp/qhull-2020-src-8.0.2.tgz"
QHULL_BUILD_DIR="/testbed/build"
wget -O "$QHULL_TAR" "$QHULL_URL" || {
echo "Failed to download qhull. Check the URL or provide the file manually."
exit 1
}
mkdir -p "$QHULL_BUILD_DIR"
tar -xvzf "$QHULL_TAR" -C "$QHULL_BUILD_DIR" |
build_image.log
All matplotlib images fail to build due to the following error:
I have attached the .logfile for reference.
This issue occurs when using Inspect to run the swe-bench evaluation, and then the benchmark uses this repo to create images.
error: Failed to download any of the following: ['http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz'].
The text was updated successfully, but these errors were encountered: