X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=0b2ba695ab03ee8bcb4f91bde8a63a321bd950e0;hb=refs%2Fchanges%2F00%2F6200%2F2;hp=084ae0a797a4b0e8039783b0a870097d42e54d2c;hpb=ea2a73ee9c827a6a3559c715423cb1a63f9123d8;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 084ae0a7..0b2ba695 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -253,7 +253,7 @@ then [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && easy_install -U bottle # required for vmware connector TODO move that to separete opt in install script - pip install --upgrade pip || exit 1 + pip install pip==9.0.3 || exit 1 # --upgrade pip install pip 10 that does not work pip install pyvcloud==19.1.1 || exit 1 pip install progressbar || exit 1 pip install prettytable || exit 1