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
Previous versions of the SDK (such as v0.1.1) were compiled using glibc < 2.17, which is necessary to follow Python's manylinux2014_x86_64 policy.
It appears that the latest Linux dylib on master was compiled with a relatively new version of glibc (I see 2.25 being used). Can you recompile it using glibc < 2.17 for more Linux compatibility? This can be done, for instance, by compiling inside the quay.io/pypa/manylinux2014_x86_64 docker image.
This is necessary for the SDK to be used in manylinux2014_x86_64 python wheels, and is necessary for us to use the SDK in our vtk-lookingglass package.
The text was updated successfully, but these errors were encountered:
Previous versions of the SDK (such as v0.1.1) were compiled using glibc < 2.17, which is necessary to follow Python's
manylinux2014_x86_64
policy.It appears that the latest Linux dylib on master was compiled with a relatively new version of glibc (I see 2.25 being used). Can you recompile it using glibc < 2.17 for more Linux compatibility? This can be done, for instance, by compiling inside the
quay.io/pypa/manylinux2014_x86_64
docker image.This is necessary for the SDK to be used in
manylinux2014_x86_64
python wheels, and is necessary for us to use the SDK in ourvtk-lookingglass
package.The text was updated successfully, but these errors were encountered: