go - unrecognized import path "google/protobuf" -
i'm trying setup chaincode environment , start learning develop chaincode, followed setup steps here , tested setup environment mentioned here when i'm trying add hyperledger shim environment (as explained here ), i'm getting following error : package google/protobuf: unrecognized import path "google/protobuf"
i've protobuf installed. protoc --version
command gives me libprotoc 2.6.1
output. can tell me i'm going wrong.
the instructions establishing development environment cited in original question pretty clear go 1.6 or above prerequisite. upgrading 1.6.2, per @jimb comment above resolved issue.
Comments
Post a Comment