I am trying to make an exe
file out of my python script but whenever I try to run my exe
file, it gives a
Traceback error that pyperclip module not found.
I even tried to hidden import it using --hidden-import
but still the same issue.
Can you please help me out?
Attached is the screenshot of the error whenever I run the exe
file.