We couldn't find protoc 3.0.0+ installed on your system. While this
won't prevent grpc from working, you won't be able to compile
and run any meaningful code with it.
Please download and install protobuf 3.0.0+ from:
Once you've done so, or if you think this message is in error,
you can re-run this check by doing:
make verify-install
+ CONFIG=opt
+ ./tools/run_tests/build_python.sh
++ dirname ./tools/run_tests/build_python.sh
+ cd ./tools/run_tests/../..
++ pwd
+ root=/home/ubuntu/gocode/dist/grpc/grpc
+ rm -rf python2.7_virtual_environment
+ virtualenv -p /usr/bin/python2.7 python2.7_virtual_environment
./tools/run_tests/build_python.sh: line 38: virtualenv: command not found
gRPC build failed
Thanks in advance.