eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 106 forks source link

use of vendored package not allowed #40

Open srinu0266 opened 4 years ago

srinu0266 commented 4 years ago

Hi, while building akutan with make build facing following error.

go install github.com/ebay/akutan/... src/vendor/golang.org/x/net/http2/frame.go:17:2: use of vendored package not allowed src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:28:2: use of vendored package not allowed src/vendor/golang.org/x/net/http2/transport.go:33:2: use of vendored package not allowed /usr/local/go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go:15:2: use of vendored package not allowed /usr/local/go/src/vendor/golang.org/x/net/idna/idna10.0.0.go:27:2: use of vendored package not allowed src/vendor/golang.org/x/net/http2/frame.go:18:2: use of vendored package not allowed make: *** [Makefile:89: build] Error 1

any help appreciated.

superfell commented 4 years ago

What version of go are you using? this is probably related to the changes in go around package management/modules over the last few version. I was able to build ok on go 1.12.7.

srinu0266 commented 4 years ago

iam using latest version 1.14.4.

it is working if you remove src/vendor folder and put it inside GOPATH. but i think it is probably not a good solution.

Thanks.

srinu0266 commented 4 years ago

Thanks Ebay/Akutan.

iam using latest version 1.14.4.

it is working if you remove src/vendor folder and put it inside GOPATH. but i think it is probably not a good solution.

and I don't find and any integrated graph visualization tool,to visualize the data in RDF. any help appreciated.

Thanks.

On Sat., 20 Jun. 2020, 21:03 Simon Fell, notifications@github.com wrote:

What version of go are you using? this is probably related to the changes in go around package management/modules over the last few version. I was able to build ok on go 1.12.7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eBay/akutan/issues/40#issuecomment-647010382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHSKEOSJ3NP3QQ7K4N3BAM3RXTJE5ANCNFSM4ODLMMLQ .

superfell commented 4 years ago

It probably should be updated to use modules. There's no graph visualization tool.