We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu 14.02 with go manually installed, the command:
GOPATH=pwd go install github.com/cascades-fbp/cascades/cmd/...
pwd
returns
src/github.com/cascades-fbp/cascades/server/restful.go:7:2: cannot find package "github.com/bmizerany/pat" in any of: /usr/local/go/src/github.com/bmizerany/pat (from $GOROOT) /opt/cascades-fbp/src/github.com/bmizerany/pat (from $GOPATH) src/github.com/cascades-fbp/cascades/cmd/cascades/library.go:15:2: cannot find package "github.com/codegangsta/cli" in any of: /usr/local/go/src/github.com/codegangsta/cli (from $GOROOT) /opt/cascades-fbp/src/github.com/codegangsta/cli (from $GOPATH) src/github.com/cascades-fbp/cascades/log/log.go:9:2: cannot find package "github.com/daviddengcn/go-colortext" in any of: /usr/local/go/src/github.com/daviddengcn/go-colortext (from $GOROOT) /opt/cascades-fbp/src/github.com/daviddengcn/go-colortext (from $GOPATH) src/github.com/cascades-fbp/cascades/graph/fbp.go:4:2: cannot find package "github.com/oleksandr/fbp" in any of: /usr/local/go/src/github.com/oleksandr/fbp (from $GOROOT) /opt/cascades-fbp/src/github.com/oleksandr/fbp (from $GOPATH) src/github.com/cascades-fbp/cascades/runtime/runtime.go:13:2: cannot find package "github.com/pebbe/zmq4" in any of: /usr/local/go/src/github.com/pebbe/zmq4 (from $GOROOT) /opt/cascades-fbp/src/github.com/pebbe/zmq4 (from $GOPATH)
while:
GOPATH=pwd go get github.com/cascades-fbp/cascades/cmd/... works fine.
source: http://stackoverflow.com/questions/24095004/cant-load-package-package-no-buildable-go-source-files
The text was updated successfully, but these errors were encountered:
Did you try to install all dependencies manually with go get?
Sorry, something went wrong.
No branches or pull requests
On Ubuntu 14.02 with go manually installed, the command:
returns
src/github.com/cascades-fbp/cascades/server/restful.go:7:2: cannot find package "github.com/bmizerany/pat" in any of:
/usr/local/go/src/github.com/bmizerany/pat (from $GOROOT)
/opt/cascades-fbp/src/github.com/bmizerany/pat (from $GOPATH)
src/github.com/cascades-fbp/cascades/cmd/cascades/library.go:15:2: cannot find package "github.com/codegangsta/cli" in any of:
/usr/local/go/src/github.com/codegangsta/cli (from $GOROOT)
/opt/cascades-fbp/src/github.com/codegangsta/cli (from $GOPATH)
src/github.com/cascades-fbp/cascades/log/log.go:9:2: cannot find package "github.com/daviddengcn/go-colortext" in any of:
/usr/local/go/src/github.com/daviddengcn/go-colortext (from $GOROOT)
/opt/cascades-fbp/src/github.com/daviddengcn/go-colortext (from $GOPATH)
src/github.com/cascades-fbp/cascades/graph/fbp.go:4:2: cannot find package "github.com/oleksandr/fbp" in any of:
/usr/local/go/src/github.com/oleksandr/fbp (from $GOROOT)
/opt/cascades-fbp/src/github.com/oleksandr/fbp (from $GOPATH)
src/github.com/cascades-fbp/cascades/runtime/runtime.go:13:2: cannot find package "github.com/pebbe/zmq4" in any of:
/usr/local/go/src/github.com/pebbe/zmq4 (from $GOROOT)
/opt/cascades-fbp/src/github.com/pebbe/zmq4 (from $GOPATH)
while:
source:
http://stackoverflow.com/questions/24095004/cant-load-package-package-no-buildable-go-source-files
The text was updated successfully, but these errors were encountered: