Skip to content

chore: align the macOS minimal target version#2051

Merged
kemingy merged 1 commit intotensorchord:mainfrom
kemingy:macos_min_target_version
Nov 3, 2025
Merged

chore: align the macOS minimal target version#2051
kemingy merged 1 commit intotensorchord:mainfrom
kemingy:macos_min_target_version

Conversation

@kemingy
Copy link
Copy Markdown
Member

@kemingy kemingy commented Nov 3, 2025

cibuildwheel requires an explicit macOS version if the binary is built with something larger than that.

Repairing wheel...
  
  + delocate-wheel --require-archs x86_64 -w /private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/repaired_wheel -v /private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/built_wheel/envd-1.2.5-py2.py3-none-macosx_10_9_x86_64.whl
  Fixing: /private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/built_wheel/envd-1.2.5-py2.py3-none-macosx_10_9_x86_64.whl
  Traceback (most recent call last):
    File "/private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/build/venv/bin/delocate-wheel", line 8, in <module>
      sys.exit(main())
    File "/private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/build/venv/lib/python3.8/site-packages/delocate/cmd/delocate_wheel.py", line 116, in main
      copied = delocate_wheel(
    File "/private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/build/venv/lib/python3.8/site-packages/delocate/delocating.py", line 1090, in delocate_wheel
      out_wheel_fixed = _check_and_update_wheel_name(
    File "/private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/cibw-run-l7v7cf_b/cp38-macosx_x86_64/build/venv/lib/python3.8/site-packages/delocate/delocating.py", line 925, in _check_and_update_wheel_name
      raise DelocationError(
  delocate.libsana.DelocationError: Library dependencies do not satisfy target MacOS version 10.9:
  /private/var/folders/xc/cl1fyykn2pj4ryhdw6r1mqtc0000gn/T/tmps36ytsq2/wheel/envd-1.2.5.data/data/bin/envd has a minimum target of 12.0
  Set the environment variable 'MACOSX_DEPLOYMENT_TARGET=12.0' to update minimum supported macOS for this wheel.

Signed-off-by: Keming <kemingyang@tensorchord.ai>
@kemingy kemingy merged commit 8fda4f4 into tensorchord:main Nov 3, 2025
2 checks passed
@kemingy kemingy deleted the macos_min_target_version branch November 3, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant