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
My library depends on libicu and the cibuildwheel build process completes without errors, including running fairly extensive tests. However, after installing the the produced wheel on a new machine, the module cannot be imported:
My library depends on
libicu
and thecibuildwheel
build process completes without errors, including running fairly extensive tests. However, after installing the the produced wheel on a new machine, the module cannot be imported:The
cibuildwheel
logs do not seem to have any notable information:readelf
andldd
do not list anything abouticu
:How can I ensure that the
icu
dependency remains intact?The text was updated successfully, but these errors were encountered: