Airflow python operator, cv2 ModuleNotFoundError. But the module is installed
I have used docker desktop to install airflow. And I have copied some sample dags available on localhost to my vscode environment and that code works fine. But when I tried to apply my python code with module cv2, the dag was broken. Module is not found appeared in the log. When I check with pip show, the modules is installed. I know some modules like pyautogui (interactive type of module) won’t work with airflow. But I am not sure if this is the same case as cv2 module.enter image description here