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

cannot find packages #13

Open
adremides opened this issue Jul 14, 2020 · 0 comments
Open

cannot find packages #13

adremides opened this issue Jul 14, 2020 · 0 comments

Comments

@adremides
Copy link

After run sudo ./launchServer.sh the log of the server show several missing packages, to solve this I downloaded them from their github repo (gorilla/mux, juju/ansiterm, juju/loggo, lunixbochs/vtclean, mattn/go-colorable, mattn/go-isatty, rs/cors) and put them on the go/src/github.com directory.

Then I got this:

go/src/github.com/mattn/go-isatty/isatty_tcgets.go:6:8: cannot find package "golang.org/x/sys/unix" in any of:
	/streamserv/go/src/vendor/golang.org/x/sys/unix (vendor tree)
	/streamserv/go/src/golang.org/x/sys/unix (from $GOROOT)
	/root/go/src/golang.org/x/sys/unix (from $GOPATH)

Solved this by copy the files from go/src/cmd/vendor/golang.org to go/src/vendor/golang.org

I'm using Kubuntu 20.04

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

1 participant