We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's currently no pre-built binary for ARM-based MacOS. I'm currently having issues trying to build the cli locally:
Building wheels for collected packages: lru-dict Building wheel for lru-dict (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [12 lines of output] running bdist_wheel running build running build_ext building 'lru' extension creating build creating build/temp.macosx-10.9-universal2-3.9 clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -Wno-error=unreachable-code -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/include/python3.9 -c lru.c -o build/temp.macosx-10.9-universal2-3.9/lru.o lru.c:629:17: error: incompatible function pointer types initializing 'PyCFunction' (aka 'struct _object *(*)(struct _object *, struct _object *)') with an expression of type 'PyCFunctionWithKeywords' (aka 'struct _object *(*)(struct _object *, struct _object *, struct _object *)') [-Wincompatible-function-pointer-types] {"popitem", (PyCFunctionWithKeywords)LRU_popitem, METH_VARARGS | METH_KEYWORDS, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for lru-dict Running setup.py clean for lru-dict Failed to build lru-dict ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (lru-dict)
The text was updated successfully, but these errors were encountered:
ethstaker-deposit-cli, which is a fork, has macOS ARM binaries.
Caution that we’re currently relying on the original security audit done on staking-deposit-cli. Re-audit kicks off in October.
Sorry, something went wrong.
No branches or pull requests
Description
There's currently no pre-built binary for ARM-based MacOS. I'm currently having issues trying to build the cli locally:
The text was updated successfully, but these errors were encountered: