Downloading in OpenCV

Sir , I am not able to install opencv in command prompt.
This Error comes while executing in Jupyter
“Image data of dtype object cannot be converted to float”.

Hello @madhavtayal1234_ba99c08a99499903,
for installing opencv in your jupyter notebook you need to run following command on your command prompt.
pip install opencv-python


After that run
pip list
After running this you will find all the packages installed in your and find opencv-python installed.
list

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.