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

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -