-
Notifications
You must be signed in to change notification settings - Fork 29
github.com/hyperledger/fabric/core/chaincode/lib/cid import does not work #8
Comments
I'm having the same problem. Nirmal1988, did you manage to resolve it? |
No.... i still have the same issue
…On Thursday, March 22, 2018, pkarolis ***@***.***> wrote:
I'm having the same problem. Nirmal1988, did you manage to resolve it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOUjvtZSGRlI1qI5tOVu4Avgl3qzNSoIks5tg4QAgaJpZM4RzvEL>
.
--
Thanks & Regards,
Nirmal Patel
|
This will fix the issue. @nirmal1988 @pkarolis |
Does this fix the issue? I have the cid library in my local gopath, and I can successfully build the go file on my local machine. but my chaincode still fails to install as it can't find the library. |
update: if I use seems to be a problem with fabric: https://jira.hyperledger.org/browse/FAB-9081?jql=text%20~%20%22github.com%2Fhyperledger%2Ffabric%2Fcore%2Fchaincode%2Flib%2Fcid%22 |
Did any one resolve the issue? if so please post it here... |
Do |
Not able to fix this issue please help. |
I also have the problem,is there any useful solution? |
i fixed the issue it |
yacovm,
Saw your commit to
"github.com/hyperledger/fabric/core/chaincode/lib/cid"
The question is: i get following Error if i import it to fabcar example.
and i am using hyperledger latest version: v1.1.0-alpha.
Error: Error getting chaincode code chaincode: Error getting chaincode package bytes: Error obtaining dependencies for github.com/hyperledger/fabric/core/chaincode/lib/cid: <go, [list -f {{ join .Deps "\n"}} github.com/hyperledger/fabric/core/chaincode/lib/cid]>: failed with error: "exit status 1"
can't load package: package github.com/hyperledger/fabric/core/chaincode/lib/cid: cannot find package "github.com/hyperledger/fabric/core/chaincode/lib/cid" in any of:
/opt/go/src/github.com/hyperledger/fabric/core/chaincode/lib/cid (from $GOROOT)
/opt/gopath/src/github.com/hyperledger/fabric/core/chaincode/lib/cid (from $GOPATH)
Do you have any sample which i can refer to implement attribute-based access control
I already referred following:
https://docs.google.com/document/d/1GP5tcN0oK9Zewed9h5pLiM2BowWPhtgFUGXEDKjeGGo
The text was updated successfully, but these errors were encountered: