I am trying to import cv2 in Spyder. When I check my environment in Anaconda, it seems to be there (see packages in environment). However, when I want to import cv2 in Spyder (opened from that same environment) I get the following error:
ModuleNotFoundError: No module named 'cv2' error when importing cv2
I hope someone can help me. I work on mscOS Catalina, Python version is 3.7.3 and I am not sure as how to check my opencv version.