How to install | Python | | Anaconda | | Opencv library |

preview_player
Показать описание
Remember opencv dose not work python 3.8 so that's why we need to create a appropriate environment for opencv on anaconda navigator python 3.6 ..

 Requirement’s:
----------------

• Python 3.7

• Anaconda

• Visual Studio Code

 LINK’S:
---------

• Python :
----------

• Anaconda :
------------
Windows:
-------

Linux:
------
Command:
-------

• " conda update anaconda "

• Visual Studio Code :
----------------------

 Installing the required package’s:

conda list
conda -V
python -V
activate opencv
conda -V
python -V
pip install numpy scipy matplotlib scikit-learn jupyter
pip install opencv-contrib-python
conda install -c anaconda pandas

import numpy
print('numpy %s' % numpy.__version__)

import cv2
print('opencv %s' % cv2.__version__)

======================================================

-----------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Honestly best video!! I spent many hours figuring this. You saved my day. Thanks a lot.

bikkinarohith
Автор

literally i had started searching how to install opencv in anaconda from 7pm till 11 i dint get any i tried so many vids but at last i came here boom it worked perfectly man thanks a lot...those who are searching in comments dont wry it works [perfectly...u got one subscriber bro...thanks

__looser__
Автор

I am facing this error while creating new Environment "opencv" at 6:27

harshvardhan
Автор

Sir While installing, in prompt window .. in the last ..version is not defined is appearing ..how to resolve the problem .

onmyway
Автор

Hi I am getting some problem after installation after ^Z command it is giving syntax error, please guide for it thanku in advance

vinitanishad
Автор

You are the best. I tried a lot of things. Finally this one worked.

RAhsanME
Автор

Thank you for the tutorial, but the music is not necessary.

anonimuso
Автор

There is a DLL error while import cv2. I have done all the thing that you done above now please help me to get this out

hamzashahid
Автор

Show error in Jupytor notbook
ModuleNotFoundError Traceback (most recent call last)
in <module>
----> 1 import cv2

ModuleNotFoundError: No module named 'cv2'

amitsaini
Автор

Sir what to do if it not given python 3.5 or 3. 6 in drop down list.. It's showing only 3.7

yaminishrestha
Автор

In my Anaconda version i do not have VS code instead there is PYcharm. How should i proceed now?

harshvardhan
Автор

it says there is no module cv2..i.e. there is no library..i have followed all the instructions, then why this problem

akhyarahmad
Автор

thank you a lot for this tutorial, it really helped me, i'm just wondering why vscode does not exist in my anaconda ?

wardihafssa
Автор

import numpy
print ('numpy : %s' % numpy._version_)
Error: module numpy has no attribute '_version_'

rehamunnishashaik
Автор

Where you wrote ^Z
after
>> import cv2
>> print('opencv: %s' %cv3.__version__)
>> ^Z (here)
it gives an error in my code. It says SyntaxError. How can I fix it?

zgll
Автор

hey bro can you please share the source code u executed at the end to test?

mohammed-aminewaoua
Автор

When installing anaconda did you select the "Add Anaconda to my PATH environment variable"?

joaquinmurrieta
Автор

import cv2
print('opencv %s' % cv2.__version__)
i m stuck on this line
plz help

akhyarahmad
Автор

My Anaconda Promt was stopped at 15:29, tell me the reason

ThinhNguyen-hbnj
Автор

UNFORTUNATLY YOUR LOGO İS COVERİNG EVERYTHİNG

mohammedal-alaw