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
Reading PyO3 extension-moduledocumentation mentioned in #432 I have found link to the PEP-513 which says that manylinux1 compatible extensions should not be dynamically linked to the shared libraries out of the provided list. Thus libssl, libcrypro and libz which are used by Git feature breaks compatibility.
The text was updated successfully, but these errors were encountered:
It is worth to mention #725 is also related. Dynamic linkage of the system libraries in MacOSX leads to the packages which are incompatible with old MacOSX version and checkers used by cibuildwheel finds this.
Reading PyO3
extension-module
documentation mentioned in #432 I have found link to the PEP-513 which says thatmanylinux1
compatible extensions should not be dynamically linked to the shared libraries out of the provided list. Thuslibssl
,libcrypro
andlibz
which are used by Git feature breaks compatibility.The text was updated successfully, but these errors were encountered: