You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building cp38-manylinux_x86_64 wheelCPython 3.8 manylinux x86_64Setting up build environment... + /opt/python/cp38-cp38/bin/python -c 'import sys, json, os; json.dump(os.environ.copy(), sys.stdout)' + which python + which uv ✓ 0.07sRunning before_build... + sh -c 'uv pip install scikit-build-core[pyproject]>=0.8.1 setuptools_scm>=7 pybind11>=2.13'error: No virtual environment found ✕ 3.16sError: Command ['sh', '-c', 'uv pip install scikit-build-core[pyproject]>=0.8.1 setuptools_scm>=7 pybind11>=2.13'] failed with code 2.
This only seems to be happening under linux because for all the other operating systems, cibuildwheel explicitly calls uv venv ... in the "Setting up build environment..." step.
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered:
Description
According to the cibuildwheel documentation, it is valid to disable build isolation for the wheel builds via
Naturally, this requires to install the build time dependencies manually.
However, specifying
and then running cibuildwheel results in
This only seems to be happening under linux because for all the other operating systems, cibuildwheel explicitly calls
uv venv ...
in the "Setting up build environment..." step.Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: