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
According to PyInstaller pyinstaller/pyinstaller#6066 (comment) manylinux images could not be used to create redistributable package compatible with many linux distribution because the python provided within the images are not compiled with --enable-shared
Mostly a question or a feature request, what would be the properly way to have a "manylinux" image with --enable-shared ?