-
nimrod authored
The manylinux image is building Python in a way that doesn't allow linking to libpython. That's reasonable for most cases, but Pyinstaller needs to bundle it for creating a single executable. Instead go for the base image and use the OS packaged Python.
nimrod authoredThe manylinux image is building Python in a way that doesn't allow linking to libpython. That's reasonable for most cases, but Pyinstaller needs to bundle it for creating a single executable. Instead go for the base image and use the OS packaged Python.