Pyinstaller error #6995
Unanswered
chickenburge
asked this question in
Q&A
Replies: 1 comment
-
Hi @chickenburge, perhaps this discussion can help you. Moving this one to discussion for now, feel free to recreate another issue, thanks! |
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.
-
Entered this piece of code::
import monai
print(monai.version)
Next, use pyinstaller to package it as an exe. file, with code (pyinstaller -F [FileName]), but indicate an error after packaging:
Multiple versions of MONAI may have been installed?
Please see the installation guide: https://docs.monai.io/en/stable/installation.html
[26880] Failed to execute script FileName' due to unhandled exception!
Beta Was this translation helpful? Give feedback.
All reactions