NAVIN
NAVIN

Reputation: 3317

Hyperledger Fabric 0.6 setup error on make peer or make Step 2/5 error

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

Answers (1)

Gari Singh
Gari Singh

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

Related Questions