Browse Source

fix: [install] new issues with some new python dependency changes

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
rc1
Valentin Lab 5 years ago
parent
commit
cff2c00889
  1. 4
      bin/pandachi-install

4
bin/pandachi-install

@ -110,7 +110,9 @@ EOF
##
## We could need some docker-compose for some quick hacks
##
pip install cffi==1.12.3 docker-compose
apt-get install -y build-essential </dev/null # seems to require a C compiler
pip install pip==19.3.1 cffi==1.12.3 subprocess32==3.5.4 texttable==1.6.2 \
git+https://github.com/0k/compose@run_ignore_orphans
if [ "$DOMAIN" ]; then

Loading…
Cancel
Save