Update ABI tag for Python 3.13. #247
Annotations
1 error and 1 warning
Build image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Ensure new files/dirs have group write permissions\numask 002\n# update everything before other environment changes, to ensure mixing\n# an older conda with newer packages still works well\nconda update --all -y -n base\n# install expected Python version\nPYTHON_MAJOR_VERSION=${PYTHON_VERSION%%.*}\nPYTHON_MINOR_VERSION=${PYTHON_VERSION#*.}\nPYTHON_MINOR_PADDED=$(printf \"%02d\" \"$PYTHON_MINOR_VERSION\")\nPYTHON_VERSION_PADDED=\"${PYTHON_MAJOR_VERSION}.${PYTHON_MINOR_PADDED}\"\nif [[ \"$PYTHON_VERSION_PADDED\" > \"3.12\" ]]; then\n PYTHON_ABI_TAG=\"cp${PYTHON_MAJOR_VERSION}${PYTHON_MINOR_VERSION}\"\nelse\n PYTHON_ABI_TAG=\"cpython\"\nfi\nconda install -y -n base \"python~=${PYTHON_VERSION}.0=*_${PYTHON_ABI_TAG}\"\nconda update --all -y -n base\nif [[ \"$LINUX_VER\" == \"rockylinux\"* ]]; then\n yum install -y findutils\n yum clean all\nfi\nfind /opt/conda -follow -type f -name '*.a' -delete\nfind /opt/conda -follow -type f -name '*.pyc' -delete\n# recreate missing libstdc++ symlinks\nconda clean -afy\n" did not complete successfully: exit code: 1
|
|
Loading