Closed jmarshall closed 3 months ago
Further fixes that had to be applied to get a successful dataproc image build:
venv
python3-build
dash
STRIP_PIP_VERSIONS=false
Also some unrelated string formatting miscellanea that I've had lying around in my checkout for a while.
Further fixes that had to be applied to get a successful dataproc image build:
venv
.python3-build
package is old and broken (cf https://github.com/pypa/build/issues/215#issuecomment-1335839224) so we install the current version via pip instead.dash
, so avoid a bashism to prevent the defaultSTRIP_PIP_VERSIONS=false
producing a (harmless) error message.Also some unrelated string formatting miscellanea that I've had lying around in my checkout for a while.