Compiled EXE crashes (exception) - it previously (apparently updated some modules) worked fine. #8639
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
That looks like a missing or incompatible dependency of Does it help if you rebuild with added What version of python, PyInstaller, and scipy are you using? Is this python.org + pip, or anaconda python environment? Does the issue also occur if you freeze a simple import scipy._lib._uarray
print("hello") program in onedir mode instead of onefile one? If it does, can you archive build and dist directories (for this test program only) and upload the archive somewhere so I can take a look at it? |
Beta Was this translation helpful? Give feedback.
Hmm, some of those libs are suspiciously small - are you perhaps using UPX during the build?