Skip to content

Commit 9a837dd

Browse files
authored
Update build.sh
1 parent e67ce8d commit 9a837dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgresml-python/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ echo "Creating Python virtual environment with Python ${PYTHON_VERSION}"
5858
virtualenv --python="python${PYTHON_VERSION}" "$deb_dir/var/lib/postgresml-python/pgml-venv"
5959
source "$deb_dir/var/lib/postgresml-python/pgml-venv/bin/activate"
6060

61-
export SETUPTOOLS_USE_DISTUTILS=stdlib
61+
pip install --upgrade setuptools
6262

6363
python -m pip install -r "${deb_dir}/etc/postgresml-python/requirements.txt"
6464

0 commit comments

Comments
 (0)