“CV2 não encontrado” Respostas de código

ModuleNotFoundError: nenhum módulo chamado CV2

To solve this run the following
# main opencv
pip install opencv-python
# contrib package for the extra features
pip install opencv-contrib-python

The official installation instructions are on the opencv website.
More info can be found here: 
https://www.pyimagesearch.com/opencv-tutorials-resources-guides/
Merwanski

CV2 não encontrado

python -m pip install opencv-python
Famous Falcon

Respostas semelhantes a “CV2 não encontrado”

Perguntas semelhantes a “CV2 não encontrado”

Mais respostas relacionadas para “CV2 não encontrado” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código