Scipy autotest完成了一个错误

lms*_*asu 6 autotest scipy python-2.7

在Ubuntu 14.04下我安​​装了python 2.76.那么如图SciPy的位置,即通过

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

python -c "import numpy; numpy.test()"没有错误的测试完成,但python -c "import scipy; scipy.test()"结果是:

======================================================================
Run Code Online (Sandbox Code Playgroud)

错误:test_fitpack.TestSplder.test_kink

回溯(最近调用最后一次):文件"/usr/lib/python2.7/dist-packages/nose/case.py",第197行,在runTest中自我.test(*self.arg)文件"/ usr/lib /python2.7/dist-packages/scipy/interpolate/tests/test_fitpack.py",第333行,在test_kink splder中(spl2,1)#应该工作文件"/usr/lib/python2.7/dist-packages/scipy /interpolate/fitpack.py",第1186行,在splder中"并且不可微分%d次")%n)ValueError:样条有内部重复结并且不可微分1次


跑8936测试在77.338s

失败(KNOWNFAIL = 115,SKIP = 191,错误= 1)

我该怎么办?