Build Wheels #115
Annotations
8 errors, 3 warnings, and 1 notice
|
Build wheels on ubuntu-22.04
Process completed with exit code 1.
|
|
Build wheels on ubuntu-22.04
cibuildwheel: Command ['sh', '-c', 'if [ -f /opt/rh/devtoolset-10/enable ]; then\n echo "Enabling devtoolset-10 for C++17 support" && source /opt/rh/devtoolset-10/enable\nelif [ -f /opt/rh/devtoolset-9/enable ]; then\n echo "Enabling devtoolset-9 for C++17 support" && source /opt/rh/devtoolset-9/enable\nelif [ -f /opt/rh/devtoolset-8/enable ]; then\n echo "Enabling devtoolset-8 for C++17 support" && source /opt/rh/devtoolset-8/enable\nelse\n echo "ERROR: No devtoolset found - C++17 compilation will fail"\n echo "Available devtoolsets:" && ls -la /opt/rh/ | grep devtoolset || echo "None found"\n echo "System GCC version: $(gcc --version | head -1)"\n if ! gcc --version | grep -q -E "(9\\.|10\\.|11\\.|12\\.|13\\.|14\\.)" && ! gcc --version | grep -q "8\\.[3-9]"; then\n echo "FATAL: System GCC too old for C++17, devtoolset required" && exit 1\n fi\nfi && echo "Active compiler: $(which gcc)" && echo "Compiler version: $(gcc --version | head -1)" && yum install -y zlib-devel mesa-libGL-devel mesa-libEGL-devel libX11-devel libXrandr-devel mesa-libGLU-devel && export PKG_CONFIG_PATH="/usr/lib64/pkgconfig:/usr/lib/pkgconfig:${PKG_CONFIG_PATH}" && export CMAKE_PREFIX_PATH="/usr:${CMAKE_PREFIX_PATH}" && python build_scripts/prepare_wheel.py --buildmode release --verbose --clean\n'] failed with code 1.
|
|
Build wheels on windows-2022
The operation was canceled.
|
|
Build wheels on windows-2022
The strategy configuration was canceled because "build_wheels.ubuntu-22_04_x86_64" failed
|
|
Build wheels on macos-13
The operation was canceled.
|
|
Build wheels on macos-13
The strategy configuration was canceled because "build_wheels.ubuntu-22_04_x86_64" failed
|
|
Build wheels on macos-14
The operation was canceled.
|
|
Build wheels on macos-14
The strategy configuration was canceled because "build_wheels.ubuntu-22_04_x86_64" failed
|
|
Build wheels on macos-13
You are using macOS 13.
We (and Apple) do not provide support for this old version.
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
You can report Tier 3 unrelated issues to Homebrew/* repositories!
Read the above document instead before opening any issues or PRs.
|
|
Build wheels on macos-13
You are using macOS 13.
We (and Apple) do not provide support for this old version.
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
You can report Tier 3 unrelated issues to Homebrew/* repositories!
Read the above document instead before opening any issues or PRs.
|
|
Build wheels on macos-13
You are using macOS 13.
We (and Apple) do not provide support for this old version.
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
You can report Tier 3 unrelated issues to Homebrew/* repositories!
Read the above document instead before opening any issues or PRs.
|
|
Build wheels on macos-13
cibuildwheel: Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.
|