Collecting compath==0.0.2 1 location(s) to search for versions of compath: * https://pypi.python.org/simple/compath/ Getting page https://pypi.python.org/simple/compath/ Analyzing links from page https://pypi.org/simple/compath/ Found link https://files.pythonhosted.org/packages/8a/51/81c9c35687315899a837503e74ec64d18af3077717e3cf957f0529caebae/compath-0.0.1-py3-none-any.whl#sha256=1ac4c95c4a7115fa8fa4f750b19b591f15639793ef27444e02131d68cd03d494 (from https://pypi.org/simple/compath/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/d2/5d/fdf998b086dcd18b313d565950cf1c2b876d64a20737773eeb2db6c49d8a/compath-0.0.1.tar.gz#sha256=d7d76ddc1c71227ef54d0758eedc82b809746bd2321f4d8e89fc145e8165c751 (from https://pypi.org/simple/compath/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/17/a3/268f21f8df2736af33479a6bb972c0215507e605ac13dff8a32f76f8e77d/compath-0.0.2.tar.gz#sha256=55ce5acadbf510a6f509750c850f3c6395cac563362ace1db6b585440288bf60 (from https://pypi.org/simple/compath/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Downloading https://files.pythonhosted.org/packages/17/a3/268f21f8df2736af33479a6bb972c0215507e605ac13dff8a32f76f8e77d/compath-0.0.2.tar.gz (13.7MB) Downloading from URL https://files.pythonhosted.org/packages/17/a3/268f21f8df2736af33479a6bb972c0215507e605ac13dff8a32f76f8e77d/compath-0.0.2.tar.gz#sha256=55ce5acadbf510a6f509750c850f3c6395cac563362ace1db6b585440288bf60 (from https://pypi.org/simple/compath/) Running setup.py (path:/tmp/pip-build-5omtzwya/compath/setup.py) egg_info for package compath Running command python setup.py egg_info running egg_info creating pip-egg-info/compath.egg-info writing pip-egg-info/compath.egg-info/PKG-INFO writing dependency_links to pip-egg-info/compath.egg-info/dependency_links.txt writing entry points to pip-egg-info/compath.egg-info/entry_points.txt writing requirements to pip-egg-info/compath.egg-info/requires.txt writing top-level names to pip-egg-info/compath.egg-info/top_level.txt writing manifest file 'pip-egg-info/compath.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/compath.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'notebooks' warning: no files found matching 'config/config.ini' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.gpickle' found anywhere in distribution warning: no previously-included files found matching '.bumpversion.cfg' writing manifest file 'pip-egg-info/compath.egg-info/SOURCES.txt' Source in /tmp/pip-build-5omtzwya/compath has version 0.0.2, which satisfies requirement compath==0.0.2 from https://files.pythonhosted.org/packages/17/a3/268f21f8df2736af33479a6bb972c0215507e605ac13dff8a32f76f8e77d/compath-0.0.2.tar.gz#sha256=55ce5acadbf510a6f509750c850f3c6395cac563362ace1db6b585440288bf60 Building wheels for collected packages: compath Running setup.py bdist_wheel for compath: started Destination directory: /tmp/tmp2lx_oxiypip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5omtzwya/compath/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/tmp2lx_oxiypip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/compath copying src/compath/forms.py -> build/lib/compath copying src/compath/cli.py -> build/lib/compath copying src/compath/utils.py -> build/lib/compath copying src/compath/models.py -> build/lib/compath copying src/compath/web.py -> build/lib/compath copying src/compath/constants.py -> build/lib/compath copying src/compath/__init__.py -> build/lib/compath copying src/compath/__main__.py -> build/lib/compath copying src/compath/manager.py -> build/lib/compath creating build/lib/compath/views copying src/compath/views/model_service.py -> build/lib/compath/views copying src/compath/views/curation_service.py -> build/lib/compath/views copying src/compath/views/analysis_service.py -> build/lib/compath/views copying src/compath/views/__init__.py -> build/lib/compath/views copying src/compath/views/main_service.py -> build/lib/compath/views copying src/compath/views/db_service.py -> build/lib/compath/views creating build/lib/compath/curation copying src/compath/curation/utils.py -> build/lib/compath/curation copying src/compath/curation/hierarchies.py -> build/lib/compath/curation copying src/compath/curation/__init__.py -> build/lib/compath/curation copying src/compath/curation/parser.py -> build/lib/compath/curation creating build/lib/compath/visualization copying src/compath/visualization/d3_dendrogram.py -> build/lib/compath/visualization copying src/compath/visualization/cytoscape.py -> build/lib/compath/visualization copying src/compath/visualization/__init__.py -> build/lib/compath/visualization copying src/compath/visualization/venn_diagram.py -> build/lib/compath/visualization 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/compath copying build/lib/compath/forms.py -> build/bdist.linux-armv7l/wheel/compath creating build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/views/model_service.py -> build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/views/curation_service.py -> build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/views/analysis_service.py -> build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/views/__init__.py -> build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/views/main_service.py -> build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/views/db_service.py -> build/bdist.linux-armv7l/wheel/compath/views copying build/lib/compath/cli.py -> build/bdist.linux-armv7l/wheel/compath copying build/lib/compath/utils.py -> build/bdist.linux-armv7l/wheel/compath copying build/lib/compath/models.py -> build/bdist.linux-armv7l/wheel/compath copying build/lib/compath/web.py -> build/bdist.linux-armv7l/wheel/compath copying build/lib/compath/constants.py -> build/bdist.linux-armv7l/wheel/compath copying build/lib/compath/__init__.py -> build/bdist.linux-armv7l/wheel/compath creating build/bdist.linux-armv7l/wheel/compath/curation copying build/lib/compath/curation/utils.py -> build/bdist.linux-armv7l/wheel/compath/curation copying build/lib/compath/curation/hierarchies.py -> build/bdist.linux-armv7l/wheel/compath/curation copying build/lib/compath/curation/__init__.py -> build/bdist.linux-armv7l/wheel/compath/curation copying build/lib/compath/curation/parser.py -> build/bdist.linux-armv7l/wheel/compath/curation copying build/lib/compath/__main__.py -> build/bdist.linux-armv7l/wheel/compath copying build/lib/compath/manager.py -> build/bdist.linux-armv7l/wheel/compath creating build/bdist.linux-armv7l/wheel/compath/visualization copying build/lib/compath/visualization/d3_dendrogram.py -> build/bdist.linux-armv7l/wheel/compath/visualization copying build/lib/compath/visualization/cytoscape.py -> build/bdist.linux-armv7l/wheel/compath/visualization copying build/lib/compath/visualization/__init__.py -> build/bdist.linux-armv7l/wheel/compath/visualization copying build/lib/compath/visualization/venn_diagram.py -> build/bdist.linux-armv7l/wheel/compath/visualization running install_egg_info running egg_info writing entry points to src/compath.egg-info/entry_points.txt writing requirements to src/compath.egg-info/requires.txt writing top-level names to src/compath.egg-info/top_level.txt writing src/compath.egg-info/PKG-INFO writing dependency_links to src/compath.egg-info/dependency_links.txt reading manifest file 'src/compath.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'notebooks' warning: no files found matching 'config/config.ini' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.gpickle' found anywhere in distribution warning: no previously-included files found matching '.bumpversion.cfg' writing manifest file 'src/compath.egg-info/SOURCES.txt' Copying src/compath.egg-info to build/bdist.linux-armv7l/wheel/compath-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/compath-0.0.2.dist-info/WHEEL Running setup.py bdist_wheel for compath: finished with status 'done' Stored in directory: /tmp/tmp5rkbp1m6 Successfully built compath Cleaning up... Removing source in /tmp/pip-build-5omtzwya/compath