Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have find some error in Build #3

Open
Has3ong opened this issue Nov 25, 2019 · 0 comments
Open

I have find some error in Build #3

Has3ong opened this issue Nov 25, 2019 · 0 comments

Comments

@Has3ong
Copy link

Has3ong commented Nov 25, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant