Error when trying to create a .exe file #1049
Unanswered
jBavanati
asked this question in
Help: Coding & Implementations
Replies: 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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