“CV2 no encontrado” Código de respuesta

ModulenotfoundError: ningún módulo llamado 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 no encontrado

python -m pip install opencv-python
Famous Falcon

Respuestas similares a “CV2 no encontrado”

Preguntas similares a “CV2 no encontrado”

Más respuestas relacionadas con “CV2 no encontrado” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código