MG-RAST/AWE

go get fails

sb10 opened this issue · 1 comments

sb10 commented

Can't currently install AWE (using go v1.10). Is it still being maintained?

$ go get github.com/MG-RAST/AWE/...
# github.com/MG-RAST/AWE/awe-proxy
../../../MG-RAST/AWE/awe-proxy/awe-proxy.go:116:12: assignment mismatch: 2 variables but 1 values
../../../MG-RAST/AWE/awe-proxy/awe-proxy.go:127:30: worker.InitWorkers() used as value

Hi, it is still maintained, but the documentation for installation might be outdated. I recommend to use docker for installation, but you can also simply repeat instruction in the Dockerfile. Let me know if you run in problems.

Your command failed because awe-proxy is currently not maintained.