-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
@paawanpoudel: If you are trying to just get a
|
Hi Jaran,
Thank you so much for your reply.
I tried installing trough go install and also using the binary. Somehow it
seems the github path (github.com/grailbio/bio/cmd/bio-fusion) is
not working. Looks like the github path is not valid. Any suggestions?
Here is the error message:
go install github.com/grailbio/bio/cmd/bio-fusion
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
root@da5c5c32d68b:/usr/local/src/workdir# GO111MODULE=on go get
github.com/grailbio/bio/cmd/bio-fusion
go get github.com/grailbio/bio/cmd/bio-fusion: git ls-remote -q
https://github.com/grailbio/bio in
/root/go/pkg/mod/cache/vcs/566facbf0d4b8c6033701b7754bfb2c00f63ec538aedb64b2f7c51b234782f8e:
exit status 128:
fatal: unable to access 'https://github.com/grailbio/bio/': Problem with
the SSL CA cert (path? access rights?)
Many thanks,
Pawan
…On Mon, 17 Aug 2020 at 19:39, Jaran Charumilind ***@***.***> wrote:
@paawanpoudel <https://github.com/paawanpoudel>: If you are trying to
just get a bio-fusion binary, try:
GO111MODULE=on go get github.com/grailbio/bio/cmd/bio-fusion
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSXSZDJCQPNAXEPDZYIIWTSBF2P5ANCNFSM4QBQTIOQ>
.
|
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
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
The text was updated successfully, but these errors were encountered: