HonahX commented on PR #945:
URL: https://github.com/apache/iceberg-python/pull/945#issuecomment-2240803751

   Thanks @syun64 for the quick fix. Adding some context here:
   We observed an error when running the release action for macos-14:
   ```python
   + delocate-wheel --require-archs arm64 -w 
/private/var/folders/6g/_ypptv3n2fs80_zc0xz8p1d40000gn/T/cibw-run-4dh7emlt/cp38-macosx_arm64/repaired_wheel
 -v 
/private/var/folders/6g/_ypptv3n2fs80_zc0xz8p1d40000gn/T/cibw-run-4dh7emlt/cp38-macosx_arm64/built_wheel/pyiceberg-0.7.0-cp38-cp38-macosx_14_0_x86_64.whl
     Fixing: 
/private/var/folders/6g/_ypptv3n2fs80_zc0xz8p1d40000gn/T/cibw-run-4dh7emlt/cp38-macosx_arm64/built_wheel/pyiceberg-0.7.0-cp38-cp38-macosx_14_0_x86_64.whl
     Traceback (most recent call last):
       File 
"/private/var/folders/6g/_ypptv3n2fs80_zc0xz8p1d40000gn/T/cibw-run-4dh7emlt/cp38-macosx_arm64/build/venv/lib/python3.8/site-packages/delocate/delocating.py",
 line 789, in _calculate_minimum_wheel_name
         arch_version[arch] = max(version, version_dkt[arch])
     KeyError: 'x86_64'
   ```
   This is similar to https://github.com/pypa/cibuildwheel/issues/1828. The 
suggested way is to explicitly specify python3.8 using actions/setup-python@v5 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to