Error when trying to create a .exe file #1049
Unanswered
jBavanati
asked this question in
Help: Coding & Implementations
Replies: 3 comments
-
Also the app loads fine when I directly open the program using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same problem now, do you have any updates on this @jBavanati ? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi

I created a simple python program and created a .exe file using
pyinstaller
, and this is the error I get when I try to open the .exe file:command I used for creating a .exe file:
pyinstaller --onefile --noconsole --name "program" script.py
and I installed stumpy package using
python -m pip install stumpy
It's worth noting that there is not any trace of
gpu stump
in my code.Beta Was this translation helpful? Give feedback.
All reactions