RaspberryPi icon indicating copy to clipboard operation
RaspberryPi copied to clipboard

ReadMe command `sudo apt-get install python-opencv` fails on freshly installed RaspberryPi OS

Open kubark42 opened this issue 3 years ago • 1 comments

When trying to make this work on a RPi3+, with a fresh install of RaspberryPi OS onto the SD card, and otherwise keeping all defaults, I get:

E: Unable to locate package python-opencv

Is it possible that a source needs to be added to apt-get? If so, which one?

kubark42 avatar Jun 12 '22 18:06 kubark42

The default python packages are deprecated, as they related to python2. You should use python3-opencv

surak avatar Aug 07 '22 15:08 surak