fix 1220: dependency version grpcio-tools==1.32.0 grpclib==0.4.1
[osm/LCM.git] / debian / python3-osm-lcm.postinst
index 63e30b1..bf72e66 100755 (executable)
 ##
 
 echo "POST INSTALL OSM-LCM"
+echo "Installing python dependencies grpcio-tools grpclib via pip..."
+echo
+python3 -m pip install -U pip
+python3 -m pip install grpcio-tools==1.32.0 grpclib==0.4.1
 
-#Creation of log folder
-mkdir -p /var/log/osm
-
-systemctl enable osm-lcm.service
+# Creation of log folder
+# mkdir -p /var/log/osm