#2120 Generated Pex File works on some hosts, not others
New discussion created by
erik-at-techsanity
Hi All,
I've created a Pex file that works when run within a running Podman container (hosted on RedHat 8) that I do my development work in, but when I try and run it on a proper VM (either RedHat 7 or 8), it fails to find the bundled python dependencies (it complains about typer in this case, that's just the first that it tries to load).
ModuleNotFoundError: No module named 'typer'
I ran with the verbose flag on all instances, and didn't see any glaring differences when using vimdiff, other then the addresses that libraries were being loaded into or from.
I've generated the pexfile on both the RedHat 7 vm and the Podman container and the same result occurs.
I'm using a script to handle the generation so that it's repeatable.
How can I debug this? Has anyone else seen this?
Thanks for any suggestions!
pantsbuild/pex