“CV2 nicht gefunden” Code-Antworten

ModulenotFoundError: Kein Modul mit dem Namen "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 nicht gefunden

python -m pip install opencv-python
Famous Falcon

Ähnliche Antworten wie “CV2 nicht gefunden”

Fragen ähnlich wie “CV2 nicht gefunden”

Weitere verwandte Antworten zu “CV2 nicht gefunden” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen