mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
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
This commit is contained in:
parent
69a6d49633
commit
bf827a1fe2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user