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

Failed to install on Macos Arm64 #2302

Closed
zephyrpathsofglory opened this issue Jan 14, 2021 · 1 comment
Closed

Failed to install on Macos Arm64 #2302

zephyrpathsofglory opened this issue Jan 14, 2021 · 1 comment

Comments

@zephyrpathsofglory
Copy link

Go version: go version go1.16beta1 darwin/arm64

Macos 11.1, Apple Silicon chip, arm64 architecture

I want to install delve using go get github.com/go-delve/delve/cmd/dl, but it reports:

../../go/pkg/mod/github.com/go-delve/delve@v1.5.1/service/debugger/debugger.go:26:2: found packages native (nonative_darwin.go) and your_operating_system_and_architecture_combination_is_not_supported_by_delve (support_sentinel.go) in /Users/harden/go/pkg/mod/github.com/go-delve/delve@v1.5.1/pkg/proc/native
@zephyrpathsofglory zephyrpathsofglory changed the title Support Macos Arm64 Failed to install on Macos Arm64 Jan 14, 2021
@derekparker
Copy link
Member

This is fixed via #2285. Your go get is pulling the latest tagged release (v1.5.1) and we haven't issued a release with M1 support yet (it's only in the main branch).

Try building from main and you should be good to go.

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