“CV2 не найден” Ответ

ModulenotFoundError: нет модуля с именем «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 не найден

python -m pip install opencv-python
Famous Falcon

Ответы похожие на “CV2 не найден”

Вопросы похожие на “CV2 не найден”

Больше похожих ответов на “CV2 не найден” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования