From bf827a1fe2d37ea296b6650a6d712c191562d92e Mon Sep 17 00:00:00 2001 From: Nicolas Chaslot Date: Fri, 3 Dec 2021 10:34:22 +0100 Subject: [PATCH] Fixed install-vagrant-deps.sh As pip dropped support for python 2.7 on versions >=21, we need to ask for older versions of pip specifically at upgrade for the setup to work properly. Vm will not install otherway --- install-vagrant-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-vagrant-deps.sh b/install-vagrant-deps.sh index eb01ebc..9710f35 100755 --- a/install-vagrant-deps.sh +++ b/install-vagrant-deps.sh @@ -12,7 +12,7 @@ sudo apt-get install -y --assume-yes python2.7 python2.7-dev sudo apt-get install -y --assume-yes git python-pip freetype* python-setuptools libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk libffi* ansible libssl-dev gcc-arm-none-eabi gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm texinfo tup gawk wget git-core diffstat unzip curl # pip packages -sudo pip install --upgrade pip +sudo pip install --upgrade "pip < 21.0" sudo pip install --upgrade setuptools sudo pip install urllib3[secure] bcrypt pynacl cryptography==2.0.3 pillow