-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Test failing after new install Ubuntu 14.04 and Scikit learn dev 17+ #4442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like the problem is with PIL / scipy. Can you provide their versions, too? PIL version can be obtained in Python as
scipy:
|
Thanks for the quick assist |
Can you update your scipy to a more recent version, like 0.14? It looks like scipy's |
That did it updated scipy, reran make on Sklearn and all test passed... Thank you. |
Well, we claim we support scipy >= 0.9 so we should fix that. |
@ogrisel do you think we can fix this for 0.16? |
I agree but I don't I time to look into that now. @Barmaley-exe @dartdog would you like to have a look to see if it's possible to change our LFW loader to make it backward compat with old versions of scipy? |
Ok, so the scipy's fix is this one. Apparently, scipy 0.14 is also broken, but somehow I didn't experience the issue. I think, one can form |
You need to install PIL or Pillow to get this test to not be skipped. Try:
|
I have both Pillow and PIL installed, but I can't reproduce the issue. What's weird is that my
Unfortunately, PIL is not on GitHub, nor I was able to find its VCS to track commit history of that line. |
Okay, so it looks like the problem is in an outdated Pillow version. I don't quite get a relation between pillow and PIL, but it looks like the former provides the later. Pillow introduced that check in 2.6.0, and it was fixed in 2.6.1 |
So close this as bug in pillow? |
Thanks for checking @Barmaley-exe |
Pillow is a repackaged version of PIL because the original packaging is broken (does not work with pip). The code should be the same. http://pillow.readthedocs.org/ |
Closing this issue. Thanks @Barmaley-exe ! |
After some issues from a prior install which I finally removed the folders from dist packages and ran make from the cloned repo I get the following which I see had been an issue prior but it seems that my python-joblib is up to date?
The text was updated successfully, but these errors were encountered: