Travis builds are all failing

Steven Silvester steven.silvester at gmail.com
Tue Sep 2 23:01:38 EDT 2014


JD, the PR that Johannes is referring to installs matplotlib 1.3.1
explicitly on Python 3.2.
https://github.com/scikit-image/scikit-image/pull/1128

- Steve


On Tue, Sep 2, 2014 at 9:56 PM, Johannes Sch önberger <jsch at demuc.de> wrote:

> Imo, I already merged a PR from Steven yesterday, which fixes this. Other
> PRs just need a rebase.
>
> Johannes Sch önberger
>
> On Sep 2, 2014, at 10:26 PM, Josh Warner <silvertrumpet999 at gmail.com>
> wrote:
>
> > The root of the issue is Matplotlib >= 1.4 no longer supports Python
> 3.2. But instead of actually detecting Python 3.2 and terminating the
> install, setup continues until the check for optional pyqt4 dependency
> enters a subprocess and never returns.
> >
> > I filed an issue with Matplotlib at the end of our EuroSciPy sprint
> recommending an assume-fail timeout for such subprocess; hopefully this
> becomes more graceful in the future:
> https://github.com/matplotlib/matplotlib/issues/3444
> >
> > In the meantime, we can work around it either by running extra Qt tests
> on another Python version (which would slow Travis down; we used 3.2 for
> this because of the apt-get binaries for its system Python 3.2) or force
> pip to install Matplotlib version 1.3.1 for the Python 3.2 build.
> >
> > Josh
> >
> > On Wednesday, September 3, 2014 12:55:15 AM UTC+1, Steven Silvester
> wrote:
> > Stéfan,
> >
> > Looking through several the failing builds, a lot of them are suffering
> from not having the latest changes to `travis.yml`, causing the failure on
> Python 3.2.  The other ones look like WIP failures.
> >
> > -Steve
> >
> >
> > On Tuesday, September 2, 2014 5:00:39 AM UTC-5, Stefan van der Walt
> wrote:
> > Hi, everyone
> >
> > If you have time, please have a look at what is going on with
> > Travis-CI--currently failing on all builds.
> >
> > Thanks
> > Stéfan
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "scikit-image" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to scikit-image+unsubscribe at googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "scikit-image" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/scikit-image/DwrGYSfBL4s/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> scikit-image+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20140902/bc5e62eb/attachment.html>


More information about the scikit-image mailing list