Note: I’m assuming that you already have python installed in your system, if not then you can go ahead and install anaconda distribution for python 3.7 here. Step 0: Uninstall OpenCV ( Do this only if you already have OpenCV installed ) Gpu support opengl 4.4 install# If you are installing OpenCV in your system for the first time then you can ignore this step but if you already have installed OpenCV in your system then this step is for you. After Uninstalling these then you should see an error when you import OpenCV by doing: import cv2Ĭlick here to go to the OpenCV release page.Click on the Sources button, and you’ll download a zip folder named opencv-4.3.0.zip.Make a new folder named “ OpenCV-Installation” and extract this zip folder inside that folder.You can then get rid of the zip folder now. The contrib package in OpenCV gives you a lot of other interesting modules that you can use with but unfortunately it does not come with the default installation so we have to download it from Github. Download the Source code (zip)įrom here and Unzip it in the OpenCV-Installation directory.