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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
The git clone repository in the tutorial is not up to date with patches. You should reference this one directly.
The one you reference first sets you up to fail once you get to channelinstantiate
I spent many hours trying to figure out what's going on. Please change so others can go faster than I did!
Also, after going through the tutorial again using this repository (with patches) I now get the following error when running the chaincode install.
"can't load package: package github.com/hyperledger/fabric-chaincode-go/shim: cannot find package "github.com/hyperledger/fabric-chaincode-go/shim" in any of:
/opt/go/src/github.com/hyperledger/fabric-chaincode-go/shim (from $GOROOT)
/opt/gopath/src/github.com/hyperledger/fabric-chaincode-go/shim (from $GOPATH)"
Is this tutorial simply not working anymore!? What patches are missing now? Please let me know as it's looking more and more like I need to abandon this tutorial altogether after spending many hours working through bugs.
The text was updated successfully, but these errors were encountered:
nathanfield1990
changed the title
Repository in instructions not up to date
Repository in instructions not up to date (and chaincode install failure)
Feb 20, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The git clone repository in the tutorial is not up to date with patches. You should reference this one directly.
The one you reference first sets you up to fail once you get to channelinstantiate
I spent many hours trying to figure out what's going on. Please change so others can go faster than I did!
Also, after going through the tutorial again using this repository (with patches) I now get the following error when running the chaincode install.
"can't load package: package github.com/hyperledger/fabric-chaincode-go/shim: cannot find package "github.com/hyperledger/fabric-chaincode-go/shim" in any of:
/opt/go/src/github.com/hyperledger/fabric-chaincode-go/shim (from $GOROOT)
/opt/gopath/src/github.com/hyperledger/fabric-chaincode-go/shim (from $GOPATH)"
Is this tutorial simply not working anymore!? What patches are missing now? Please let me know as it's looking more and more like I need to abandon this tutorial altogether after spending many hours working through bugs.
The text was updated successfully, but these errors were encountered: