#2376 update gprcio version

This commit is contained in:
rootzoll 2021-08-19 18:52:12 +02:00
parent ac72abd3fa
commit 7b9dbd572b

View File

@ -262,7 +262,9 @@ sudo apt remove -y --purge libreoffice* oracle-java* chromium-browser nuscratch
sudo apt clean
sudo apt -y autoremove
echo "*** Make sure python3 exists ***"
echo ""
echo "*** Python DEFAULT libs & dependencies ***"
if [ -f "/usr/bin/python3.7" ]; then
# make sure /usr/bin/python exists (and calls Python3.7 in Buster)
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
@ -278,6 +280,17 @@ else
exit 1
fi
# for setup shell scripts
sudo apt -y install dialog bc python3-dialog
# libs (for global python scripts)
sudo -H python3 -m pip install --upgrade pip
sudo -H python3 -m pip install grpcio==1.38.1
sudo -H python3 -m pip install googleapis-common-protos==1.53.0
sudo -H python3 -m pip install toml==0.10.1
sudo -H python3 -m pip install j2cli==0.3.10
sudo -H python3 -m pip install requests[socks]==2.21.0
echo ""
echo "*** UPDATE Debian***"
sudo apt update -y
@ -582,19 +595,6 @@ sudo /usr/sbin/groupadd --force --gid 9705 lndsigner
sudo /usr/sbin/groupadd --force --gid 9706 lndwalletkit
sudo /usr/sbin/groupadd --force --gid 9707 lndrouter
echo ""
echo "*** Python DEFAULT libs & dependencies ***"
# for setup shell scripts
sudo apt -y install dialog bc python3-dialog
# libs (for global python scripts)
sudo -H python3 -m pip install grpcio==1.36.1
sudo -H python3 -m pip install googleapis-common-protos==1.53.0
sudo -H python3 -m pip install toml==0.10.1
sudo -H python3 -m pip install j2cli==0.3.10
sudo -H python3 -m pip install requests[socks]==2.21.0
echo ""
echo "*** SHELL SCRIPTS AND ASSETS ***"