You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I try this code block
and i try this run build.sh
i find error:
How do I solve it?
The text was updated successfully, but these errors were encountered: