mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
ecee648b44
build-all.py's install_qt6 runs `sys.executable -m aqt`, but the build now runs under `uv run`, whose isolated env never got aqtinstall — it was pip installed into the system Python. `uv run --with typing_extensions --with aqtinstall` puts them where the script actually executes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>