Comments on: Installation of OpenCV 3.3/3.2/3.0 and Python 2.7 on Windows 10 (64-bit) /installation-of-opencv-3-33-23-0-and-python-2-7-on-windows-10-64-bit/ Learn OpenCV, AI & Robotics with Python and C++ Wed, 08 Nov 2017 21:25:34 +0000 hourly 1 By: Editor /installation-of-opencv-3-33-23-0-and-python-2-7-on-windows-10-64-bit/#comment-17 Sat, 09 Sep 2017 10:12:59 +0000 /?p=175#comment-17 Maybe you are talking about Ubuntu it seems.

]]>
By: Editor /installation-of-opencv-3-33-23-0-and-python-2-7-on-windows-10-64-bit/#comment-16 Sat, 09 Sep 2017 10:12:48 +0000 /?p=175#comment-16 are you sure you can install Python on windows using PIP command? pip ships with Python

]]>
By: pip /installation-of-opencv-3-33-23-0-and-python-2-7-on-windows-10-64-bit/#comment-14 Fri, 01 Sep 2017 15:59:39 +0000 /?p=175#comment-14 This isn’t necessary. You can install OpenCV for Python by simply running “pip install opencv-python”. Pip will resolve dependencies automatically.

If you have both Python 3 and 2 installed, you can select correct version with “py -2 -m pip install opencv-python” or “py -3 -m pip install opencv-python”.

]]>