Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created March 13, 2013 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdeil/5155088 to your computer and use it in GitHub Desktop.
Save cdeil/5155088 to your computer and use it in GitHub Desktop.
$ ipython3-3.2
Python 3.2.3 (default, Sep 14 2012, 09:29:22)
Type "copyright", "credits" or "license" for more information.
IPython 0.13.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import skimage
In [2]: skimage.test()
Exception AttributeError: "'UmfpackContext' object has no attribute '_symbolic'" in <bound method UmfpackContext.__del__ of <scipy.sparse.linalg.dsolve.umfpack.umfpack.UmfpackContext object at 0x109f772d0>> ignored
..........................................skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.......skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint16
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint16
skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint16
.E.................................................................................skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint8
..skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint8
............................SSSSS..........................................SSSS..ESSSSSSSS.........skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
S.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
......SSSSSSSSE.........skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint16 to uint8
skimage.dtype_converter: WARNING: Possible precision loss when converting from uint16 to uint8
S....................skimage.dtype_converter: WARNING: Possible precision loss when converting from uint8 to bool
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint8 to bool
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint8 to bool
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint8 to bool
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint8 to bool
......................................EEEEEEEEE............................E..skimage.dtype_converter: WARNING: Possible sign loss when converting negative image of type int8 to positive image of type uint16.
skimage.dtype_converter: WARNING: Possible precision loss when converting from int8 to uint16
.skimage.dtype_converter: WARNING: Possible sign loss when converting negative image of type int8 to positive image of type uint8.
skimage.dtype_converter: WARNING: Possible precision loss when converting from int8 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint8 to int16
......skimage.dtype_converter: WARNING: Possible sign loss when converting negative image of type int16 to positive image of type uint16.
skimage.dtype_converter: WARNING: Possible precision loss when converting from int16 to uint16
.skimage.dtype_converter: WARNING: Possible sign loss when converting negative image of type int16 to positive image of type uint8.
skimage.dtype_converter: WARNING: Possible precision loss when converting from int16 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to int16
..skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint16
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float32 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from uint16 to int16
...skimage.dtype_converter: WARNING: Possible precision loss when converting from uint16 to uint8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to int16
..skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint16
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to uint8
..skimage.dtype_converter: WARNING: Possible sign loss when converting negative image of type int8 to positive image of type uint32.
skimage.dtype_converter: WARNING: Possible precision loss when converting from int8 to uint32
..skimage.dtype_converter: WARNING: Possible precision loss when converting from int32 to int8
.skimage.dtype_converter: WARNING: Possible precision loss when converting from float64 to float32
.skimage.dtype_converter: WARNING: Possible precision loss when converting from int32 to float32
.........................
======================================================================
ERROR: Failure: ImportError (No module named lsoda)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 199, in <module>
from . import distributions
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/distributions.py", line 15, in <module>
from scipy import integrate
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/integrate/__init__.py", line 53, in <module>
from ._ode import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/integrate/_ode.py", line 93, in <module>
import lsoda as _lsoda
ImportError: No module named lsoda
======================================================================
ERROR: test_io.test_imread_url
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/io/tests/test_io.py", line 27, in test_imread_url
image = io.imread(image_url)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/io/_io.py", line 136, in imread
img = call_plugin('imread', f.name, plugin=plugin, **plugin_args)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/io/_plugins/plugin.py", line 100, in call
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/matplotlib/pyplot.py", line 2031, in imread
return _imread(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/matplotlib/image.py", line 1222, in imread
raise ValueError('Only know how to handle extensions: %s; with PIL installed matplotlib can handle more images' % list(handlers.keys()))
ValueError: Only know how to handle extensions: ['png']; with PIL installed matplotlib can handle more images
======================================================================
ERROR: Failure: ImportError (cannot import name vode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/measure/__init__.py", line 4, in <module>
from ._polygon import approximate_polygon, subdivide_polygon
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/measure/_polygon.py", line 2, in <module>
from scipy import signal
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/signal/__init__.py", line 218, in <module>
from .cont2discrete import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/signal/cont2discrete.py", line 11, in <module>
from .ltisys import tf2ss, ss2tf, zpk2ss, ss2zpk
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/signal/ltisys.py", line 18, in <module>
import scipy.integrate as integrate
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/integrate/__init__.py", line 53, in <module>
from ._ode import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/integrate/_ode.py", line 91, in <module>
from . import vode as _vode
ImportError: cannot import name vode
======================================================================
ERROR: test_00_00_empty (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 394, in test_00_00_empty
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_01_01_one_point (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 402, in test_01_01_one_point
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_01_02_adjacent_and_same (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 410, in test_01_02_adjacent_and_same
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_01_03_adjacent_and_different (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 420, in test_01_03_adjacent_and_different
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_01_04_not_adjacent_and_different (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 432, in test_01_04_not_adjacent_and_different
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_01_05_two_objects (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 443, in test_01_05_two_objects
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_01_06_adjacent_different_objects (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 454, in test_01_06_adjacent_different_objects
result = is_local_maximum(image, labels, np.ones((3, 3), bool))
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: test_02_01_four_quadrants (test_watershed.TestIsLocalMaximum)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 470, in test_02_01_four_quadrants
result = is_local_maximum(image, labels, footprint)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: regression test of img-1194, footprint = [1]
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/tests/test_watershed.py", line 481, in test_03_01_disk_1
result = is_local_maximum(image, np.ones((10, 20)), footprint)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/_shared/utils.py", line 41, in wrapped
return func(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/morphology/watershed.py", line 294, in is_local_maximum
from ..feature import peak_local_max
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/__init__.py", line 5, in <module>
from .corner import (corner_kitchen_rosenfeld, corner_harris, corner_shi_tomasi,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/feature/corner.py", line 3, in <module>
from scipy import stats
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/stats/stats.py", line 198, in <module>
from . import futil
ImportError: cannot import name futil
======================================================================
ERROR: Failure: ImportError (cannot import name sigtools)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/transform/__init__.py", line 1, in <module>
from .hough_transform import *
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/transform/hough_transform.py", line 8, in <module>
from skimage import measure, morphology
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/measure/__init__.py", line 4, in <module>
from ._polygon import approximate_polygon, subdivide_polygon
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/skimage/measure/_polygon.py", line 2, in <module>
from scipy import signal
File "/Users/deil/Library/Python/3.2/lib/python/site-packages/scipy/signal/__init__.py", line 210, in <module>
from . import sigtools
ImportError: cannot import name sigtools
----------------------------------------------------------------------
Ran 423 tests in 10.876s
FAILED (SKIP=27, errors=13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment