Collecting dictances==1.3.0 1 location(s) to search for versions of dictances: * https://pypi.python.org/simple/dictances/ Getting page https://pypi.python.org/simple/dictances/ Analyzing links from page https://pypi.org/simple/dictances/ Found link https://files.pythonhosted.org/packages/d8/34/aa48dfc60ed0551e52036e1e7c335319154e27311f0a1c905aecaf2f5ff5/dictances-1.1.0.tar.gz#sha256=b41d70cb4dd68a29db614dde572d3337b7f750751bd2417f38ab19dba1e646d0 (from https://pypi.org/simple/dictances/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/2f/5d/db656bf4503fbb38c5cf074c7eb2877006ba4898f08d2964c62addbe4cfc/dictances-1.1.1.tar.gz#sha256=9842a65d7af65296806003f7fb4e5009b255068c1c4634369ab5299a9b33c9e1 (from https://pypi.org/simple/dictances/), version: 1.1.1 Found link https://files.pythonhosted.org/packages/11/ee/e0d2dc7fafef5ff533975d39d5b132c1904a1a722c5551eb6039132ec0af/dictances-1.1.2.tar.gz#sha256=3750fc65e716858b861fdf5fe995387b39d91b2efab2fbb7a3be38e7445b7fc9 (from https://pypi.org/simple/dictances/), version: 1.1.2 Found link https://files.pythonhosted.org/packages/28/09/610bd49641463770d3d9976fa0a6089228e3a8ad23defaadce7ceb734800/dictances-1.1.3.tar.gz#sha256=8de5079654c6851be2d683cabdc55548b422dfba397fb663e3119264fd123894 (from https://pypi.org/simple/dictances/), version: 1.1.3 Found link https://files.pythonhosted.org/packages/bc/b4/d64af57316ea3b4342763f10998780e25a9f8216f57e1ae43b47bbf5603c/dictances-1.1.4.tar.gz#sha256=ec651b2dd394c30a60002b96e507550cbf69db3022ee0485117370d76ca0fb86 (from https://pypi.org/simple/dictances/), version: 1.1.4 Found link https://files.pythonhosted.org/packages/43/9d/196a7c0cd5c405d0260d2040403f61596e49c02a6b70868d888c62ad1036/dictances-1.2.0.tar.gz#sha256=1de90aea885499ab4b008aff9017e53891733f2ad247b86c28ed95270ad6266a (from https://pypi.org/simple/dictances/), version: 1.2.0 Found link https://files.pythonhosted.org/packages/ae/ae/241214d4eba27ab101445332efa357c58788bb9c24fe5272a99e3bc6bc49/dictances-1.3.0.tar.gz#sha256=9d08dfa64df227385474ef5e7d69b46d6edb9231807c6098f1e34bee1267876d (from https://pypi.org/simple/dictances/), version: 1.3.0 Using version 1.3.0 (newest of versions: 1.3.0) Downloading https://files.pythonhosted.org/packages/ae/ae/241214d4eba27ab101445332efa357c58788bb9c24fe5272a99e3bc6bc49/dictances-1.3.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/ae/ae/241214d4eba27ab101445332efa357c58788bb9c24fe5272a99e3bc6bc49/dictances-1.3.0.tar.gz#sha256=9d08dfa64df227385474ef5e7d69b46d6edb9231807c6098f1e34bee1267876d (from https://pypi.org/simple/dictances/) Running setup.py (path:/tmp/pip-build-p7bl8p1d/dictances/setup.py) egg_info for package dictances Running command python setup.py egg_info running egg_info creating pip-egg-info/dictances.egg-info writing top-level names to pip-egg-info/dictances.egg-info/top_level.txt writing dependency_links to pip-egg-info/dictances.egg-info/dependency_links.txt writing pip-egg-info/dictances.egg-info/PKG-INFO writing manifest file 'pip-egg-info/dictances.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/dictances.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/dictances.egg-info/SOURCES.txt' fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git ?[1mPushing git tags…?[0m Source in /tmp/pip-build-p7bl8p1d/dictances has version 1.3.0, which satisfies requirement dictances==1.3.0 from https://files.pythonhosted.org/packages/ae/ae/241214d4eba27ab101445332efa357c58788bb9c24fe5272a99e3bc6bc49/dictances-1.3.0.tar.gz#sha256=9d08dfa64df227385474ef5e7d69b46d6edb9231807c6098f1e34bee1267876d Building wheels for collected packages: dictances Running setup.py bdist_wheel for dictances: started Destination directory: /tmp/tmpgzordp_1pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-p7bl8p1d/dictances/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/tmpgzordp_1pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dictances copying dictances/euclidean.py -> build/lib/dictances copying dictances/__version__.py -> build/lib/dictances copying dictances/bhattacharyya.py -> build/lib/dictances copying dictances/mae.py -> build/lib/dictances copying dictances/minkowsky.py -> build/lib/dictances copying dictances/mse.py -> build/lib/dictances copying dictances/__init__.py -> build/lib/dictances copying dictances/hellinger.py -> build/lib/dictances copying dictances/kullback_leibler.py -> build/lib/dictances copying dictances/nth_variation.py -> build/lib/dictances copying dictances/chebyshev.py -> build/lib/dictances copying dictances/canberra.py -> build/lib/dictances copying dictances/normal_total_variation.py -> build/lib/dictances copying dictances/manhattan.py -> build/lib/dictances copying dictances/total_variation.py -> build/lib/dictances copying dictances/pearson.py -> build/lib/dictances copying dictances/cosine.py -> build/lib/dictances copying dictances/jensen_shannon.py -> build/lib/dictances copying dictances/squared_variation.py -> build/lib/dictances copying dictances/distances_utils.py -> build/lib/dictances copying dictances/hamming.py -> build/lib/dictances running egg_info writing dependency_links to dictances.egg-info/dependency_links.txt writing top-level names to dictances.egg-info/top_level.txt writing dictances.egg-info/PKG-INFO reading manifest file 'dictances.egg-info/SOURCES.txt' writing manifest file 'dictances.egg-info/SOURCES.txt' 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/dictances copying build/lib/dictances/euclidean.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/__version__.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/bhattacharyya.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/mae.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/minkowsky.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/mse.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/__init__.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/hellinger.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/kullback_leibler.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/nth_variation.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/chebyshev.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/canberra.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/normal_total_variation.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/manhattan.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/total_variation.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/pearson.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/cosine.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/jensen_shannon.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/squared_variation.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/distances_utils.py -> build/bdist.linux-armv7l/wheel/dictances copying build/lib/dictances/hamming.py -> build/bdist.linux-armv7l/wheel/dictances running install_egg_info Copying dictances.egg-info to build/bdist.linux-armv7l/wheel/dictances-1.3.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/dictances-1.3.0.dist-info/WHEEL ?[1mPushing git tags…?[0m fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git Running setup.py bdist_wheel for dictances: finished with status 'done' Stored in directory: /tmp/tmpxb9s_n3x Successfully built dictances Cleaning up... Removing source in /tmp/pip-build-p7bl8p1d/dictances