“Ningún módulo llamado CV2” 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

Ningún módulo llamado CV2

#To get out of this problem write
pip install opencv-python 
#in your terminal
Programmer of empires

CV2 no encontrado

python -m pip install opencv-python
Famous Falcon

ModulenotfoundError: ningún módulo llamado CV2

python -m pip install opencv-python
Wandering Warbler

ModulenotfoundError: ningún módulo llamado CV2

sudo apt-get install python-opencv libopencv-dev python-numpy python-dev
Stormy Scarab

Respuestas similares a “Ningún módulo llamado CV2”

Preguntas similares a “Ningún módulo llamado CV2”

Más respuestas relacionadas con “Ningún módulo llamado CV2” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código