From 67db856fd80c42d11aa87753503b1a6dbae09881 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 14 Oct 2021 15:20:36 +0200 Subject: [PATCH] Pin setuptools to ^58.0 in installer --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index bc73d5388..cfca113e8 100755 --- a/install +++ b/install @@ -999,7 +999,7 @@ verbose "Detected Python version: $python_version" pip_cmd="$python_bin -m pip" verbose "\n * Installing necessary python services..." -loudCmd "$pip_cmd install setuptools --upgrade" +loudCmd "$pip_cmd install --upgrade setuptools~=58.0" # Required here because PyGObject requires it, but it is installed after PyGObject # when pip parses the setup.py file in airtime_analyzer loudCmd "$pip_cmd install pycairo==1.19.1"