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
libunwind is a system library provided by macOS and should not be
bundled into the wheel. This fixes the DelocationError about
incompatible minimum macOS version targets.
The error occurred because libunwind built for macOS 14.0 was being
bundled into wheels targeting macOS 10.15. Since libunwind is available
as a system library on all supported macOS versions, we exclude it from
delocate bundling.
0 commit comments