Created temporary directory: /tmp/pip-ephem-wheel-cache-r2223stf Created temporary directory: /tmp/pip-req-tracker-7sqy5xo9 Created requirements tracker '/tmp/pip-req-tracker-7sqy5xo9' Created temporary directory: /tmp/pip-wheel-7neju8de Collecting text-summarizer==0.0.5 1 location(s) to search for versions of text-summarizer: * https://pypi.org/simple/text-summarizer/ Getting page https://pypi.org/simple/text-summarizer/ Analyzing links from page https://pypi.org/simple/text-summarizer/ Skipping link https://files.pythonhosted.org/packages/f3/0a/90dde731cc79281d4f02d3421dbae1d26c8a72564c01d7babd41e685c1e2/text_summarizer-0.0.4-py2-none-any.whl#sha256=cb675748243f313fd3264d5f1cc5139d322b7c8dd86b1f6375b089f6835d25b6 (from https://pypi.org/simple/text-summarizer/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/71/8a/73110e82c3960cc97eb41f68a3ae52440b00eca95f873b419869dc959ddb/text_summarizer-0.0.4.tar.gz#sha256=389ea641bcc0c8997d36e5ad5a35a5c31a4efdf577f65a964839a28a5f844291 (from https://pypi.org/simple/text-summarizer/), version: 0.0.4 Found link https://files.pythonhosted.org/packages/c0/82/72706506e69ed76cf460a4a7498366c223b35189e0721c4af8fbdef9352d/text_summarizer-0.0.5.tar.gz#sha256=3fcfade010ea40d95fb90a7b5d7ca2ec54aae88c6d1fee80f2b1532d3a04d650 (from https://pypi.org/simple/text-summarizer/), version: 0.0.5 Using version 0.0.5 (newest of versions: 0.0.5) Created temporary directory: /tmp/pip-unpack-5nw6nrto Downloading https://files.pythonhosted.org/packages/c0/82/72706506e69ed76cf460a4a7498366c223b35189e0721c4af8fbdef9352d/text_summarizer-0.0.5.tar.gz Downloading from URL https://files.pythonhosted.org/packages/c0/82/72706506e69ed76cf460a4a7498366c223b35189e0721c4af8fbdef9352d/text_summarizer-0.0.5.tar.gz#sha256=3fcfade010ea40d95fb90a7b5d7ca2ec54aae88c6d1fee80f2b1532d3a04d650 (from https://pypi.org/simple/text-summarizer/) Added text-summarizer==0.0.5 from https://files.pythonhosted.org/packages/c0/82/72706506e69ed76cf460a4a7498366c223b35189e0721c4af8fbdef9352d/text_summarizer-0.0.5.tar.gz#sha256=3fcfade010ea40d95fb90a7b5d7ca2ec54aae88c6d1fee80f2b1532d3a04d650 to build tracker '/tmp/pip-req-tracker-7sqy5xo9' Running setup.py (path:/tmp/pip-wheel-7neju8de/text-summarizer/setup.py) egg_info for package text-summarizer Running command python setup.py egg_info running egg_info creating pip-egg-info/text_summarizer.egg-info writing pip-egg-info/text_summarizer.egg-info/PKG-INFO writing dependency_links to pip-egg-info/text_summarizer.egg-info/dependency_links.txt writing top-level names to pip-egg-info/text_summarizer.egg-info/top_level.txt writing manifest file 'pip-egg-info/text_summarizer.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/text_summarizer.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/text_summarizer.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-7neju8de/text-summarizer has version 0.0.5, which satisfies requirement text-summarizer==0.0.5 from https://files.pythonhosted.org/packages/c0/82/72706506e69ed76cf460a4a7498366c223b35189e0721c4af8fbdef9352d/text_summarizer-0.0.5.tar.gz#sha256=3fcfade010ea40d95fb90a7b5d7ca2ec54aae88c6d1fee80f2b1532d3a04d650 Removed text-summarizer==0.0.5 from https://files.pythonhosted.org/packages/c0/82/72706506e69ed76cf460a4a7498366c223b35189e0721c4af8fbdef9352d/text_summarizer-0.0.5.tar.gz#sha256=3fcfade010ea40d95fb90a7b5d7ca2ec54aae88c6d1fee80f2b1532d3a04d650 from build tracker '/tmp/pip-req-tracker-7sqy5xo9' Building wheels for collected packages: text-summarizer Created temporary directory: /tmp/pip-wheel-nwozghi9 Running setup.py bdist_wheel for text-summarizer: started Destination directory: /tmp/pip-wheel-nwozghi9 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-7neju8de/text-summarizer/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/pip-wheel-nwozghi9 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/text_summarizer copying text_summarizer/text_summarizer.py -> build/lib/text_summarizer copying text_summarizer/__init__.py -> build/lib/text_summarizer creating build/lib/algo copying algo/dummy_algo.py -> build/lib/algo copying algo/abstract_summarizer_algo.py -> build/lib/algo copying algo/text_rank_algo.py -> build/lib/algo copying algo/summ.py -> build/lib/algo copying algo/__init__.py -> build/lib/algo creating build/lib/algo/tools copying algo/tools/utils.py -> build/lib/algo/tools copying algo/tools/cosine_similarity.py -> build/lib/algo/tools copying algo/tools/__init__.py -> build/lib/algo/tools copying algo/tools/tf_idf.py -> build/lib/algo/tools 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/text_summarizer copying build/lib/text_summarizer/text_summarizer.py -> build/bdist.linux-armv7l/wheel/text_summarizer copying build/lib/text_summarizer/__init__.py -> build/bdist.linux-armv7l/wheel/text_summarizer creating build/bdist.linux-armv7l/wheel/algo copying build/lib/algo/dummy_algo.py -> build/bdist.linux-armv7l/wheel/algo copying build/lib/algo/abstract_summarizer_algo.py -> build/bdist.linux-armv7l/wheel/algo copying build/lib/algo/text_rank_algo.py -> build/bdist.linux-armv7l/wheel/algo copying build/lib/algo/summ.py -> build/bdist.linux-armv7l/wheel/algo copying build/lib/algo/__init__.py -> build/bdist.linux-armv7l/wheel/algo creating build/bdist.linux-armv7l/wheel/algo/tools copying build/lib/algo/tools/utils.py -> build/bdist.linux-armv7l/wheel/algo/tools copying build/lib/algo/tools/cosine_similarity.py -> build/bdist.linux-armv7l/wheel/algo/tools copying build/lib/algo/tools/__init__.py -> build/bdist.linux-armv7l/wheel/algo/tools copying build/lib/algo/tools/tf_idf.py -> build/bdist.linux-armv7l/wheel/algo/tools running install_egg_info running egg_info writing dependency_links to text_summarizer.egg-info/dependency_links.txt writing text_summarizer.egg-info/PKG-INFO writing top-level names to text_summarizer.egg-info/top_level.txt reading manifest file 'text_summarizer.egg-info/SOURCES.txt' writing manifest file 'text_summarizer.egg-info/SOURCES.txt' Copying text_summarizer.egg-info to build/bdist.linux-armv7l/wheel/text_summarizer-0.0.5-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/text_summarizer-0.0.5.dist-info/WHEEL creating '/tmp/pip-wheel-nwozghi9/text_summarizer-0.0.5-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'algo/__init__.py' adding 'algo/abstract_summarizer_algo.py' adding 'algo/dummy_algo.py' adding 'algo/summ.py' adding 'algo/text_rank_algo.py' adding 'algo/tools/__init__.py' adding 'algo/tools/cosine_similarity.py' adding 'algo/tools/tf_idf.py' adding 'algo/tools/utils.py' adding 'text_summarizer/__init__.py' adding 'text_summarizer/text_summarizer.py' adding 'text_summarizer-0.0.5.dist-info/METADATA' adding 'text_summarizer-0.0.5.dist-info/WHEEL' adding 'text_summarizer-0.0.5.dist-info/top_level.txt' adding 'text_summarizer-0.0.5.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for text-summarizer: finished with status 'done' Stored in directory: /tmp/tmp2pbo830r Successfully built text-summarizer Cleaning up... Removing source in /tmp/pip-wheel-7neju8de/text-summarizer Removed build tracker '/tmp/pip-req-tracker-7sqy5xo9'