1To solve this run the following
2# main opencv
3pip install opencv-python
4# contrib package for the extra features
5pip install opencv-contrib-python
6
7The official installation instructions are on the opencv website.
8More info can be found here:
9https://www.pyimagesearch.com/opencv-tutorials-resources-guides/