add poetry for pulumi python support #297
Annotations
1 error
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/bash -c -e PYTHON_VERSION=$(python3 --version | cut -d' ' -f2 | cut -d'.' -f1,2) && NAME=\"poetry\" && echo \"---------------------------------------------------------\" && echo \"INFO[${NAME}] Installing:\" && echo \"INFO[${NAME}] Command: ${NAME}\" && echo \"INFO[${NAME}] Python Version: ${PYTHON_VERSION}\" && echo \"---------------------------------------------------------\" && curl -sSL https://install.python-poetry.org | python3 - && chmod +x /usr/local/bin/poetry && poetry config virtualenvs.in-project true && poetry --version && mkdir -p /home/vscode/.config/pypoetry /etc/skel/.config/pypoetry && chown -R vscode:vscode /home/vscode/.config && echo" did not complete successfully: exit code: 1
|