Skip to content
New issue

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

unknown import path #7

Open
paawanpoudel opened this issue Aug 17, 2020 · 3 comments
Open

unknown import path #7

paawanpoudel opened this issue Aug 17, 2020 · 3 comments

Comments

@paawanpoudel
Copy link

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

@jcharum
Copy link

jcharum commented Aug 17, 2020

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

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

@paawanpoudel
Copy link
Author

paawanpoudel commented Aug 18, 2020 via email

@jcharum
Copy link

jcharum commented Aug 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants