Page MenuHomePhabricator

pip install -r requirements.txt is failing on python 2.6 builds
Closed, ResolvedPublic

Description

https://travis-ci.org/wikimedia/pywikibot-core/jobs/211056981#L416

The command "pip install -r requirements.txt" failed and exited with 1 during .

Details

Related Changes in Gerrit:

Event Timeline

The installation is failing to install Pillow-4.0.0.

According to http://pillow.readthedocs.io/en/4.0.x/installation.html, Pillow >= 3.5.0 has dropped support for 2.6. I'll submit a change accordingly.

Change 342779 had a related patch set uploaded (by Dalba):
[pywikibot/core] Use Pillow<3.5.0 on python2.6

https://gerrit.wikimedia.org/r/342779

Change 342779 merged by jenkins-bot:
[pywikibot/core] Use Pillow<3.5.0 on python2.6

https://gerrit.wikimedia.org/r/342779