-
Notifications
You must be signed in to change notification settings - Fork 3
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
Demo, fatal repo not found #54
Comments
That's a mistake in the docs.
|
Well I downloaded... something, but now I got this block of errors:
|
Hm, it looks like it wants to re-build the GRPC protobuf interfaces (not sure why). You need to install the protobuf compiler and a a few plugins for it:
(the first comand is for Ubuntu and similar; adjust for your distro as appropriate) |
I was able to successfully install protobuf and see the version before, but I tried as you suggested, and got a similar result:
no luck. |
also tried removing the services folder, and re-cloning the repo, with this output:
|
Hm, it looks like
If this still doesn't work, please provide more info about your environment -- what distro are you on, what version of Go are you using, where/how it was installed, etc FWIW, the following sequence of commands worked for me inside a fresh Ubuntu 22.04 VM:
|
Trying to follow the demo on a fresh ubuntu machine, made it up to here:
Repo not found? Are the demo commands out of date?
Thank you for any help.
The text was updated successfully, but these errors were encountered: