Install setuptools separately as it is no longer a core venv dependency in Python 3.12.

This commit is contained in:
Khushboo Vashi 2023-12-18 16:06:19 +05:30
parent adab656a79
commit 4db13facf7

View File

@ -68,6 +68,7 @@ _create_python_virtualenv() {
# Make sure we have the wheel package present, as well as the latest pip
pip3 install --upgrade pip
pip3 install setuptools
pip3 install wheel
# Install the requirements