Reputation: 2507
I am trying to export my file, using pyinstaller in debugging mode.
I am using python 3.7, and i encounter this error:
need help.
Upvotes: 0
Views: 2705
Reputation: 23
Run
pyinstaller --debug all Sci_cal.py
instead.
See the link below: https://github.com/pyinstaller/pyinstaller/issues/3737
Upvotes: 1