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

Can't install cli from source #4320

Closed
clin1234 opened this issue Dec 1, 2024 · 1 comment
Closed

Can't install cli from source #4320

clin1234 opened this issue Dec 1, 2024 · 1 comment
Labels

Comments

@clin1234
Copy link

clin1234 commented Dec 1, 2024

$ go install github.com/scaleway/scaleway-cli/cmd/scw@latest
go: finding module for package golang.org/x/crypto/ssh
go: finding module for package github.com/moul/anonuuid
go: finding module for package github.com/renstrom/fuzzysearch/fuzzy
go: finding module for package golang.org/x/sync/errgroup
go: finding module for package github.com/moul/http2curl
go: finding module for package github.com/Sirupsen/logrus
go: finding module for package github.com/docker/docker/pkg/mflag
go: finding module for package github.com/docker/go-units
go: finding module for package github.com/dustin/go-humanize
go: finding module for package github.com/hashicorp/go-version
go: finding module for package github.com/docker/docker/pkg/archive
go: finding module for package github.com/kardianos/osext
go: finding module for package github.com/skratchdot/open-golang/open
go: finding module for package golang.org/x/crypto/ssh/terminal
go: finding module for package github.com/mattn/go-isatty
go: finding module for package github.com/moul/gotty-client
go: finding module for package github.com/docker/docker/pkg/namesgenerator
go: found github.com/Sirupsen/logrus in github.com/Sirupsen/logrus v1.9.3
go: found github.com/docker/go-units in github.com/docker/go-units v0.5.0
go: found github.com/dustin/go-humanize in github.com/dustin/go-humanize v1.0.1
go: found github.com/hashicorp/go-version in github.com/hashicorp/go-version v1.7.0
go: found github.com/docker/docker/pkg/namesgenerator in github.com/docker/docker v27.3.1+incompatible
go: found github.com/moul/anonuuid in github.com/moul/anonuuid v1.3.2
go: found github.com/renstrom/fuzzysearch/fuzzy in github.com/renstrom/fuzzysearch v1.1.8
go: found golang.org/x/sync/errgroup in golang.org/x/sync v0.9.0
go: found github.com/moul/http2curl in github.com/moul/http2curl v1.0.0
go: found github.com/docker/docker/pkg/archive in github.com/docker/docker v27.3.1+incompatible
go: found github.com/kardianos/osext in github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
go: found github.com/skratchdot/open-golang/open in github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: found golang.org/x/crypto/ssh/terminal in golang.org/x/crypto v0.29.0
go: found github.com/mattn/go-isatty in github.com/mattn/go-isatty v0.0.20
go: found github.com/moul/gotty-client in github.com/moul/gotty-client v1.10.0
go: found golang.org/x/crypto/ssh in golang.org/x/crypto v0.29.0
go: github.com/scaleway/scaleway-cli/cmd/scw imports
        github.com/Sirupsen/logrus: github.com/Sirupsen/[email protected]: parsing go.mod:
        module declares its path as: github.com/sirupsen/logrus
                but was required as: github.com/Sirupsen/logrus
@clin1234 clin1234 added the bug label Dec 1, 2024
@scaleway-bot
Copy link
Contributor

That's normal, if you want to install from source you should use go install github.com/scaleway/scaleway-cli/v2/cmd/scw@latest

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

No branches or pull requests

2 participants