You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a python script which works perfectly. I wanted to make an executable out of it using PyInstaller. Once I tried to execute it, I got following error:
$ dist/main
Traceback (most recent call last):
File "main.py", line 2, in
import ctds
File "PyInstaller/loader/pyimod02_importers.py", line 493, in exec_module
File "ctds/init.py", line 8, in
ModuleNotFoundError: No module named 'uuid'
[203506] Failed to execute script 'main' due to unhandled exception!