Answers for "uninstall cv2 in pi"

0

uninstall cv2 in pi

If you installed using pip. sudo pip uninstall opencv.
If you Installed using apt-get. sudo apt-get remove python-opencv. sudo apt-get purge python-opencv.
Posted by: Guest on October-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language