xuchenhao001 / hyperlook

Hyperledger Fabric monitoring project
Apache License 2.0
36 stars 29 forks source link

I have find some error in Build #3

Open Has3ong opened 4 years ago

Has3ong commented 4 years ago

I try this code block

Build
Build hyperlook binary and docker image:

cd hyperlook/
CGO_ENABLED=0 go build
docker build -t hyperlook:latest .
Build netctl binary and docker image:

cd hyperlook/fabric-sample-network/netctl/
./build.sh

and i try this run build.sh

cd hyperlook/fabric-sample-network/netctl/ 
./build.sh

i find error:

vagrant@hyperlook-1:~/hyperlook/fabric-sample-network/netctl$ ./build.sh

build github.com/xuchenhao001/hyperlook/fabric-sample-network/netctl: cannot load github.com/hyperledger/fabric-sdk-go/api/apitxn/chclient: module github.com/hyperledger/fabric-sdk-go@latest found (v1.0.0-beta1), but does not contain package github.com/hyperledger/fabric-sdk-go/api/apitxn/chclient

How do I solve it?