This repository was archived by the owner on Jul 15, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 643
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Cannot install gopkgs tool #3050
Copy link
Copy link
Closed
Labels
Description
Hello, I can't install gopkgs and the "auto-completion" and "go to definition" feature are not working.
- go version go1.13.7 windows/amd64
- VS Code : 1.42.1
c47d83b293181d9be64f27ff093689e8e7aed054
x64 - VS Code Go extension : v0.13.0
- windows / amd64
- settings.json:
"go.formatTool": "goimports",
- Go to "GO: Install/Update Tools"
- Select "gopkgs"
- Wait until install finish. It shows me this error:
go.toolsGopath setting is not set. Using GOPATH C:\GoPath Installing 1 tool at C:\GoPath\bin in module mode. gopkgs Installing github.com/uudashr/gopkgs/cmd/gopkgs FAILED 1 tools failed to install. gopkgs: Error: Command failed: C:\Go\bin\go.exe get -v github.com/uudashr/gopkgs/cmd/gopkgs go: finding github.com/uudashr/gopkgs/cmd/gopkgs latest go get: github.com/uudashr/gopkgs/cmd/gopkgs@v0.0.0-20191024034442-58e9141cd7d6 requires github.com/uudashr/gopkgs/v2@v2.1.0 requires github.com/uudashr/gopkgs@v0.0.0: reading github.com/uudashr/gopkgs/go.mod at revision v0.0.0: unknown revision v0.0.0 go: finding github.com/uudashr/gopkgs/cmd/gopkgs latest go get: github.com/uudashr/gopkgs/cmd/gopkgs@v0.0.0-20191024034442-58e9141cd7d6 requires github.com/uudashr/gopkgs/v2@v2.1.0 requires github.com/uudashr/gopkgs@v0.0.0: reading github.com/uudashr/gopkgs/go.mod at revision v0.0.0: unknown revision v0.0.0 And a message "Analysis Tools Missing" is shown in the right bottom side:

And when I press "Install" button the process is repeated.
Reactions are currently unavailable