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 49babb6 commit fce34fbCopy full SHA for fce34fb
packages/postgresml-python/build.sh
@@ -49,6 +49,8 @@ fi
49
virtualenv --python="python${PYTHON_VERSION}" "$deb_dir/var/lib/postgresml-python/pgml-venv"
50
source "$deb_dir/var/lib/postgresml-python/pgml-venv/bin/activate"
51
52
+export SETUPTOOLS_USE_DISTUTILS=stdlib
53
+
54
python -m pip install -r "${deb_dir}/etc/postgresml-python/requirements.txt"
55
56
deactivate
0 commit comments