ExaScience / elprep

elPrep: a high-performance tool for analyzing sequence alignment/map files in sequencing pipelines.
Other
287 stars 40 forks source link

Compilation problems #25

Closed bvalot closed 5 years ago

bvalot commented 5 years ago

Hi,

When I tried to install your tools, I get the following error: $ go get github.com/exascience/elprep package github.com/exascience/elprep/v4/cmd: cannot find package "github.com/exascience/elprep/v4/cmd" in any of: /usr/lib/go-1.7/src/github.com/exascience/elprep/v4/cmd (from $GOROOT) /home/bvalot3/.go/src/github.com/exascience/elprep/v4/cmd (from $GOPATH

The GOPATH variable is set correctly: $ echo $GOPATH /home/bvalot3/.go

My configuration is:

Thanks in advance

pcostanza commented 5 years ago

Your Go compiler is too old. Go has recently introduced modules to better handle versioning of libraries, and we are using this in elPrep. Please update to a recent version of the Go compiler, and the error message should disappear.