Module object for pyimod02_importers is NULL! - ModuleNotFoundError: No module named 'pathlib' #8608
Unanswered
karam-jaber-intel
asked this question in
Help
Replies: 1 comment
-
Hmm, we aren't importing So my first guess would be that your current build is reusing cached files from earlier builds made with v5.x. Can you try performing a clean build, i.e., add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using miniforge conda package manager to build my environment . within it i have the following componetns:
Python 3.10.14
PyInstaller 6.8.0
When i freeze my app and then run it i get the following error :
here is the log from pyinstaller:
Any idea what could cause this ?
I tried to use the python and then run "import pathlib" and it did work . Its part of python's standard library.
Beta Was this translation helpful? Give feedback.
All reactions