Collecting bob.bio.vein==1.1.0 1 location(s) to search for versions of bob.bio.vein: * https://pypi.python.org/simple/bob-bio-vein/ Getting page https://pypi.python.org/simple/bob-bio-vein/ Analyzing links from page https://pypi.python.org/simple/bob-bio-vein/ Found link https://pypi.python.org/packages/63/96/96f9aea55860315725c3998b17b94144b3ae9be6667aea4788f83a3b4c50/bob.bio.vein-1.0.0.zip#md5=43f498d623398127c3b5174391a5ce01 (from https://pypi.python.org/simple/bob-bio-vein/), version: 1.0.0 Found link https://pypi.python.org/packages/c1/96/f53f64c4881cd56fe5442ffbaeb4069d70aaeb6b46242041fcb7e0b41dc2/bob.bio.vein-1.0.1.zip#md5=b359399082ec9d057e38e015612c7c05 (from https://pypi.python.org/simple/bob-bio-vein/), version: 1.0.1 Found link https://pypi.python.org/packages/2e/4b/df64009a53ac67c227230cf61160be9558c9c02c49b33b806586037549c1/bob.bio.vein-1.1.0.zip#md5=395134a23a446db63c62e052c6e016fe (from https://pypi.python.org/simple/bob-bio-vein/), version: 1.1.0 Using version 1.1.0 (newest of versions: 1.1.0) Downloading bob.bio.vein-1.1.0.zip (4.4MB) Downloading from URL https://pypi.python.org/packages/2e/4b/df64009a53ac67c227230cf61160be9558c9c02c49b33b806586037549c1/bob.bio.vein-1.1.0.zip#md5=395134a23a446db63c62e052c6e016fe (from https://pypi.python.org/simple/bob-bio-vein/) Running setup.py (path:/tmp/pip-build-broe_1r5/bob.bio.vein/setup.py) egg_info for package bob.bio.vein Running command python setup.py egg_info Installed /tmp/pip-build-broe_1r5/bob.bio.vein/.eggs/bob.extension-2.5.0-py3.4.egg Searching for click-plugins Reading https://pypi.python.org/simple/click-plugins/ Downloading https://pypi.python.org/packages/77/05/da5c9e19457f20cadfe22c397cd3852577066066f63e40f2baa0831b1693/click-plugins-1.0.3.tar.gz#md5=ddc85a5c51399713f801ae6b63fcac5b Best match: click-plugins 1.0.3 Processing click-plugins-1.0.3.tar.gz Writing /tmp/easy_install-cwwdir3h/click-plugins-1.0.3/setup.cfg Running click-plugins-1.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-cwwdir3h/click-plugins-1.0.3/egg-dist-tmp-noubs07k Moving click_plugins-1.0.3-py3.4.egg to /tmp/pip-build-broe_1r5/bob.bio.vein/.eggs Installed /tmp/pip-build-broe_1r5/bob.bio.vein/.eggs/click_plugins-1.0.3-py3.4.egg running egg_info creating pip-egg-info/bob.bio.vein.egg-info writing top-level names to pip-egg-info/bob.bio.vein.egg-info/top_level.txt writing requirements to pip-egg-info/bob.bio.vein.egg-info/requires.txt writing dependency_links to pip-egg-info/bob.bio.vein.egg-info/dependency_links.txt writing pip-egg-info/bob.bio.vein.egg-info/PKG-INFO writing entry points to pip-egg-info/bob.bio.vein.egg-info/entry_points.txt writing manifest file 'pip-egg-info/bob.bio.vein.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/bob.bio.vein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/bob.bio.vein.egg-info/SOURCES.txt' Source in /tmp/pip-build-broe_1r5/bob.bio.vein has version 1.1.0, which satisfies requirement bob.bio.vein==1.1.0 from https://pypi.python.org/packages/2e/4b/df64009a53ac67c227230cf61160be9558c9c02c49b33b806586037549c1/bob.bio.vein-1.1.0.zip#md5=395134a23a446db63c62e052c6e016fe Building wheels for collected packages: bob.bio.vein Running setup.py bdist_wheel for bob.bio.vein: started Destination directory: /tmp/tmp0_zp86_jpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-broe_1r5/bob.bio.vein/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 /tmp/tmp0_zp86_jpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/bob copying bob/__init__.py -> build/lib/bob creating build/lib/bob/bio copying bob/bio/__init__.py -> build/lib/bob/bio creating build/lib/bob/bio/vein copying bob/bio/vein/__init__.py -> build/lib/bob/bio/vein creating build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/preprocessor.py -> build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/crop.py -> build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/mask.py -> build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/normalize.py -> build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/utils.py -> build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/__init__.py -> build/lib/bob/bio/vein/preprocessor copying bob/bio/vein/preprocessor/filters.py -> build/lib/bob/bio/vein/preprocessor creating build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/NormalisedCrossCorrelation.py -> build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/PrincipalCurvature.py -> build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/MaximumCurvature.py -> build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/RepeatedLineTracking.py -> build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/LocalBinaryPatterns.py -> build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/__init__.py -> build/lib/bob/bio/vein/extractor copying bob/bio/vein/extractor/WideLineDetector.py -> build/lib/bob/bio/vein/extractor creating build/lib/bob/bio/vein/algorithm copying bob/bio/vein/algorithm/HammingDistance.py -> build/lib/bob/bio/vein/algorithm copying bob/bio/vein/algorithm/MiuraMatch.py -> build/lib/bob/bio/vein/algorithm copying bob/bio/vein/algorithm/Correlate.py -> build/lib/bob/bio/vein/algorithm copying bob/bio/vein/algorithm/__init__.py -> build/lib/bob/bio/vein/algorithm creating build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/fv3d.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/repeated_line_tracking.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/parallel.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/maximum_curvature.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/gridio4g48.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/verafinger.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/__init__.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/utfvp.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/wide_line_detector.py -> build/lib/bob/bio/vein/configurations copying bob/bio/vein/configurations/putvein.py -> build/lib/bob/bio/vein/configurations creating build/lib/bob/bio/vein/script copying bob/bio/vein/script/view_sample.py -> build/lib/bob/bio/vein/script copying bob/bio/vein/script/compare_rois.py -> build/lib/bob/bio/vein/script copying bob/bio/vein/script/blame.py -> build/lib/bob/bio/vein/script copying bob/bio/vein/script/__init__.py -> build/lib/bob/bio/vein/script copying bob/bio/vein/script/validate.py -> build/lib/bob/bio/vein/script copying bob/bio/vein/script/markdet.py -> build/lib/bob/bio/vein/script copying bob/bio/vein/script/watershed_mask.py -> build/lib/bob/bio/vein/script creating build/lib/bob/bio/vein/tests copying bob/bio/vein/tests/test_databases.py -> build/lib/bob/bio/vein/tests copying bob/bio/vein/tests/__init__.py -> build/lib/bob/bio/vein/tests copying bob/bio/vein/tests/test.py -> build/lib/bob/bio/vein/tests creating build/lib/bob/bio/vein/database copying bob/bio/vein/database/fv3d.py -> build/lib/bob/bio/vein/database copying bob/bio/vein/database/database.py -> build/lib/bob/bio/vein/database copying bob/bio/vein/database/verafinger.py -> build/lib/bob/bio/vein/database copying bob/bio/vein/database/__init__.py -> build/lib/bob/bio/vein/database copying bob/bio/vein/database/utfvp.py -> build/lib/bob/bio/vein/database copying bob/bio/vein/database/putvein.py -> build/lib/bob/bio/vein/database running egg_info writing top-level names to bob.bio.vein.egg-info/top_level.txt writing dependency_links to bob.bio.vein.egg-info/dependency_links.txt writing bob.bio.vein.egg-info/PKG-INFO writing requirements to bob.bio.vein.egg-info/requires.txt writing entry points to bob.bio.vein.egg-info/entry_points.txt reading manifest file 'bob.bio.vein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'bob.bio.vein.egg-info/SOURCES.txt' creating build/lib/bob/bio/vein/tests/algorithms copying bob/bio/vein/tests/algorithms/0001_2_1_120509-135338.mat -> build/lib/bob/bio/vein/tests/algorithms copying bob/bio/vein/tests/algorithms/0001_2_2_120509-135558.mat -> build/lib/bob/bio/vein/tests/algorithms copying bob/bio/vein/tests/algorithms/0003_2_1_120509-141255.mat -> build/lib/bob/bio/vein/tests/algorithms copying bob/bio/vein/tests/algorithms/001_L_1.mat -> build/lib/bob/bio/vein/tests/algorithms copying bob/bio/vein/tests/algorithms/001_L_1_h4w40.mat -> build/lib/bob/bio/vein/tests/algorithms creating build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/huangwl_input_fvr.mat -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/huangwl_input_img.mat -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/huangwl_output.mat -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/image.hdf5 -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/mask.hdf5 -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/mc_bin_matlab.hdf5 -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/mc_g_matlab.hdf5 -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/mc_vt_matlab.hdf5 -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/miurarlt_input_fvr.mat -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/miurarlt_input_img.mat -> build/lib/bob/bio/vein/tests/extractors copying bob/bio/vein/tests/extractors/miurarlt_output.mat -> build/lib/bob/bio/vein/tests/extractors creating build/lib/bob/bio/vein/tests/preprocessors copying bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517.png -> build/lib/bob/bio/vein/tests/preprocessors copying bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517.txt -> build/lib/bob/bio/vein/tests/preprocessors copying bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517_fvr_lee_huang.mat -> build/lib/bob/bio/vein/tests/preprocessors copying bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517_img_lee.mat -> build/lib/bob/bio/vein/tests/preprocessors copying bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517_img_lee_huang.mat -> build/lib/bob/bio/vein/tests/preprocessors installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/bob creating build/bdist.linux-armv7l/wheel/bob/bio creating build/bdist.linux-armv7l/wheel/bob/bio/vein creating build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/preprocessor.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/crop.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/mask.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/normalize.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/utils.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor copying build/lib/bob/bio/vein/preprocessor/filters.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/preprocessor creating build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/NormalisedCrossCorrelation.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/PrincipalCurvature.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/MaximumCurvature.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/RepeatedLineTracking.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/LocalBinaryPatterns.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor copying build/lib/bob/bio/vein/extractor/WideLineDetector.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/extractor creating build/bdist.linux-armv7l/wheel/bob/bio/vein/algorithm copying build/lib/bob/bio/vein/algorithm/HammingDistance.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/algorithm copying build/lib/bob/bio/vein/algorithm/MiuraMatch.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/algorithm copying build/lib/bob/bio/vein/algorithm/Correlate.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/algorithm copying build/lib/bob/bio/vein/algorithm/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/algorithm creating build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/fv3d.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/repeated_line_tracking.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/parallel.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/maximum_curvature.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/gridio4g48.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/verafinger.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/utfvp.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/wide_line_detector.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations copying build/lib/bob/bio/vein/configurations/putvein.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/configurations creating build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/view_sample.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/compare_rois.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/blame.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/validate.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/markdet.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script copying build/lib/bob/bio/vein/script/watershed_mask.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/script creating build/bdist.linux-armv7l/wheel/bob/bio/vein/tests creating build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/preprocessors copying build/lib/bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517.txt -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/preprocessors copying build/lib/bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517_img_lee_huang.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/preprocessors copying build/lib/bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517.png -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/preprocessors copying build/lib/bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517_fvr_lee_huang.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/preprocessors copying build/lib/bob/bio/vein/tests/preprocessors/0019_3_1_120509-160517_img_lee.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/preprocessors creating build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/algorithms copying build/lib/bob/bio/vein/tests/algorithms/001_L_1_h4w40.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/algorithms copying build/lib/bob/bio/vein/tests/algorithms/0001_2_2_120509-135558.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/algorithms copying build/lib/bob/bio/vein/tests/algorithms/0003_2_1_120509-141255.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/algorithms copying build/lib/bob/bio/vein/tests/algorithms/001_L_1.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/algorithms copying build/lib/bob/bio/vein/tests/algorithms/0001_2_1_120509-135338.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/algorithms creating build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/miurarlt_input_img.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/mc_g_matlab.hdf5 -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/mc_bin_matlab.hdf5 -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/huangwl_output.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/miurarlt_output.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/huangwl_input_fvr.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/huangwl_input_img.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/image.hdf5 -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/mask.hdf5 -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/mc_vt_matlab.hdf5 -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/extractors/miurarlt_input_fvr.mat -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests/extractors copying build/lib/bob/bio/vein/tests/test_databases.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests copying build/lib/bob/bio/vein/tests/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests copying build/lib/bob/bio/vein/tests/test.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/tests copying build/lib/bob/bio/vein/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein creating build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/vein/database/fv3d.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/vein/database/database.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/vein/database/verafinger.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/vein/database/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/vein/database/utfvp.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/vein/database/putvein.py -> build/bdist.linux-armv7l/wheel/bob/bio/vein/database copying build/lib/bob/bio/__init__.py -> build/bdist.linux-armv7l/wheel/bob/bio copying build/lib/bob/__init__.py -> build/bdist.linux-armv7l/wheel/bob running install_egg_info Copying bob.bio.vein.egg-info to build/bdist.linux-armv7l/wheel/bob.bio.vein-1.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/bob.bio.vein-1.1.0.dist-info/WHEEL Running setup.py bdist_wheel for bob.bio.vein: finished with status 'done' Stored in directory: /tmp/tmpixt04p3n Successfully built bob.bio.vein Cleaning up... Removing source in /tmp/pip-build-broe_1r5/bob.bio.vein