mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-26 08:51:49 -06:00
Install setuptools separately as it is no longer a core venv dependency in Python 3.12.
This commit is contained in:
parent
adab656a79
commit
4db13facf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user