From 7c524fb0afbb746ca02b38ecd5ccaeacf2937ea3 Mon Sep 17 00:00:00 2001 From: Codenift Date: Wed, 22 Jan 2020 15:02:10 -0500 Subject: [PATCH] Quick fix for install Work around until #951 is merged. Helps with the issue many are having by installing a previous package of zipp, 1.0.0 --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 1dcd695b5..b2db21f29 100755 --- a/install +++ b/install @@ -905,6 +905,7 @@ loud "-----------------------------------------------------" verbose "\n * Installing necessary python services..." loudCmd "pip install setuptools --upgrade" +loudCmd "pip install zipp==1.0.0" verbose "...Done" # Ubuntu Trusty and Debian Wheezy needs a workaround for python version SSL downloads