Description of problem: I just noted that Fedora's scipy remove the bundle six and replace it with standard python six. However, they are not the same! This was discussed here: https://github.com/scipy/scipy/issues/2848 Version-Release number of selected component (if applicable): How reproducible: I'm not a Fedora user and I do not have an installation here to test. But this import should trigger the issue: Steps to Reproduce: from scipy.io import loadmat Actual results: "Cannot import reduce" Expected results: no error message
Seems to work for me: [root@vmf20 ~]# python Python 2.7.5 (default, Nov 12 2013, 16:45:54) [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from scipy.io import loadmat >>>
Reverted.