We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3d77e commit bc05a7aCopy full SHA for bc05a7a
ci/test/00_setup_env_mac_native_arm64.sh
@@ -7,7 +7,9 @@
7
export LC_ALL=C.UTF-8
8
9
export HOST=arm64-apple-darwin
10
-export PIP_PACKAGES="zmq"
+# Homebrew's python@3.12 is marked as externally managed (PEP 668).
11
+# Therefore, `--break-system-packages` is needed.
12
+export PIP_PACKAGES="--break-system-packages zmq"
13
export GOAL="install"
14
# ELEMENTS: add -fno-stack-check to work around clang bug on macos
15
export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports CXXFLAGS=-fno-stack-check"
0 commit comments