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 changed files with 1 additions and 0 deletions
1
install
1
install
|
@ -905,6 +905,7 @@ loud "-----------------------------------------------------"
|
||||||
|
|
||||||
verbose "\n * Installing necessary python services..."
|
verbose "\n * Installing necessary python services..."
|
||||||
loudCmd "pip install setuptools --upgrade"
|
loudCmd "pip install setuptools --upgrade"
|
||||||
|
loudCmd "pip install zipp==1.0.0"
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
|
||||||
# Ubuntu Trusty and Debian Wheezy needs a workaround for python version SSL downloads
|
# Ubuntu Trusty and Debian Wheezy needs a workaround for python version SSL downloads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue