v3.11 #55
Annotations
1 error
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk update && apk upgrade && apk add build-base git expat-dev openssl-dev zlib-dev ncurses-dev bzip2-dev xz-dev sqlite-dev libffi-dev tcl-dev linux-headers gdbm-dev readline-dev && curl -sLo - https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tgz | tar -xzf - -C /tmp && cd /tmp/Python-${PYTHON_VERSION#v} && ./configure --prefix=/usr --disable-rpath --enable-ipv6 --enable-loadable-sqlite-extensions --enable-shared --with-lto --with-computed-gotos --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi --with-threads && make && make install && ln -sf /usr/bin/python3.11 /usr/bin/python && ln -sf /usr/bin/pip3.11 /usr/bin/pip && ln -sf /usr/bin/python3.11m-config /usr/bin/python-config && ln -sf /usr/bin/pydoc3.11 /usr/bin/pydoc && ln -sf /usr/bin/easy_install-3.11 /usr/bin/easy_install && ln -sf /usr/bin/idle3.11 /usr/bin/idle && cd && rm -rf /tmp/Python-${PYTHON_VERSION#v} && curl -sLo - https://bootstrap.pypa.io/get-pip.py | python && pip install -U pip tox && rm -rf /var/cache/apk/*" did not complete successfully: exit code: 2
|