mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-05 21:53:27 -06:00
gRPC: Upgrade install instructions with pip user upgrade
This commit is contained in:
parent
c2bad4a686
commit
8f6858932b
@ -58,7 +58,7 @@ scl enable devtoolset-6 rh-python35 bash
|
||||
# A patch is available in the issue, but the easiest thing to do is to ensure a short install path
|
||||
################################################################################################################
|
||||
|
||||
sudo ./build-grpc-centos.sh /tmp/grpc /opt/grpc
|
||||
sudo ./build-grpc-linux.sh /tmp/grpc /opt/grpc
|
||||
|
||||
##############################################################################
|
||||
# Python GRPC module, OPTION 1
|
||||
@ -66,6 +66,7 @@ sudo ./build-grpc-centos.sh /tmp/grpc /opt/grpc
|
||||
# NOTE: IF THIS FAILS WITH AN ERROR MESSAGE FROM PIP ABOUT
|
||||
# "YOU SHOULD CONSIDER UPGRADING VIA 'python -m pip install --upgrade pip'"
|
||||
# Then performing this should fix the problem.
|
||||
# It IS possible to upgrade pip as a regular user: python -m pip install --user --upgrade pip
|
||||
##############################################################################
|
||||
|
||||
sudo python -m pip install grpcio-tools
|
||||
|
Loading…
Reference in New Issue
Block a user