Reputation: 3317
Trying to run make and make peer to setup fabric 0.6 this link
With command from go-1.7.6/src/github.com/hyperledger/fabric
make peer
or
make
getting error
COPY failed: stat /var/lib/docker/tmp/docker-builder098718235/payload/protoc-gen-go: no such file or directory
Screen shot of terminal. Failed at step 2/5
Upvotes: 0
Views: 100
Reputation: 12053
Unless you really have some reason for using v0.6 (which is no longer supported within the Hyperledger Fabric community), I'd suggest you move to the current release - v1.0.X. You can find the documentation here.
And if your goal is to start using Hyperledger Fabric (and not actually contributing the code codebase), there is really no reason to build from source. We publish Docker images and a series of getting started samples and tutorials - all of which can be found in the documentation link posted above.
Upvotes: 1