Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91364
| References | <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com> |
|---|---|
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
| Date | 2015-05-28 12:24 +0100 |
| Subject | Re: Question About Image Processing in Python |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.128.1432812758.5151.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Question About Image Processing in Python Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2015-05-28 12:24 +0100
csiph-web