nathanielc / morgoth

Metric anomaly detection
http://docs.morgoth.io
Apache License 2.0
280 stars 31 forks source link

Installation Issue #45

Closed sandramadhu closed 7 years ago

sandramadhu commented 7 years ago

Hi,

I'm seeing an error while installing Morgoth. Any idea?

go get github.com/nathanielc/morgoth/cmd/morgoth

Error: # github.com/nathanielc/morgoth/cmd/morgoth ../go_workspace/src/github.com/nathanielc/morgoth/cmd/morgoth/main.go:43: cannot use h (type *Handler) as type agent.Handler in assignment: *Handler does not implement agent.Handler (missing Snapshot method) ../go_workspace/src/github.com/nathanielc/morgoth/cmd/morgoth/main.go:90: cannot use h (type *Handler) as type agent.Handler in assignment: *Handler does not implement agent.Handler (missing Snapshot method)

nathanielc commented 7 years ago

@sandramadhu Thanks, there was a small change fixed upstream. I'll push a fix for this a bit.

sandramadhu commented 7 years ago

Thank you.

PratikSavadi commented 5 years ago

I'm seeing an error while installing Morgoth. Any idea?

go get github.com/nathanielc/morgoth/cmd/morgoth

go get github.com/nathanielc/morgoth/cmd/morgoth: mkdir /opt/go_path/bin/: permi ssion denied