INSTALLING OpenCV WITH ERRORS

         INSTALLING OpenCV WITH ERRORS

     

                                 Smiley Lol Emoticon Laughter Clip Art - Laughing And Pointing ...

so today we are going to see all the errors here while downloading OPENCV .

This video is crazy as possible as you should  LEARN FROM MISTAKES.

  please watch my video abut this install with errors :
             








First of all you need to install pip on your kali linux 

codes :

                   1. sudo apt update 
                   2. sudo apt install python3-pip (if you have 'python3' error you can type just 'python')

 Here we are installing pip in python 3  so you can upgrade python 3  
 i have given the LINK                

 
next you that we are going to install openCV 

codes:
          1.  pip install opencv-python  
                               (or)
               git clone https://github.com/opencv/opencv.git
           
now we gonna test it is working properly :

Testing codes: 
  
open terminal and type 'python3' (or) 'python'
Then 'import cv2'
and the press Enter
now it show give you any error and noting printed

if you want to check it's version then type 'cv2. --version--
now you get an output '4.0.0' (your version of opencv)

Then  now you got any error please don't hesitate to comment              
          


                                             THANK YOU

                                               Yes Please Emoticon by yayayoyo | GraphicRiver





Comments

Post a Comment

Popular posts from this blog

How to create a chatting app in python PART-2

OpenCV