grailbio / bio

Bioinformatic infrastructure libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unknown import path

paawanpoudel opened this issue · comments

Hi Josh and Siddharth,

I installed go and ran the following command - go install github.com/grailbio/bio/cmd/bio-fusion - to install the bio-fusion package but I get the following error message in ubuntu 16.04.

can't load package: package github.com/grailbio/bio/cmd/bio-fusion: unknown import path "github.com/grailbio/bio/cmd/bio-fusion": cannot find module providing package github.com/grailbio/bio/cmd/bio-fusion

Any suggestion from you will be really helpful.

Many thanks,
Pawan

@paawanpoudel: If you are trying to just get a bio-fusion binary, try:

GO111MODULE=on go get github.com/grailbio/bio/cmd/bio-fusion

go get uses git. Are you generally able to use git with GitHub from that machine? For example, are you able to successfully directly run the command that go get is running?

git ls-remote -q https://github.com/grailbio/bio

If this fails with a CA problem, I'd expect all TLS access to github.com to fail.