-
Notifications
You must be signed in to change notification settings - Fork 442
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
wasmd, make install fails on MacOSX 11.6.7 #913
Comments
Also receiving this same error while trying to install wasmd. |
I got the same error |
newest release I was able to get this working. Created a PR add this line to
then run:
then depending on your PATH
|
This should be solved by #985 now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, wasmd make install fails for me on MacOSX 11.6.7
Following along in dev-academy setup docs -> dev-academy -> Basics -> Environment Setup -> wasmd -> make install
I am unable to install wasmd
env:
steps:
I believe the issue is that go.mod points to
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d
but needs to point to a newer version. e.g.github.com/keybase/go-keychain v0.0.0-20220408132150-ad3b4a8fd4a7
(untested)I believe Apple removed support for something which now breaks, previously it was deprecated but would still work
references:
samuong/alpaca#68
samuong/alpaca@efd9189
#783
https://forum.cosmos.network/t/cosmos-sdk-blog-tutorial-build-problem/4422
authzed/zed#67
99designs/keyring#66 (comment)
keybase/go-keychain#60
#781
The text was updated successfully, but these errors were encountered: