Re: [Scikit-learn-general] Failing nose tests related to images

2013-05-15 Thread Administrator
Hi Lars, Thanks very much. I also came to the same conclusion, but after following the instructions from zeantsoi for the OSX environment, I receive the same errors. It's reassuring to know I won't need these unless I do image processing, though. Thanks again, Harold On May 15, 2013, at 12:20

Re: [Scikit-learn-general] Failing nose tests related to images

2013-05-15 Thread Lars Buitinck
2013/5/15 Administrator : > 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://stacko

[Scikit-learn-general] Failing nose tests related to images

2013-05-15 Thread Administrator
Hi scikit-learn experts, I'm just starting out with scikit-learn, and I was wondering if anyone was familiar with the following failed tests from nose. It seems to be related to images, and my environment is Mac OS X 10.7. I appreciate any insight you can give! Thank you, Harold $ nosetests