Merge pull request #954 from codenift/lt_install_fix

Install fix
This commit is contained in:
Kyle Robbertze 2020-01-23 08:58:55 +02:00 committed by GitHub
commit 52dd3f8ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -925,6 +925,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