Replies: 1 comment 2 replies
-
Hi! Which files are missing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
PDM
to install thePython
version, which is using your distributable. When bundling my app withPyInstaller
, running the executable fails, complaining of missingPython
modules. If I usePyEnv
forPython
version management, the app works as expected.Upon further inspection, I discovered that my cause of issues, are missing files (
*.so
) inlib-dynload
of the installedPython
version, when I use this distributable. Those files are present in thePyEnv
's one's and if I copy-paste them over, my bundle works just fine.Are those files missing intentionally?
Is there a way to overcome the issue with
PyInstaller
?Beta Was this translation helpful? Give feedback.
All reactions