Attempt to use newer version of setuptools

This commit is contained in:
DarkPhoenix
2020-04-07 17:09:59 +03:00
parent 7c0bd7aa88
commit c0e1d9e4de

View File

@@ -3,8 +3,9 @@ echo "Python version:"
python3 --version
echo "Upgrading pip..."
python3 -m pip install --upgrade pip
echo "Installing hardcoded app requirements for debugging..."
python3 -m pip install setuptools==42.0.2
# See issue #2156
echo "Upgrading setuptools..."
python3 -m pip install --upgrade setuptools
echo "Installing app requirements..."
python3 -m pip install -r requirements.txt
echo "Installing packaging tools..."