Hi @firstime09
The ModuleNotFoundError suggests that you’re missing a required prerequisite library. Could you try adding opencv-python-headless to your requirements.txt file.
Also see this related forum post Getting No module cv2 found - #2 by jgieseler
Hope this helps!