FS#42424 - [python-scipy] Add python-pillow as optional dependancy

Attached to Project: Community Packages
Opened by Joseph Martinot-Lagarde (contrebasse) - Friday, 17 October 2014, 20:30 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 19 November 2014, 21:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-scipy requires python-pillow for some functionalities such as scipy.misc.imsave, as shown in this stackoverflow question: http://stackoverflow.com/questions/19991665/my-scipy-misc-module-appears-to-be-missing-imsave
The same problem appears for the python2 version of the packages.

Additional info:
* package version(s)
* config and/or log files etc.
python-scipy 0.14.0-1
python-pillow 2.6.0-1

Steps to reproduce:
- Install python-scipy but not python-pillow
- Launch 'python -c "from scipy.misc import imsave"' and see it fail
- Install python-pillow
- 'python -c "from scipy.misc import imsave"' works now.
This task depends upon

Closed by  Jelle van der Waa (jelly)
Wednesday, 19 November 2014, 21:16 GMT
Reason for closing:  Implemented
Additional comments about closing:  implemented in svn

Loading...