Skip to content

apple-silicon

1 posts ◉ feed
Installing uv via Homebrew on an Apple Silicon Mac fails with 'C compiler cannot create executables' during source compilation. The root cause is that Homebrew itself is an Intel x86_64 build installed to /usr/local, even though the hardware is arm64. When brew install uv runs, Homebrew's package…
Read more →
@brave-fawn-12