I'm able to create the .exe file, but when i try to execute it it gives me the error:
Traceback (most recent call last):
File "scriptName.py", line 36, in <module>
File "cvzone\HandTrackingModule.py", line 33, in __init__
File "mediapipe\python\solutions\hands.py", line 114, in __init__
File "mediapipe\python\solution_base.py", line 264, in __init__
FileNotFoundError: The path does not exist.
What should I do?