Collecting pyod==0.1.3 1 location(s) to search for versions of pyod: * https://pypi.python.org/simple/pyod/ Getting page https://pypi.python.org/simple/pyod/ Analyzing links from page https://pypi.org/simple/pyod/ Found link https://files.pythonhosted.org/packages/57/39/1502244e550e0f5a44c62c64910df506318024f4ee0c46f1c669807b9fb0/pyod-0.1.1.tar.gz#sha256=1de465ee9192a4e399c7d4407dcc4210e7fb65ab50c10c503e73c61e1084142c (from https://pypi.org/simple/pyod/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/4d/49/8351e8fb8813c2554db119822ca136675e421676ddbd0a6c51d2eb55836c/pyod-0.1.2.tar.gz#sha256=34433c6f245b23974d3a6264dcd3f413a745cec842010e7e920617f6674e4ba4 (from https://pypi.org/simple/pyod/), version: 0.1.2 Found link https://files.pythonhosted.org/packages/8c/e0/61c07fd9d5fa2fa41d7af7186371c71a12edfde0963e406c53360a43e769/pyod-0.1.3.tar.gz#sha256=1e409b674f98cd820449468e0e213abbec8750075f4acf964dd5e0aa8a42076e (from https://pypi.org/simple/pyod/), version: 0.1.3 Using version 0.1.3 (newest of versions: 0.1.3) Downloading https://files.pythonhosted.org/packages/8c/e0/61c07fd9d5fa2fa41d7af7186371c71a12edfde0963e406c53360a43e769/pyod-0.1.3.tar.gz (977kB) Downloading from URL https://files.pythonhosted.org/packages/8c/e0/61c07fd9d5fa2fa41d7af7186371c71a12edfde0963e406c53360a43e769/pyod-0.1.3.tar.gz#sha256=1e409b674f98cd820449468e0e213abbec8750075f4acf964dd5e0aa8a42076e (from https://pypi.org/simple/pyod/) Running setup.py (path:/tmp/pip-build-0pafzqc1/pyod/setup.py) egg_info for package pyod Running command python setup.py egg_info Installed /tmp/pip-build-0pafzqc1/pyod/.eggs/setuptools-39.2.0-py3.4.egg running egg_info creating pip-egg-info/pyod.egg-info writing dependency_links to pip-egg-info/pyod.egg-info/dependency_links.txt writing requirements to pip-egg-info/pyod.egg-info/requires.txt writing top-level names to pip-egg-info/pyod.egg-info/top_level.txt writing pip-egg-info/pyod.egg-info/PKG-INFO writing manifest file 'pip-egg-info/pyod.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyod.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pyod.egg-info/SOURCES.txt' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) Source in /tmp/pip-build-0pafzqc1/pyod has version 0.1.3, which satisfies requirement pyod==0.1.3 from https://files.pythonhosted.org/packages/8c/e0/61c07fd9d5fa2fa41d7af7186371c71a12edfde0963e406c53360a43e769/pyod-0.1.3.tar.gz#sha256=1e409b674f98cd820449468e0e213abbec8750075f4acf964dd5e0aa8a42076e Building wheels for collected packages: pyod Running setup.py bdist_wheel for pyod: started Destination directory: /tmp/tmpx6docpzspip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0pafzqc1/pyod/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/tmpx6docpzspip-wheel- /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyod copying pyod/__init__.py -> build/lib/pyod creating build/lib/pyod/examples copying pyod/examples/comb_example.py -> build/lib/pyod/examples copying pyod/examples/knn_example.py -> build/lib/pyod/examples copying pyod/examples/abod_example.py -> build/lib/pyod/examples copying pyod/examples/__init__.py -> build/lib/pyod/examples copying pyod/examples/hbos_example.py -> build/lib/pyod/examples creating build/lib/pyod/utils copying pyod/utils/stat_models.py -> build/lib/pyod/utils copying pyod/utils/__init__.py -> build/lib/pyod/utils copying pyod/utils/utility.py -> build/lib/pyod/utils creating build/lib/pyod/models copying pyod/models/lof.py -> build/lib/pyod/models copying pyod/models/hbos.py -> build/lib/pyod/models copying pyod/models/ocsvm.py -> build/lib/pyod/models copying pyod/models/glosh.py -> build/lib/pyod/models copying pyod/models/knn.py -> build/lib/pyod/models copying pyod/models/__init__.py -> build/lib/pyod/models copying pyod/models/combination.py -> build/lib/pyod/models copying pyod/models/abod.py -> build/lib/pyod/models creating build/lib/pyod/data copying pyod/data/load_data.py -> build/lib/pyod/data copying pyod/data/__init__.py -> build/lib/pyod/data creating build/lib/pyod/examples/resources copying pyod/examples/resources/__init__.py -> build/lib/pyod/examples/resources running egg_info writing dependency_links to pyod.egg-info/dependency_links.txt writing pyod.egg-info/PKG-INFO writing top-level names to pyod.egg-info/top_level.txt writing requirements to pyod.egg-info/requires.txt reading manifest file 'pyod.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyod.egg-info/SOURCES.txt' creating build/lib/pyod/examples/example_figs copying pyod/examples/example_figs/abod.png -> build/lib/pyod/examples/example_figs copying pyod/examples/example_figs/hbos.png -> build/lib/pyod/examples/example_figs copying pyod/examples/example_figs/knn.png -> build/lib/pyod/examples/example_figs copying pyod/data/cardio.mat -> build/lib/pyod/data copying pyod/data/letter.mat -> build/lib/pyod/data 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/pyod creating build/bdist.linux-armv7l/wheel/pyod/examples copying build/lib/pyod/examples/comb_example.py -> build/bdist.linux-armv7l/wheel/pyod/examples copying build/lib/pyod/examples/knn_example.py -> build/bdist.linux-armv7l/wheel/pyod/examples copying build/lib/pyod/examples/abod_example.py -> build/bdist.linux-armv7l/wheel/pyod/examples creating build/bdist.linux-armv7l/wheel/pyod/examples/example_figs copying build/lib/pyod/examples/example_figs/hbos.png -> build/bdist.linux-armv7l/wheel/pyod/examples/example_figs copying build/lib/pyod/examples/example_figs/abod.png -> build/bdist.linux-armv7l/wheel/pyod/examples/example_figs copying build/lib/pyod/examples/example_figs/knn.png -> build/bdist.linux-armv7l/wheel/pyod/examples/example_figs copying build/lib/pyod/examples/__init__.py -> build/bdist.linux-armv7l/wheel/pyod/examples copying build/lib/pyod/examples/hbos_example.py -> build/bdist.linux-armv7l/wheel/pyod/examples creating build/bdist.linux-armv7l/wheel/pyod/examples/resources copying build/lib/pyod/examples/resources/__init__.py -> build/bdist.linux-armv7l/wheel/pyod/examples/resources creating build/bdist.linux-armv7l/wheel/pyod/utils copying build/lib/pyod/utils/stat_models.py -> build/bdist.linux-armv7l/wheel/pyod/utils copying build/lib/pyod/utils/__init__.py -> build/bdist.linux-armv7l/wheel/pyod/utils copying build/lib/pyod/utils/utility.py -> build/bdist.linux-armv7l/wheel/pyod/utils creating build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/lof.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/hbos.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/ocsvm.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/glosh.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/knn.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/__init__.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/combination.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/models/abod.py -> build/bdist.linux-armv7l/wheel/pyod/models copying build/lib/pyod/__init__.py -> build/bdist.linux-armv7l/wheel/pyod creating build/bdist.linux-armv7l/wheel/pyod/data copying build/lib/pyod/data/load_data.py -> build/bdist.linux-armv7l/wheel/pyod/data copying build/lib/pyod/data/cardio.mat -> build/bdist.linux-armv7l/wheel/pyod/data copying build/lib/pyod/data/__init__.py -> build/bdist.linux-armv7l/wheel/pyod/data copying build/lib/pyod/data/letter.mat -> build/bdist.linux-armv7l/wheel/pyod/data running install_egg_info Copying pyod.egg-info to build/bdist.linux-armv7l/wheel/pyod-0.1.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyod-0.1.3.dist-info/WHEEL Running setup.py bdist_wheel for pyod: finished with status 'done' Stored in directory: /tmp/tmp9d3bb4ad Successfully built pyod Cleaning up... Removing source in /tmp/pip-build-0pafzqc1/pyod