We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ce8d commit 9a837ddCopy full SHA for 9a837dd
packages/postgresml-python/build.sh
@@ -58,7 +58,7 @@ echo "Creating Python virtual environment with Python ${PYTHON_VERSION}"
58
virtualenv --python="python${PYTHON_VERSION}" "$deb_dir/var/lib/postgresml-python/pgml-venv"
59
source "$deb_dir/var/lib/postgresml-python/pgml-venv/bin/activate"
60
61
-export SETUPTOOLS_USE_DISTUTILS=stdlib
+pip install --upgrade setuptools
62
63
python -m pip install -r "${deb_dir}/etc/postgresml-python/requirements.txt"
64
0 commit comments