Anaconda Python OpenCV-----------------
- Remove all previous/current (if any) python installation
- Install Anaconda and add anaconda to PATH(Envirnoment variables:: Adavanced system setting->Environment variables->under system variables go to variable PATHand click edit to add new envirnomental variables)
(During installation check box involve PATH)
- Open anaconda prompt with admin access. type and enter:-
conda update --all - conda install -c menpo opencv (for opencv)
- conda install spyder=4.0.0 (spyder updation)
- conda update python (for python updation)