-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to install #12
Comments
I have the same issue |
Go 1.18 is relatively new, I am not sure what causes this issue but there is not much established documentation at the moment. I would suggest downgrading to 1.17. |
I cannot reproduce this on Windows with Go 1.18 attempting a manual build. |
Same issue on arm64, which I'm copy-pasting here for googlability:
|
See also google/go-jsonnet#596 and golang/go#49219 "I believe you have an indirect dependency on an old version of x/sys that breaks when running go install with go 1.18." |
Updating x/sys with |
Fixed by spicetify/cli#1547 |
OS: macOS 12.3 x86_64
Homebrew version: 3.4.2
Go version: 1.18 (installed from Homebrew)
The text was updated successfully, but these errors were encountered: