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:
parent
8c77bfde1d
commit
7c524fb0af
1
install
1
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
|
||||
|
|
Loading…
Reference in New Issue