Hello World,
So I am getting a "ModuleNotFoundError: No module named 'cv2'" even though OpenCV comes preinstalled from one ArcGIS Pro installation library. I am working on a clone and have tried to update or reinstall OpenCV.
What I'm thinking is that these individual libraries are part of a larger library collection and have to be imported differently (which I haven't gotten the memo) or I'm doing it wrong. Last time i checked, "import cv2" works well. I have tried "import cv" or import opencv" as well, they don't work.