Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 693 Bytes

File metadata and controls

23 lines (18 loc) · 693 Bytes

Troubleshoot Z3 installation on macOS

Documentation home

The locked environment uses z3-solver 5.0.0.0. Its upstream macOS wheels target macOS 13 or newer on Apple silicon and Intel. On an older release, uv falls back to a source build that requires CMake, make, and a C++20 compiler.

Install the Xcode Command Line Tools and CMake before retrying uv sync --dev. These commands report the relevant environment without changing it:

sw_vers -productVersion
uname -m
xcode-select -p
clang++ --version
cmake --version
make --version

See the z3-solver 5.0.0.0 files on PyPI for the upstream wheel tags.