-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Can't run beacon-chain on macOS 10.13.6 #5240
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
Comments
Can any Mac owner take a look please? |
it works for me, running 10.15.2 (19C57) |
I talked with @0xKiwi and he wasn't able to reproduce. Can you try on a newer version of Mac OS? |
Hi @alrevuelta can you try |
Confirmed it works for me, I am running 10.15.3 |
Closing due to inactivity |
Some error here even after i try
Reopen the issue please. |
ok reopening this issue @hacktar . This looks like a regression which was introduced in go 1.14, the fix for this has been included in go 1.14.1 . After we update prysm to 1.14.1, this issue should no longer be a problem |
I pulled the branch
But still doesn't work :-(
do I have to wait for it to be released on the master? |
Hey it will not work like that. The script only fetches the precompiled binaries. So you will have to wait till the next release with this |
sorry, what a shame! :-/ Thanks a lot ;-) |
@hacktar v1.0.0-alpha.5 has been released with this change included. Thanks |
It doesn't work... maybe some problem with MacOS version!
It doesn't matter, carry on :-( |
something went wrong with cross-compiling it looks like, @prestonvanloon any idea ? |
Please install mac OS X 10.14 or greater. I'll update docs site requirements for Mac OS X |
Unfortunately Anyway thanks |
Sorry to hear that. You can still run with docker or compile from source,
but our precompiled binaries will only work on 10.14 or greater.
|
I'm trying to run the
beacon-chain
under macOS 10.13.6 following the doc with the following command, but I'm getting an error:./prysm.sh beacon-chain --clear-db --datadir=$HOME/prysm
At the beginning of the output I can see this:
But right after it I get the following error
I don't get the
flat namespace
. Any ideas?The text was updated successfully, but these errors were encountered: