Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91364 > unrolled thread

Re: Question About Image Processing in Python

Started byOscar Benjamin <oscar.j.benjamin@gmail.com>
First post2015-05-28 12:24 +0100
Last post2015-05-28 12:24 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Question About Image Processing in Python Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2015-05-28 12:24 +0100

#91364 — Re: Question About Image Processing in Python

FromOscar Benjamin <oscar.j.benjamin@gmail.com>
Date2015-05-28 12:24 +0100
SubjectRe: Question About Image Processing in Python
Message-ID<mailman.128.1432812758.5151.python-list@python.org>
On 28 May 2015 at 11:34, Serge Christian Ibala
<christian.ibala@gmail.com> wrote:
> Hello All,
>
> I want to know which version of Python is compatible (or can be associated
> with which version of which "tools or package" for image processing)
>
> I am working under Window and it is so complicated to find out which version
> of which tool goes with which other version?
>
> I want to use the following package
>
> “numpy, matplotib, mahotas, ipython   OpenCV and SciPy"

I would just install the most recent released versions unless I saw
some information that suggested a problem with that.

You may want to consider installing something like the Anaconda Python
distribution which includes most of these packages (all except
mahotas) with a single installer:
http://docs.continuum.io/anaconda/install.html

You can see the list of packages included here:
http://docs.continuum.io/anaconda/pkg-docs.html

It will also install the mingw compiler that you could use to install
mahotas using pip/conda.


--
Oscar

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web