blockchain-analyzer icon indicating copy to clipboard operation
blockchain-analyzer copied to clipboard

go: finding github.com/hyperledger/fabric/protoutil latest

Open heeropunjabi opened this issue 5 years ago • 6 comments

Hi Team, could you please me help to fix this issue. PFA.

@salmanbaset @balazsprehoda

I m using Go version => go version go1.12.7 darwin/amd64 Screenshot 2019-11-25 at 23 15 09

heeropunjabi avatar Nov 25 '19 18:11 heeropunjabi

@heeropunjabi Please try to run go get -v github.com/hyperledger/fabric/protoutil@master. If that doesn't work, you can try cloning https://github.com/hyperledger/fabric into $GOPATH/src/github.com manually. Please let me know if this helps.

balazsprehoda avatar Nov 25 '19 21:11 balazsprehoda

@balazsprehoda Thanks for your reply.

could you please help to update the same thing in the go.mod file.

I am not that much used to GoLang.

TIA

PFA.

Screenshot 2019-11-26 at 11 28 07 Screenshot 2019-11-26 at 11 28 17

heeropunjabi avatar Nov 26 '19 05:11 heeropunjabi

Hi @balazsprehoda, I am facing one more issue wrt to analyzer dependency.

PFA. Please let me know what can be done ?

TIA.

Regards, Heero. Screenshot 2019-11-27 at 01 35 50

heeropunjabi avatar Nov 26 '19 20:11 heeropunjabi

@heeropunjabi : @balazsprehoda and I are planning to upload fabricbeat executables so that folks like you do not have to compile it themselves. Stay tuned.

for the above error, can you please try it again?

salmanbaset avatar Nov 26 '19 20:11 salmanbaset

Hi, Thanks @salmanbaset for your reply.

I tried however i couldn't get a success for the same.

@salmanbaset @balazsprehoda Please let me know when you guys are releasing fabricbeat executables. I am waiting for it.

heeropunjabi avatar Nov 27 '19 12:11 heeropunjabi

@heeropunjabi There are two additional options available to run fabricbeat now:

  1. Running as a container
  2. Running the pre-compiled executable

For details, see #37

balazsprehoda avatar Feb 18 '20 11:02 balazsprehoda