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

pull/7069/head
Khushboo Vashi 2023-12-18 16:06:19 +05:30
parent adab656a79
commit 4db13facf7
1 changed files with 1 additions and 0 deletions

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