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
This commit is contained in:
Codenift 2020-01-22 15:02:10 -05:00 committed by GitHub
parent 8c77bfde1d
commit 7c524fb0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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