How to install opencv in Python 3.9

preview_player
Показать описание
In this video I will show you how to install opencv in python 3.9 on windows 10.

opencv (4.5.1) latest version link

python (3.9.2) latest version link

#install #opencv #python #3.9
Рекомендации по теме
Комментарии
Автор

Thank you for your help. I'm using Python 3.9.6 and installed "cv2" version 4.5.3.

fabionmoura
Автор

It was really helpful for me thank you🙏🤞

pranavmohite
Автор

Pls help bro

Should i get the same OpenCV version as you or the latest vertion with python 3.9.2

vikhneshar
Автор

"'pip' is not recognized as an internal or external command, operable program or batch file."??

febifebriansyah
Автор

But for me it was showing that "could not find a version that satisfies the requirement opencv-python " and "No matching distribution found for opencv-python"
Please help me with this

prathyushadoddi
Автор

Amazing! I was able to install opencv, but I cannot install opencv when I type:conda install -c menpo opencv. Do you know how do I fix that?

esosaosayamwen
Автор

I couldn't install open cv coz its showing command pip is not found what should i do now? 🙃

komminenisindhuja
Автор

Please Sir. I have problem installing pytesseract in chaquopy. please help

mubarikalalinga
Автор

It was helpful, I have this error ( please help me )
import cv2
print(cv2._version_)
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
print(cv2._version_)
AttributeError: module 'cv2' has no attribute '_version_

amranislam
Автор

Where and how to install CV2 bro, , can u please tell

sdhinakar
Автор

>>> pip install opencv
File "<stdin>", line 1
pip install opencv
^
SyntaxError: invalid syntax
>>>
What am I doing wrong?

faustadobilaite