Replies: 1 comment 1 reply
-
Hi @AmirV97, perhaps this #4197 can help you. Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a simple inference pipeline along with a very simple tkinter GUI. The script runs fine when i run it with a Python terminal.
However, when I use PyInstaller to get a standalone exe file, i get circular import errors. I have already tried the following:
here's my code for context:
Beta Was this translation helpful? Give feedback.
All reactions