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

installation error #286

Open
zhengcongyin opened this issue Sep 13, 2019 · 3 comments
Open

installation error #286

zhengcongyin opened this issue Sep 13, 2019 · 3 comments

Comments

@zhengcongyin
Copy link

I tried to run "go get -u -d github.com/metaverse/truss", but got "no Go files" error. Am I do something wrong? Thanks,

@zaquestion
Copy link
Member

You'll want to cd into the truss repo once it's cloned (with that command is fine), and use

GO111MODULE=on make dependencies
GO111MODULE=on make

@zhengcongyin
Copy link
Author

Thanks for your prompt reply. I already fixed this problem, and when I run "make test", it keeps saying that github.com/metaverse/truss/deftree/googlethirdparty/annotations.proto: File not found.

Could you please give me some hints about this?

Many thanks,

@zaquestion
Copy link
Member

That would either be GOPATH not set, or truss not cloned to that location, unfortunately even tho truss manages dependencies it still needs to be available in the gopath for the protofile imports, we're working on making it that component work on it's own.

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

2 participants