Skip to content
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

Issue installing on python 3.7 conda env #135

Open
torta24x opened this issue Aug 26, 2020 · 2 comments
Open

Issue installing on python 3.7 conda env #135

torta24x opened this issue Aug 26, 2020 · 2 comments

Comments

@torta24x
Copy link

torta24x commented Aug 26, 2020

Sorry for the long error log,
This error log is same on macos as well as ubuntu 18.04
I am using mini conda with python 3.7
Note: It worked when I created a new conda env with python=3.6 on both mac and ubuntu os.

The issue is with building scikit-image wheel.

 Building wheel for scikit-image (setup.py) ... error
  ERROR: Command errored out with exit status 1:

Error log if you are intrested.

(dbai) hemants-MacBook-Pro:dev_data$ pip install image_match
Processing /Users//Library/Caches/pip/wheels/a7/a4/e0/eadac4692548e87ddbb8bb562a23298ad40ecd61ef594c30c1/image_match-1.1.2-py3-none-any.whl
Collecting scikit-image<0.13,>=0.12
  Using cached scikit-image-0.12.3.tar.gz (20.7 MB)
Requirement already satisfied: elasticsearch<2.4,>=2.3 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from image_match) (2.3.0)
Requirement already satisfied: six>=1.7.3 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from scikit-image<0.13,>=0.12->image_match) (1.15.0)
Requirement already satisfied: networkx>=1.8 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from scikit-image<0.13,>=0.12->image_match) (2.5)
Requirement already satisfied: pillow>=2.1.0 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from scikit-image<0.13,>=0.12->image_match) (7.2.0)
Requirement already satisfied: dask[array]>=0.5.0 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from scikit-image<0.13,>=0.12->image_match) (2.24.0)
Requirement already satisfied: urllib3<2.0,>=1.8 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from elasticsearch<2.4,>=2.3->image_match) (1.25.10)
Requirement already satisfied: decorator>=4.3.0 in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from networkx>=1.8->scikit-image<0.13,>=0.12->image_match) (4.4.2)
Requirement already satisfied: pyyaml in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from dask[array]>=0.5.0->scikit-image<0.13,>=0.12->image_match) (5.3.1)
Requirement already satisfied: numpy>=1.13.0; extra == "array" in /Users//miniconda3/envs/dbai/lib/python3.7/site-packages (from dask[array]>=0.5.0->scikit-image<0.13,>=0.12->image_match) (1.19.1)
Requirement already satisfied: toolz>=0.8.2; extra == "array" in /Users/miniconda3/envs/dbai/lib/python3.7/site-packages (from dask[array]>=0.5.0->scikit-image<0.13,>=0.12->image_match) (0.10.0)
Building wheels for collected packages: scikit-image
  Building wheel for scikit-image (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/miniconda3/envs/dbai/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/setup.py'"'"'; __file__='"'"'/private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-wheel-e21f8ydr
       cwd: /private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/
  Complete output (612 lines):
  Partial import of skimage during the build process.
  running bdist_wheel
  running build
  running config_cc
  unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  running config_fc
  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  running build_src
  build_src
  building extension "skimage._shared.geometry" sources
  building extension "skimage._shared.transform" sources
  building extension "skimage._shared.interpolation" sources
  building extension "skimage.draw._draw" sources
  building extension "skimage.feature.corner_cy" sources
  building extension "skimage.feature.censure_cy" sources
  building extension "skimage.feature.orb_cy" sources
  building extension "skimage.feature.brief_cy" sources
  building extension "skimage.feature._texture" sources
  building extension "skimage.feature._hessian_det_appx" sources
  building extension "skimage.feature._hoghistogram" sources
  building extension "skimage.restoration._unwrap_1d" sources
  building extension "skimage.restoration._unwrap_2d" sources
  building extension "skimage.restoration._unwrap_3d" sources
  building extension "skimage.restoration._denoise_cy" sources
  building extension "skimage.restoration._nl_means_denoising" sources
  building extension "skimage.filters._ctmf" sources
  building extension "skimage.filters.rank.core_cy" sources
  building extension "skimage.filters.rank.generic_cy" sources
  building extension "skimage.filters.rank.percentile_cy" sources
  building extension "skimage.filters.rank.bilateral_cy" sources
  building extension "skimage.future.graph._ncut_cy" sources
  building extension "skimage.graph._spath" sources
  building extension "skimage.graph._mcp" sources
  building extension "skimage.graph.heap" sources
  building extension "skimage.io._plugins._colormixer" sources
  building extension "skimage.io._plugins._histograms" sources
  building extension "skimage.measure._ccomp" sources
  building extension "skimage.measure._find_contours_cy" sources
  building extension "skimage.measure._moments_cy" sources
  building extension "skimage.measure._marching_cubes_cy" sources
  building extension "skimage.measure._pnpoly" sources
  building extension "skimage.morphology._watershed" sources
  building extension "skimage.morphology._skeletonize_cy" sources
  building extension "skimage.morphology._convex_hull" sources
  building extension "skimage.morphology._greyreconstruct" sources
  building extension "skimage.morphology._skeletonize_3d_cy" sources
  building extension "skimage.transform._hough_transform" sources
  building extension "skimage.transform._warps_cy" sources
  building extension "skimage.transform._radon_transform" sources
  building extension "skimage.transform._seam_carving" sources
  building extension "skimage.segmentation._felzenszwalb_cy" sources
  building extension "skimage.segmentation._quickshift" sources
  building extension "skimage.segmentation._slic" sources
  building extension "skimage.external.tifffile._tifffile" sources
  building data_files sources
  build_src: building npy-pkg config files
  running build_py
  creating build
  creating build/lib.macosx-10.7-x86_64-3.7
  creating build/lib.macosx-10.7-x86_64-3.7/skimage
  copying skimage/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage
  copying skimage/_build.py -> build/lib.macosx-10.7-x86_64-3.7/skimage
  copying skimage/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/_gabor.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/thresholding.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/edges.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/_rank_order.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/lpi_filter.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  copying skimage/filters/_gaussian.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
  copying skimage/exposure/exposure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
  copying skimage/exposure/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
  copying skimage/exposure/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
  copying skimage/exposure/_adapthist.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/inpaint.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/non_local_means.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/deconvolution.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/unwrap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/uft.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  copying skimage/restoration/_denoise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/colormap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/dtype.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/apply_parallel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/unique.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/montage.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/noise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/shape.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/arraypad.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  copying skimage/util/_regular_grid.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/boundaries.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/random_walker_segmentation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/_felzenszwalb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/_join.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/slic_superpixels.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/active_contour_model.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  copying skimage/segmentation/_clear_border.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/novice
  copying skimage/novice/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice
  copying skimage/novice/_novice.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/color
  copying skimage/color/colorlabel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
  copying skimage/color/colorconv.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
  copying skimage/color/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
  copying skimage/color/delta_e.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
  copying skimage/color/adapt_rgb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
  copying skimage/color/rgb_colors.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/sift.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/manage_plugins.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/_image_stack.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/_io.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  copying skimage/io/collection.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/graph
  copying skimage/graph/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
  copying skimage/graph/spath.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
  copying skimage/graph/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
  copying skimage/graph/mcp.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer
  copying skimage/viewer/qt.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer
  copying skimage/viewer/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/scripts
  copying skimage/scripts/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/scripts
  copying skimage/scripts/skivi.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/scripts
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_regionprops.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/fit.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_moments.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_find_contours.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_polygon.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_structural_similarity.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/profile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_label.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/block.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/_marching_cubes.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  copying skimage/measure/simple_metrics.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/_tempfile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/_warnings.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/_geometry.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/utils.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/testing.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  copying skimage/_shared/version_requirements.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/misc.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/binary.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/convex_hull.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/_skeletonize_3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/watershed.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/greyreconstruct.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/_skeletonize.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/selem.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  copying skimage/morphology/grey.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/_canny.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/register_translation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/orb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/_daisy.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/brief.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/_hog.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/censure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/peak.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/corner.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/texture.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/template.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/blob.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  copying skimage/feature/match.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/external
  copying skimage/external/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external
  copying skimage/external/test_tifffile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external
  copying skimage/external/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/filter
  copying skimage/filter/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filter
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/data
  copying skimage/data/_binary_blobs.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data
  copying skimage/data/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/_warps.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/integral.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/_geometric.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/pyramids.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/hough_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/seam_carving.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  copying skimage/transform/finite_radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/draw
  copying skimage/draw/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
  copying skimage/draw/draw3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
  copying skimage/draw/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
  copying skimage/draw/draw.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/future
  copying skimage/future/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future
  copying skimage/future/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_median.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_deprecated_imports.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_lpi_filter.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_gaussian.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_thresholding.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_edges.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  copying skimage/filters/tests/test_gabor.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
  copying skimage/filters/rank/generic.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
  copying skimage/filters/rank/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
  copying skimage/filters/rank/bilateral.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
  copying skimage/filters/rank/_percentile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank/tests
  copying skimage/filters/rank/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank/tests
  copying skimage/filters/rank/tests/test_rank.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/exposure/tests
  copying skimage/exposure/tests/test_exposure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure/tests
  copying skimage/exposure/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
  copying skimage/restoration/tests/test_inpaint.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
  copying skimage/restoration/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
  copying skimage/restoration/tests/test_restoration.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
  copying skimage/restoration/tests/test_unwrap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
  copying skimage/restoration/tests/test_denoise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_unique_rows.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_shape.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_montage.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_apply_parallel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_arraypad.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_regular_grid.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_dtype.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  copying skimage/util/tests/test_random_noise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_active_contour_model.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_felzenszwalb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_slic.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_join.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_random_walker.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_clear_border.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_quickshift.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  copying skimage/segmentation/tests/test_boundaries.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/novice/tests
  copying skimage/novice/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice/tests
  copying skimage/novice/tests/test_novice.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
  copying skimage/color/tests/test_adapt_rgb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
  copying skimage/color/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
  copying skimage/color/tests/test_colorlabel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
  copying skimage/color/tests/test_colorconv.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
  copying skimage/color/tests/test_delta_e.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_fits.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_sift.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_multi_image.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_imageio.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_collection.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_tifffile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_io.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_imread.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_simpleitk.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_mpl_imshow.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_pil.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_plugin_util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_freeimage.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_colormixer.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  copying skimage/io/tests/test_histograms.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/qt_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/test_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/q_color_mixer.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/pil_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/imageio_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/q_histogram.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/fits_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/gdal_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/gtk_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/matplotlib_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/tifffile_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/simpleitk_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/freeimage_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/skivi.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  copying skimage/io/_plugins/imread_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/test_flexible.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/test_heap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/test_connect.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/test_mcp.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/test_anisotropy.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  copying skimage/graph/tests/test_spath.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/measure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/lineprofile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/labelplugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/overlayplugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/canny.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/crop.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/plotplugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/base.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  copying skimage/viewer/plugins/color_histogram.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  copying skimage/viewer/tests/test_utils.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  copying skimage/viewer/tests/test_plugins.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  copying skimage/viewer/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  copying skimage/viewer/tests/test_viewer.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  copying skimage/viewer/tests/test_widgets.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  copying skimage/viewer/tests/test_tools.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
  copying skimage/viewer/utils/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
  copying skimage/viewer/utils/core.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
  copying skimage/viewer/utils/dialogs.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
  copying skimage/viewer/utils/canvas.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/viewers
  copying skimage/viewer/viewers/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/viewers
  copying skimage/viewer/viewers/core.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/viewers
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
  copying skimage/viewer/widgets/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
  copying skimage/viewer/widgets/core.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
  copying skimage/viewer/widgets/history.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
  copying skimage/viewer/canvastools/painttool.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
  copying skimage/viewer/canvastools/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
  copying skimage/viewer/canvastools/recttool.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
  copying skimage/viewer/canvastools/linetool.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
  copying skimage/viewer/canvastools/base.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_marching_cubes.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_structural_similarity.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_simple_metrics.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_block.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_regionprops.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_fit.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_profile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_moments.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_polygon.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_find_contours.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  copying skimage/measure/tests/test_pnpoly.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/test_interpolation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/test_utils.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/test_version_requirements.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/test_safe_as_int.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/test_geometry.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  copying skimage/_shared/tests/test_testing.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_misc.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_selem.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_watershed.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_ccomp.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_convex_hull.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_skeletonize_3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_binary.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_skeletonize.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_reconstruction.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  copying skimage/morphology/tests/test_grey.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_corner.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_censure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_match.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_orb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_daisy.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_register_translation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_texture.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_peak.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_blob.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_hog.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_brief.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_template.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  copying skimage/feature/tests/test_canny.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/external/tifffile
  copying skimage/external/tifffile/tifffile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external/tifffile
  copying skimage/external/tifffile/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external/tifffile
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/filter/rank
  copying skimage/filter/rank/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filter/rank
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/data/tests
  copying skimage/data/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data/tests
  copying skimage/data/tests/test_data.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_integral.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_seam_carving.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_finite_radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_hough_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_geometric.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_pyramids.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  copying skimage/transform/tests/test_warps.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
  copying skimage/draw/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
  copying skimage/draw/tests/test_draw.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
  copying skimage/draw/tests/test_draw3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
  creating build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  copying skimage/future/graph/graph_cut.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  copying skimage/future/graph/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  copying skimage/future/graph/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  copying skimage/future/graph/rag.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  copying skimage/future/graph/_ncut.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  copying skimage/future/graph/graph_merge.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
  running build_ext
  customize UnixCCompiler
  customize UnixCCompiler using build_ext
  building 'skimage._shared.geometry' extension
  compiling C sources
  C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/include -arch x86_64
  
  creating build/temp.macosx-10.7-x86_64-3.7/skimage
  creating build/temp.macosx-10.7-x86_64-3.7/skimage/_shared
  compile options: '-I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/include/python3.7m -c'
  gcc: skimage/_shared/geometry.c
  skimage/_shared/geometry.c:1651:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
  static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                             ^
  skimage/_shared/geometry.c:1648:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
  static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
                                 ^
  skimage/_shared/geometry.c:1713:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
  static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
                           ^
  skimage/_shared/geometry.c:1763:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
  static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                  ^
  skimage/_shared/geometry.c:1825:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
  static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                  ^
  skimage/_shared/geometry.c:1148:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
  static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                 ^
  skimage/_shared/geometry.c:1199:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
  static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                            ^
  skimage/_shared/geometry.c:1383:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
  static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
                           ^
  8 warnings generated.
  gcc -bundle -undefined dynamic_lookup -L/Users/miniconda3/envs/dbai/lib -arch x86_64 -L/Users/miniconda3/envs/dbai/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.7-x86_64-3.7/skimage/_shared/geometry.o -o build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/geometry.cpython-37m-darwin.so
  building 'skimage._shared.transform' extension
  compiling C sources
  C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/include -arch x86_64
  
  compile options: '-I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/include/python3.7m -c'
  gcc: skimage/_shared/transform.c
  In file included from skimage/_shared/transform.c:250:
  In file included from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  In file included from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
  In file included from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
  /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with "          "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
  #warning "Using deprecated NumPy API, disable it with " \
   ^
  skimage/_shared/transform.c:3182:134: warning: code will never be executed [-Wunreachable-code]
      __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 794; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                       ^~~~~~~
  skimage/_shared/transform.c:4404:134: warning: code will never be executed [-Wunreachable-code]
      __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_1); __Pyx_INCREF(__pyx_t_3); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 147; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                       ^~~~~~~
  skimage/_shared/transform.c:6381:138: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_5 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_5); __pyx_t_3++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                           ^~~~~~~
  skimage/_shared/transform.c:6373:137: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_5 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_5); __pyx_t_3++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                          ^~~~~~~
  skimage/_shared/transform.c:9914:138: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_7 = PyTuple_GET_ITEM(__pyx_t_4, __pyx_t_5); __Pyx_INCREF(__pyx_t_7); __pyx_t_5++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                           ^~~~~~~
  skimage/_shared/transform.c:9906:137: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_7 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_5); __Pyx_INCREF(__pyx_t_7); __pyx_t_5++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                          ^~~~~~~
  skimage/_shared/transform.c:10531:138: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_9 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_7); __Pyx_INCREF(__pyx_t_9); __pyx_t_7++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 704; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                           ^~~~~~~
  skimage/_shared/transform.c:10523:137: warning: code will never be executed [-Wunreachable-code]
          __pyx_t_9 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_7); __Pyx_INCREF(__pyx_t_9); __pyx_t_7++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 704; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                          ^~~~~~~
  skimage/_shared/transform.c:17506:21: error: no member named 'exc_type' in 'struct _ts'
      *type = tstate->exc_type;
              ~~~~~~  ^
  skimage/_shared/transform.c:17507:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
      *value = tstate->exc_value;
                       ^~~~~~~~~
                       curexc_value
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
      PyObject *curexc_value;
                ^
  skimage/_shared/transform.c:17508:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
      *tb = tstate->exc_traceback;
                    ^~~~~~~~~~~~~
                    curexc_traceback
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
      PyObject *curexc_traceback;
                ^
  skimage/_shared/transform.c:17520:24: error: no member named 'exc_type' in 'struct _ts'
      tmp_type = tstate->exc_type;
                 ~~~~~~  ^
  skimage/_shared/transform.c:17521:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
      tmp_value = tstate->exc_value;
                          ^~~~~~~~~
                          curexc_value
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
      PyObject *curexc_value;
                ^
  skimage/_shared/transform.c:17522:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
      tmp_tb = tstate->exc_traceback;
                       ^~~~~~~~~~~~~
                       curexc_traceback
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
      PyObject *curexc_traceback;
                ^
  skimage/_shared/transform.c:17523:13: error: no member named 'exc_type' in 'struct _ts'
      tstate->exc_type = type;
      ~~~~~~  ^
  skimage/_shared/transform.c:17524:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
      tstate->exc_value = value;
              ^~~~~~~~~
              curexc_value
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
      PyObject *curexc_value;
                ^
  skimage/_shared/transform.c:17525:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
      tstate->exc_traceback = tb;
              ^~~~~~~~~~~~~
              curexc_traceback
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
      PyObject *curexc_traceback;
                ^
  skimage/_shared/transform.c:17568:24: error: no member named 'exc_type' in 'struct _ts'
      tmp_type = tstate->exc_type;
                 ~~~~~~  ^
  skimage/_shared/transform.c:17569:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
      tmp_value = tstate->exc_value;
                          ^~~~~~~~~
                          curexc_value
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
      PyObject *curexc_value;
                ^
  skimage/_shared/transform.c:17570:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
      tmp_tb = tstate->exc_traceback;
                       ^~~~~~~~~~~~~
                       curexc_traceback
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
      PyObject *curexc_traceback;
                ^
  skimage/_shared/transform.c:17571:13: error: no member named 'exc_type' in 'struct _ts'
      tstate->exc_type = local_type;
      ~~~~~~  ^
  skimage/_shared/transform.c:17572:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
      tstate->exc_value = local_value;
              ^~~~~~~~~
              curexc_value
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
      PyObject *curexc_value;
                ^
  skimage/_shared/transform.c:17573:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
      tstate->exc_traceback = local_tb;
              ^~~~~~~~~~~~~
              curexc_traceback
  /Use/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
      PyObject *curexc_traceback;
                ^
  skimage/_shared/transform.c:17595:24: error: no member named 'exc_type' in 'struct _ts'
      tmp_type = tstate->exc_type;
                 ~~~~~~  ^
  skimage/_shared/transform.c:17596:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
      tmp_value = tstate->exc_value;
                          ^~~~~~~~~
                          curexc_value
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
      PyObject *curexc_value;
                ^
  skimage/_shared/transform.c:17597:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
      tmp_tb = tstate->exc_traceback;
                       ^~~~~~~~~~~~~
                       curexc_traceback
  /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
     *curexc_traceback;
                ^
  skimage/_shared/transform.c:17598:13: error: no member named 'exc_type' in 'struct _ts'
      tstate->exc_type = *type;
      ~~~~~~  ^
  fatal error: too many errors emitted, stopping now [-ferror-limit=]
  9 warnings and 20 errors generated.
  error: Command "gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/include/python3.7m -c skimage/_shared/transform.c -o build/temp.macosx-10.7-x86_64-3.7/skimage/_shared/transform.o -MMD -MF build/temp.macosx-10.7-x86_64-3.7/skimage/_shared/transform.o.d" failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for scikit-image
  Running setup.py clean for scikit-image
Failed to build scikit-image
DEPRECATION: Could not build wheels for scikit-image which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Installing collected packages: scikit-image, image-match
  Attempting uninstall: scikit-image
    Found existing installation: scikit-image 0.17.2
    Uninstalling scikit-image-0.17.2:
      Successfully uninstalled scikit-image-0.17.2
    Running setup.py install for scikit-image ... error
    ERROR: Command errored out with exit status 1:
     command: /Users/miniconda3/envs/dbai/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/setup.py'"'"'; __file__='"'"'/private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-record-w5jalzm7/install-record.txt --single-version-externally-managed --compile --install-headers /Users/miniconda3/envs/dbai/include/python3.7m/scikit-image
         cwd: /private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/
    Complete output (612 lines):
    Partial import of skimage during the build process.
    running install
    running build
    running config_cc
    unifing config_cc, config, build_clib, build_ext, build commands --compiler options
    running config_fc
    unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
    running build_src
    build_src
    building extension "skimage._shared.geometry" sources
    building extension "skimage._shared.transform" sources
    building extension "skimage._shared.interpolation" sources
    building extension "skimage.draw._draw" sources
    building extension "skimage.feature.corner_cy" sources
    building extension "skimage.feature.censure_cy" sources
    building extension "skimage.feature.orb_cy" sources
    building extension "skimage.feature.brief_cy" sources
    building extension "skimage.feature._texture" sources
    building extension "skimage.feature._hessian_det_appx" sources
    building extension "skimage.feature._hoghistogram" sources
    building extension "skimage.restoration._unwrap_1d" sources
    building extension "skimage.restoration._unwrap_2d" sources
    building extension "skimage.restoration._unwrap_3d" sources
    building extension "skimage.restoration._denoise_cy" sources
    building extension "skimage.restoration._nl_means_denoising" sources
    building extension "skimage.filters._ctmf" sources
    building extension "skimage.filters.rank.core_cy" sources
    building extension "skimage.filters.rank.generic_cy" sources
    building extension "skimage.filters.rank.percentile_cy" sources
    building extension "skimage.filters.rank.bilateral_cy" sources
    building extension "skimage.future.graph._ncut_cy" sources
    building extension "skimage.graph._spath" sources
    building extension "skimage.graph._mcp" sources
    building extension "skimage.graph.heap" sources
    building extension "skimage.io._plugins._colormixer" sources
    building extension "skimage.io._plugins._histograms" sources
    building extension "skimage.measure._ccomp" sources
    building extension "skimage.measure._find_contours_cy" sources
    building extension "skimage.measure._moments_cy" sources
    building extension "skimage.measure._marching_cubes_cy" sources
    building extension "skimage.measure._pnpoly" sources
    building extension "skimage.morphology._watershed" sources
    building extension "skimage.morphology._skeletonize_cy" sources
    building extension "skimage.morphology._convex_hull" sources
    building extension "skimage.morphology._greyreconstruct" sources
    building extension "skimage.morphology._skeletonize_3d_cy" sources
    building extension "skimage.transform._hough_transform" sources
    building extension "skimage.transform._warps_cy" sources
    building extension "skimage.transform._radon_transform" sources
    building extension "skimage.transform._seam_carving" sources
    building extension "skimage.segmentation._felzenszwalb_cy" sources
    building extension "skimage.segmentation._quickshift" sources
    building extension "skimage.segmentation._slic" sources
    building extension "skimage.external.tifffile._tifffile" sources
    building data_files sources
    build_src: building npy-pkg config files
    running build_py
    creating build
    creating build/lib.macosx-10.7-x86_64-3.7
    creating build/lib.macosx-10.7-x86_64-3.7/skimage
    copying skimage/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage
    copying skimage/_build.py -> build/lib.macosx-10.7-x86_64-3.7/skimage
    copying skimage/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/_gabor.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/thresholding.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/edges.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/_rank_order.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/lpi_filter.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    copying skimage/filters/_gaussian.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
    copying skimage/exposure/exposure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
    copying skimage/exposure/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
    copying skimage/exposure/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
    copying skimage/exposure/_adapthist.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/inpaint.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/non_local_means.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/deconvolution.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/unwrap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/uft.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    copying skimage/restoration/_denoise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/colormap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/dtype.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/apply_parallel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/unique.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/montage.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/noise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/shape.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/arraypad.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    copying skimage/util/_regular_grid.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/boundaries.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/random_walker_segmentation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/_felzenszwalb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/_join.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/slic_superpixels.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/active_contour_model.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    copying skimage/segmentation/_clear_border.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/novice
    copying skimage/novice/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice
    copying skimage/novice/_novice.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/color
    copying skimage/color/colorlabel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
    copying skimage/color/colorconv.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
    copying skimage/color/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
    copying skimage/color/delta_e.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
    copying skimage/color/adapt_rgb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
    copying skimage/color/rgb_colors.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/sift.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/manage_plugins.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/_image_stack.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/_io.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    copying skimage/io/collection.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/graph
    copying skimage/graph/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
    copying skimage/graph/spath.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
    copying skimage/graph/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
    copying skimage/graph/mcp.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer
    copying skimage/viewer/qt.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer
    copying skimage/viewer/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/scripts
    copying skimage/scripts/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/scripts
    copying skimage/scripts/skivi.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/scripts
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_regionprops.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/fit.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_moments.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_find_contours.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_polygon.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_structural_similarity.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/profile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_label.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/block.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/_marching_cubes.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    copying skimage/measure/simple_metrics.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/_tempfile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/_warnings.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/_geometry.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/utils.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/testing.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    copying skimage/_shared/version_requirements.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/misc.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/binary.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/convex_hull.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/_skeletonize_3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/watershed.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/greyreconstruct.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/_skeletonize.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/selem.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    copying skimage/morphology/grey.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/_canny.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/register_translation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/orb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/_daisy.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/brief.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/_hog.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/censure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/peak.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/corner.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/texture.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/template.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/blob.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    copying skimage/feature/match.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/external
    copying skimage/external/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external
    copying skimage/external/test_tifffile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external
    copying skimage/external/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/filter
    copying skimage/filter/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filter
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/data
    copying skimage/data/_binary_blobs.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data
    copying skimage/data/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/_warps.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/integral.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/_geometric.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/pyramids.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/hough_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/seam_carving.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    copying skimage/transform/finite_radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/draw
    copying skimage/draw/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
    copying skimage/draw/draw3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
    copying skimage/draw/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
    copying skimage/draw/draw.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/future
    copying skimage/future/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future
    copying skimage/future/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_median.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_deprecated_imports.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_lpi_filter.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_gaussian.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_thresholding.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_edges.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    copying skimage/filters/tests/test_gabor.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
    copying skimage/filters/rank/generic.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
    copying skimage/filters/rank/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
    copying skimage/filters/rank/bilateral.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
    copying skimage/filters/rank/_percentile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank/tests
    copying skimage/filters/rank/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank/tests
    copying skimage/filters/rank/tests/test_rank.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filters/rank/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/exposure/tests
    copying skimage/exposure/tests/test_exposure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure/tests
    copying skimage/exposure/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/exposure/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
    copying skimage/restoration/tests/test_inpaint.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
    copying skimage/restoration/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
    copying skimage/restoration/tests/test_restoration.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
    copying skimage/restoration/tests/test_unwrap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
    copying skimage/restoration/tests/test_denoise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/restoration/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_unique_rows.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_shape.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_montage.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_apply_parallel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_arraypad.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_regular_grid.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_dtype.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    copying skimage/util/tests/test_random_noise.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/util/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_active_contour_model.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_felzenszwalb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_slic.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_join.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_random_walker.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_clear_border.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_quickshift.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    copying skimage/segmentation/tests/test_boundaries.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/segmentation/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/novice/tests
    copying skimage/novice/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice/tests
    copying skimage/novice/tests/test_novice.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/novice/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
    copying skimage/color/tests/test_adapt_rgb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
    copying skimage/color/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
    copying skimage/color/tests/test_colorlabel.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
    copying skimage/color/tests/test_colorconv.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
    copying skimage/color/tests/test_delta_e.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/color/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_fits.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_sift.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_multi_image.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_imageio.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_collection.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_tifffile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_io.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_imread.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_simpleitk.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_mpl_imshow.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_pil.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_plugin_util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_freeimage.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_colormixer.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    copying skimage/io/tests/test_histograms.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/qt_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/test_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/q_color_mixer.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/pil_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/imageio_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/q_histogram.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/fits_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/gdal_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/gtk_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/matplotlib_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/tifffile_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/simpleitk_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/freeimage_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/skivi.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    copying skimage/io/_plugins/imread_plugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/io/_plugins
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/test_flexible.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/test_heap.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/test_connect.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/test_mcp.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/test_anisotropy.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    copying skimage/graph/tests/test_spath.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/graph/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/measure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/lineprofile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/labelplugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/overlayplugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/canny.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/crop.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/plotplugin.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/base.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    copying skimage/viewer/plugins/color_histogram.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/plugins
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    copying skimage/viewer/tests/test_utils.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    copying skimage/viewer/tests/test_plugins.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    copying skimage/viewer/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    copying skimage/viewer/tests/test_viewer.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    copying skimage/viewer/tests/test_widgets.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    copying skimage/viewer/tests/test_tools.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
    copying skimage/viewer/utils/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
    copying skimage/viewer/utils/core.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
    copying skimage/viewer/utils/dialogs.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
    copying skimage/viewer/utils/canvas.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/utils
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/viewers
    copying skimage/viewer/viewers/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/viewers
    copying skimage/viewer/viewers/core.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/viewers
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
    copying skimage/viewer/widgets/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
    copying skimage/viewer/widgets/core.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
    copying skimage/viewer/widgets/history.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/widgets
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
    copying skimage/viewer/canvastools/painttool.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
    copying skimage/viewer/canvastools/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
    copying skimage/viewer/canvastools/recttool.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
    copying skimage/viewer/canvastools/linetool.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
    copying skimage/viewer/canvastools/base.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/viewer/canvastools
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_marching_cubes.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_structural_similarity.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_simple_metrics.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_block.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_regionprops.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_fit.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_profile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_moments.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_polygon.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_find_contours.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    copying skimage/measure/tests/test_pnpoly.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/measure/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/test_interpolation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/test_utils.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/test_version_requirements.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/test_safe_as_int.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/test_geometry.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    copying skimage/_shared/tests/test_testing.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_misc.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_selem.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_watershed.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_ccomp.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_convex_hull.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_skeletonize_3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_binary.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_skeletonize.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_reconstruction.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    copying skimage/morphology/tests/test_grey.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/morphology/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_corner.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_censure.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_match.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_util.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_orb.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_daisy.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_register_translation.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_texture.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_peak.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_blob.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_hog.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_brief.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_template.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    copying skimage/feature/tests/test_canny.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/feature/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/external/tifffile
    copying skimage/external/tifffile/tifffile.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external/tifffile
    copying skimage/external/tifffile/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/external/tifffile
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/filter/rank
    copying skimage/filter/rank/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/filter/rank
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/data/tests
    copying skimage/data/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data/tests
    copying skimage/data/tests/test_data.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/data/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_integral.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_seam_carving.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_finite_radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_hough_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_radon_transform.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_geometric.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_pyramids.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    copying skimage/transform/tests/test_warps.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/transform/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
    copying skimage/draw/tests/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
    copying skimage/draw/tests/test_draw.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
    copying skimage/draw/tests/test_draw3d.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/draw/tests
    creating build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    copying skimage/future/graph/graph_cut.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    copying skimage/future/graph/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    copying skimage/future/graph/setup.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    copying skimage/future/graph/rag.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    copying skimage/future/graph/_ncut.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    copying skimage/future/graph/graph_merge.py -> build/lib.macosx-10.7-x86_64-3.7/skimage/future/graph
    running build_ext
    customize UnixCCompiler
    customize UnixCCompiler using build_ext
    building 'skimage._shared.geometry' extension
    compiling C sources
    C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/include -arch x86_64
    
    creating build/temp.macosx-10.7-x86_64-3.7/skimage
    creating build/temp.macosx-10.7-x86_64-3.7/skimage/_shared
    compile options: '-I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/include/python3.7m -c'
    gcc: skimage/_shared/geometry.c
    skimage/_shared/geometry.c:1651:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    skimage/_shared/geometry.c:1648:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
                                   ^
    skimage/_shared/geometry.c:1713:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
    static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
                             ^
    skimage/_shared/geometry.c:1763:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    skimage/_shared/geometry.c:1825:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    skimage/_shared/geometry.c:1148:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    skimage/_shared/geometry.c:1199:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    skimage/_shared/geometry.c:1383:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
                             ^
    8 warnings generated.
    gcc -bundle -undefined dynamic_lookup -L/Users/miniconda3/envs/dbai/lib -arch x86_64 -L/Users/miniconda3/envs/dbai/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.7-x86_64-3.7/skimage/_shared/geometry.o -o build/lib.macosx-10.7-x86_64-3.7/skimage/_shared/geometry.cpython-37m-darwin.so
    building 'skimage._shared.transform' extension
    compiling C sources
    C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/include -arch x86_64
    
    compile options: '-I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/include/python3.7m -c'
    gcc: skimage/_shared/transform.c
    In file included from skimage/_shared/transform.c:250:
    In file included from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
    In file included from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
    In file included from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:
    /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with "          "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
    #warning "Using deprecated NumPy API, disable it with " \
     ^
    skimage/_shared/transform.c:3182:134: warning: code will never be executed [-Wunreachable-code]
        __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 794; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                         ^~~~~~~
    skimage/_shared/transform.c:4404:134: warning: code will never be executed [-Wunreachable-code]
        __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_1); __Pyx_INCREF(__pyx_t_3); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 147; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                         ^~~~~~~
    skimage/_shared/transform.c:6381:138: warning: code will never be executed [-Wunreachable-code]
            __pyx_t_5 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_5); __pyx_t_3++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                             ^~~~~~~
    skimage/_shared/transform.c:6373:137: warning: code will never be executed [-Wunreachable-code]
            __pyx_t_5 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_5); __pyx_t_3++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                            ^~~~~~~
    skimage/_shared/transform.c:9914:138: warning: code will never be executed [-Wunreachable-code]
            __pyx_t_7 = PyTuple_GET_ITEM(__pyx_t_4, __pyx_t_5); __Pyx_INCREF(__pyx_t_7); __pyx_t_5++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                             ^~~~~~~
    skimage/_shared/transform.c:9906:137: warning: code will never be executed [-Wunreachable-code]
            __pyx_t_7 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_5); __Pyx_INCREF(__pyx_t_7); __pyx_t_5++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                            ^~~~~~~
    skimage/_shared/transform.c:10531:138: warning: code will never be executed [-Wunreachable-code]
            __pyx_t_9 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_7); __Pyx_INCREF(__pyx_t_9); __pyx_t_7++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 704; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                             ^~~~~~~
    skimage/_shared/transform.c:10523:137: warning: code will never be executed [-Wunreachable-code]
            __pyx_t_9 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_7); __Pyx_INCREF(__pyx_t_9); __pyx_t_7++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 704; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
                                                                                                                                            ^~~~~~~
    skimage/_shared/transform.c:17506:21: error: no member named 'exc_type' in 'struct _ts'
        *type = tstate->exc_type;
                ~~~~~~  ^
    skimage/_shared/transform.c:17507:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
        *value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
        PyObject *curexc_value;
                  ^
    skimage/_shared/transform.c:17508:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        *tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    skimage/_shared/transform.c:17520:24: error: no member named 'exc_type' in 'struct _ts'
        tmp_type = tstate->exc_type;
                   ~~~~~~  ^
    skimage/_shared/transform.c:17521:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
        tmp_value = tstate->exc_value;
                            ^~~~~~~~~
                            curexc_value
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
        PyObject *curexc_value;
                  ^
    skimage/_shared/transform.c:17522:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        tmp_tb = tstate->exc_traceback;
                         ^~~~~~~~~~~~~
                         curexc_traceback
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    skimage/_shared/transform.c:17523:13: error: no member named 'exc_type' in 'struct _ts'
        tstate->exc_type = type;
        ~~~~~~  ^
    skimage/_shared/transform.c:17524:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
        tstate->exc_value = value;
                ^~~~~~~~~
                curexc_value
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
        PyObject *curexc_value;
                  ^
    skimage/_shared/transform.c:17525:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        tstate->exc_traceback = tb;
                ^~~~~~~~~~~~~
                curexc_traceback
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    skimage/_shared/transform.c:17568:24: error: no member named 'exc_type' in 'struct _ts'
        tmp_type = tstate->exc_type;
                   ~~~~~~  ^
    skimage/_shared/transform.c:17569:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
        tmp_value = tstate->exc_value;
                            ^~~~~~~~~
                            curexc_value
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
        PyObject *curexc_value;
                  ^
    skimage/_shared/transform.c:17570:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        tmp_tb = tstate->exc_traceback;
                         ^~~~~~~~~~~~~
                         curexc_traceback
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    skimage/_shared/transform.c:17571:13: error: no member named 'exc_type' in 'struct _ts'
        tstate->exc_type = local_type;
        ~~~~~~  ^
    skimage/_shared/transform.c:17572:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
        tstate->exc_value = local_value;
                ^~~~~~~~~
                curexc_value
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
        PyObject *curexc_value;
                  ^
    skimage/_shared/transform.c:17573:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        tstate->exc_traceback = local_tb;
                ^~~~~~~~~~~~~
                curexc_traceback
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    skimage/_shared/transform.c:17595:24: error: no member named 'exc_type' in 'struct _ts'
        tmp_type = tstate->exc_type;
                   ~~~~~~  ^
    skimage/_shared/transform.c:17596:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
        tmp_value = tstate->exc_value;
                            ^~~~~~~~~
                            curexc_value
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
        PyObject *curexc_value;
                  ^
    skimage/_shared/transform.c:17597:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        tmp_tb = tstate->exc_traceback;
                         ^~~~~~~~~~~~~
                         curexc_traceback
    /Users/miniconda3/envs/dbai/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    skimage/_shared/transform.c:17598:13: error: no member named 'exc_type' in 'struct _ts'
        tstate->exc_type = *type;
        ~~~~~~  ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    9 warnings and 20 errors generated.
    error: Command "gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/include -arch x86_64 -I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/lib/python3.7/site-packages/numpy/core/include -I/Users/miniconda3/envs/dbai/include/python3.7m -c skimage/_shared/transform.c -o build/temp.macosx-10.7-x86_64-3.7/skimage/_shared/transform.o -MMD -MF build/temp.macosx-10.7-x86_64-3.7/skimage/_shared/transform.o.d" failed with exit status 1
    ----------------------------------------
  Rolling back uninstall of scikit-image
  Moving to /Users/miniconda3/envs/dbai/bin/skivi
   from /private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-uninstall-aef2tpaj/skivi
  Moving to /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/scikit_image-0.17.2-py3.7.egg-info
   from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/~cikit_image-0.17.2-py3.7.egg-info
  Moving to /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/skimage
   from /Users/miniconda3/envs/dbai/lib/python3.7/site-packages/~kimage
ERROR: Command errored out with exit status 1: /Users/miniconda3/envs/dbai/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/setup.py'"'"'; __file__='"'"'/private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-install-y14kkpsx/scikit-image/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/49/5l7cbszd6r58bdwh776gr2l40000gn/T/pip-record-w5jalzm7/install-record.txt --single-version-externally-managed --compile --install-headers /Users/miniconda3/envs/dbai/include/python3.7m/scikit-image Check the logs for full command output.

Could any one help me out with this ?

@sillydan1
Copy link

I have the same issue as well

@sillydan1
Copy link

I fixed this issue by changing the version of scikit-image to be a minimum of 14 in the install_requires field in the setup.py file. This seems to have been fixed already in commit dbc7c60 and merged in 33273eb , but for some reason it wasn't present in the master branch for me (maybe I missed something? ¯\_(ツ)_/¯ )

...
setup_requires=[
        'pytest-runner',
    ],
    install_requires=[
        'scikit-image>=0.14',
        'elasticsearch>=5.0.0,<6.0.0',
        'six>=1.11.0',
    ],
    tests_require=tests_require,
    extras_require={
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants