2013/5/15 Administrator <[email protected]>: > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 401, in > _getencoder > raise IOError("encoder %s not available" % encoder_name) > IOError: encoder jpeg not available
Looks like an error in your PIL installation. More details at SO: http://stackoverflow.com/q/8915296/166749 I've no idea what's causing the other errors; they might be caused by PIL as well, or they might not. If you're not going to do image processing, you can safely ignore these errors. Otherwise, re-install PIL and rerun the tests. -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
