-
Notifications
You must be signed in to change notification settings - Fork 144
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
Unable to install and use truss #337
Comments
Thats certainly a strange and concerning error |
@zaquestion Now I think the merge request is not valid. I thought the hardcoded GOPATH was an issue in go.yml. But It doesn't seem like that. This merge request can be ignored For me what fixed the issue was:
|
@vpiyush Thanks for looking into this! Perhaps theres some issue with the brew route now, it worked when i first set it up, but weve had a couple releases since then, something may have changed somewhere |
Attempted to install truss and use it to generate code for the provided echo.proto example file.
Tried to follow install instructions here https://github.com/metaverse/truss#install but did not work. Perhaps because of my version of go. It loaded into the ~/go/mod directory and I could not get the make to work from there. So, I installed via homebrew - e.g.
brew install metaverse/tap/truss
I tried multiple things including pulling the code from git into the expected ~/go/src location. Most recently ran truss from this location: ~/go/src/github.com/metaverse/truss/_example
Now getting error when I try to generate code for example file:
Version of go:
Version of protoc:
Version of truss:
Running on OSX 10.15.6
Any help here would be greatly appreciated.
The text was updated successfully, but these errors were encountered: