Aug-17-2017, 11:58 AM
Hi guys I have downloaded python 3.6 install it:works fine
. After I have install Numpy, Matplotlib. Also I have downloaded opencv.whl.
I am trying to install it by
After this I tried to download opencv-3.3.0-vc14.exe. I did everything by instruction. Copy cv2 file in site-package directory but everything unsuccessful.
Somebody help me. How Can I install openCV in python
P.S it already works for java.

I am trying to install it by
pip install opencv_python-3.3.0-cp35-cp35m-win_amd64.whlbut I am always getting following error.
Quote:Fatal error in launcher: Unable to create process using '"'

After this I tried to download opencv-3.3.0-vc14.exe. I did everything by instruction. Copy cv2 file in site-package directory but everything unsuccessful.

Somebody help me. How Can I install openCV in python

P.S it already works for java.