Bug 1086970 - Should requires python-six >= 1.6
Summary: Should requires python-six >= 1.6
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-scikit-learn
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Sergio Pascual
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1076578
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-12 04:11 UTC by Ralph Bean
Modified: 2014-04-24 14:57 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-24 14:57:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ralph Bean 2014-04-12 04:11:54 UTC
python-scikit-learn uses features of python-six that were only introduced in the six-1.6 release.  Notably, the allowance of multiple base classes in six.with_metaclass

To duplicate the exception, try running this example script.

http://scikit-learn.org/stable/auto_examples/plot_digits_classification.html#example-plot-digits-classification-py

Installing six-1.6.1 directly from upstream fixes the issue.

Comment 1 Sergio Pascual 2014-04-23 21:03:48 UTC
Could you explain what error or exception are you getting? I can run the exampl without apparent problems

python-scikit-learn-0.14.1-5.fc20.x86_64
python-six-1.5.2-1.fc20.noarch

Comment 2 Ralph Bean 2014-04-24 14:57:32 UTC
Weird.  I can't duplicate the issue anymore.  Thanks for responding!

I'll close as not-a-bug.


Note You need to log in before you can comment on or make changes to this bug.