Skip to content

Commit fce34fb

Browse files
authored
Update build.sh
1 parent 49babb6 commit fce34fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/postgresml-python/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ fi
4949
virtualenv --python="python${PYTHON_VERSION}" "$deb_dir/var/lib/postgresml-python/pgml-venv"
5050
source "$deb_dir/var/lib/postgresml-python/pgml-venv/bin/activate"
5151

52+
export SETUPTOOLS_USE_DISTUTILS=stdlib
53+
5254
python -m pip install -r "${deb_dir}/etc/postgresml-python/requirements.txt"
5355

5456
deactivate

0 commit comments

Comments
 (0)