

build/python/, but as of OpenCV 2.4.8 only Python 2.7 is included as precompiled Python binary (but for both 32 and 64-bit versions).

The python bindings are included in the main OpenCV installer under the path. If one works with image processing or computer vision, the Python bindings of OpenCV can be really useful. Note that matplotlib requires additional dependencies that can be installed using easy_install python-dateutil pyparsing . Make sure you pick the version that fits your Python distribution (e.g. This installs the latest stable version of IPython including the main required and optional dependencies.ĭownload and run the official installers for the latest stable versions of NumPy (numerical routines), SciPy (scientific computing) and matplotlib (graphing library). The easiest way is to run easy_install ipython as an administrator (start button, type cmd, shift+right click on “cmd.exe” and select “Run as administrator”). to C:\Program Files (x86)\ActivePython 2.7.5\. My favourite Python distribution for Windows is ActivePython. Note that its default install path is C:\Python27\, which should be changed, e.g. I also stick to the Win32 (x86) version of Python as a few packages are not available in 圆4 versions, although the major packages do support this. Obviously we need admin rights for all of this.Ī late 2-series Python, such as 2.7.5, provides the best compatibility with most packages, although support for Python 3 is continuously improving.
#PIP INSTALL IPYTHON CANNOT FIND A VERSION HOW TO#
So let’s get started on how to install IPython Notebook on Windows 7. The IPython install page mentions Python distributions such as Anaconda or Enthought Canopy that come with many packages pre-installed, but I prefer to install all bits from scratch, so I know what’s installed. IPython Notebook is a great tool for prototyping algorithms and analysing data interactively, in particular in combination with powerful numerical libraries such as NumPy, SciPy, matplotlib and OpenCV. The recommended way to install Jupyter (new name for IPython Notebook) is now using Anaconda. Update (Feb 2016): These instructions are now outdated.
