update install script to avoid issues with recent grpcio-tools and pip binary packages
This commit is contained in:
parent
7398196dcc
commit
e704483527
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ if [ -z "${reinstall}" ]; then
|
||||||
echo "installing core system dependencies"
|
echo "installing core system dependencies"
|
||||||
sudo apt install -y automake pkg-config gcc libev-dev ebtables iproute2 \
|
sudo apt install -y automake pkg-config gcc libev-dev ebtables iproute2 \
|
||||||
python${ubuntu_py} python${ubuntu_py}-dev python3-pip python3-tk tk libtk-img ethtool autoconf
|
python${ubuntu_py} python${ubuntu_py}-dev python3-pip python3-tk tk libtk-img ethtool autoconf
|
||||||
python3 -m pip install grpcio-tools
|
python3 -m pip install grpcio-tools==1.27.2
|
||||||
echo "installing ospf-mdr system dependencies"
|
echo "installing ospf-mdr system dependencies"
|
||||||
sudo apt install -y libtool gawk libreadline-dev
|
sudo apt install -y libtool gawk libreadline-dev
|
||||||
install_ospf_mdr
|
install_ospf_mdr
|
||||||
|
@ -108,7 +108,7 @@ if [ -z "${reinstall}" ]; then
|
||||||
echo "installing core system dependencies"
|
echo "installing core system dependencies"
|
||||||
sudo yum install -y automake pkgconf-pkg-config gcc gcc-c++ libev-devel iptables-ebtables iproute \
|
sudo yum install -y automake pkgconf-pkg-config gcc gcc-c++ libev-devel iptables-ebtables iproute \
|
||||||
python${centos_py} python${centos_py}-devel python3-pip python3-tkinter tk ethtool autoconf
|
python${centos_py} python${centos_py}-devel python3-pip python3-tkinter tk ethtool autoconf
|
||||||
sudo python3 -m pip install grpcio-tools
|
python3 -m pip install grpcio-tools==1.27.2
|
||||||
echo "installing ospf-mdr system dependencies"
|
echo "installing ospf-mdr system dependencies"
|
||||||
sudo yum install -y libtool gawk readline-devel
|
sudo yum install -y libtool gawk readline-devel
|
||||||
install_ospf_mdr
|
install_ospf_mdr
|
||||||
|
|
Loading…
Add table
Reference in a new issue