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 f4d5ab5 commit e67ce8dCopy full SHA for e67ce8d
packages/postgresml-python/build.sh
@@ -58,6 +58,8 @@ 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
62
+
63
python -m pip install -r "${deb_dir}/etc/postgresml-python/requirements.txt"
64
65
deactivate
@@ -71,4 +73,4 @@ dpkg-deb \
71
73
--build "$deb_dir" \
72
74
"postgresml-python-${PACKAGE_VERSION}-ubuntu${UBUNTU_VERSION}-${ARCH}.deb"
75
-rm -rf "$deb_dir"
76
+rm -rf "$deb_dir"
0 commit comments