Created temporary directory: /tmp/pip-ephem-wheel-cache-7xclzl5n Created temporary directory: /tmp/pip-req-tracker-6y0in3ye Created requirements tracker '/tmp/pip-req-tracker-6y0in3ye' Created temporary directory: /tmp/pip-wheel-oesufpgv Collecting text2num==1.4.0 1 location(s) to search for versions of text2num: * https://pypi.org/simple/text2num/ Getting page https://pypi.org/simple/text2num/ Analyzing links from page https://pypi.org/simple/text2num/ Found link https://files.pythonhosted.org/packages/7e/4b/c366e164dfacc7983f833daedc4df59a2f4bd49a0454364fa59b69bd9c8b/text2num-1.0.0.tar.gz#sha256=6c11b371d259fc4848db7da0dc745158ee7955eca4bdc44fa20ace7ca15f929a (from https://pypi.org/simple/text2num/) (requires-python:>=3), version: 1.0.0 Found link https://files.pythonhosted.org/packages/e8/5c/bf1e36f5ab0b872443be40bfc5f4cd635e400933946af6554c504b008b27/text2num-1.1.0.tar.gz#sha256=8866be0619d8e34d2361799f5cabe9bad21493a39aff4f94533c920c96ae2892 (from https://pypi.org/simple/text2num/) (requires-python:>=3), version: 1.1.0 Found link https://files.pythonhosted.org/packages/57/c6/c46a66531c23e606a027084add262c993a1794ca7b97ebc03348c614b68a/text2num-1.2.0.tar.gz#sha256=7f5b46740f933540a1e248c3e89bc86f508bdc98005006268dbf38a9bc91af3d (from https://pypi.org/simple/text2num/) (requires-python:>=3), version: 1.2.0 Found link https://files.pythonhosted.org/packages/5d/04/fb2fdf96933b7759a06e5981b09b0993493140b3af6a3bacbb49308584b5/text2num-1.3.0.tar.gz#sha256=2051ce08cfb4f2e5c760b52d20076fe083b2d45b923d39c4b791844d977429db (from https://pypi.org/simple/text2num/) (requires-python:>=3), version: 1.3.0 Found link https://files.pythonhosted.org/packages/b2/d8/6953e1361a69d3b727fa731b1c99d3396b5b27ca1f7e2b8d1718c431fdb6/text2num-1.4.0.tar.gz#sha256=32ffe182b02ff61ab7516004d906e96ec94abb6b6f369461aa585ca8173c8a38 (from https://pypi.org/simple/text2num/) (requires-python:>=3), version: 1.4.0 Using version 1.4.0 (newest of versions: 1.4.0) Created temporary directory: /tmp/pip-unpack-6n0lk27u Downloading https://files.pythonhosted.org/packages/b2/d8/6953e1361a69d3b727fa731b1c99d3396b5b27ca1f7e2b8d1718c431fdb6/text2num-1.4.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/b2/d8/6953e1361a69d3b727fa731b1c99d3396b5b27ca1f7e2b8d1718c431fdb6/text2num-1.4.0.tar.gz#sha256=32ffe182b02ff61ab7516004d906e96ec94abb6b6f369461aa585ca8173c8a38 (from https://pypi.org/simple/text2num/) (requires-python:>=3) Added text2num==1.4.0 from https://files.pythonhosted.org/packages/b2/d8/6953e1361a69d3b727fa731b1c99d3396b5b27ca1f7e2b8d1718c431fdb6/text2num-1.4.0.tar.gz#sha256=32ffe182b02ff61ab7516004d906e96ec94abb6b6f369461aa585ca8173c8a38 to build tracker '/tmp/pip-req-tracker-6y0in3ye' Running setup.py (path:/tmp/pip-wheel-oesufpgv/text2num/setup.py) egg_info for package text2num Running command python setup.py egg_info running egg_info creating pip-egg-info/text2num.egg-info writing pip-egg-info/text2num.egg-info/PKG-INFO writing top-level names to pip-egg-info/text2num.egg-info/top_level.txt writing dependency_links to pip-egg-info/text2num.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/text2num.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/text2num.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/text2num.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-oesufpgv/text2num has version 1.4.0, which satisfies requirement text2num==1.4.0 from https://files.pythonhosted.org/packages/b2/d8/6953e1361a69d3b727fa731b1c99d3396b5b27ca1f7e2b8d1718c431fdb6/text2num-1.4.0.tar.gz#sha256=32ffe182b02ff61ab7516004d906e96ec94abb6b6f369461aa585ca8173c8a38 Removed text2num==1.4.0 from https://files.pythonhosted.org/packages/b2/d8/6953e1361a69d3b727fa731b1c99d3396b5b27ca1f7e2b8d1718c431fdb6/text2num-1.4.0.tar.gz#sha256=32ffe182b02ff61ab7516004d906e96ec94abb6b6f369461aa585ca8173c8a38 from build tracker '/tmp/pip-req-tracker-6y0in3ye' Building wheels for collected packages: text2num Created temporary directory: /tmp/pip-wheel-b9ipx3o3 Running setup.py bdist_wheel for text2num: started Destination directory: /tmp/pip-wheel-b9ipx3o3 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-oesufpgv/text2num/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-b9ipx3o3 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/text_to_num copying text_to_num/parsers.py -> build/lib/text_to_num copying text_to_num/transforms.py -> build/lib/text_to_num copying text_to_num/__init__.py -> build/lib/text_to_num running egg_info writing dependency_links to text2num.egg-info/dependency_links.txt writing text2num.egg-info/PKG-INFO writing top-level names to text2num.egg-info/top_level.txt reading manifest file 'text2num.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'text2num.egg-info/SOURCES.txt' copying text_to_num/py.typed -> build/lib/text_to_num 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_to_num copying build/lib/text_to_num/parsers.py -> build/bdist.linux-armv7l/wheel/text_to_num copying build/lib/text_to_num/transforms.py -> build/bdist.linux-armv7l/wheel/text_to_num copying build/lib/text_to_num/py.typed -> build/bdist.linux-armv7l/wheel/text_to_num copying build/lib/text_to_num/__init__.py -> build/bdist.linux-armv7l/wheel/text_to_num running install_egg_info Copying text2num.egg-info to build/bdist.linux-armv7l/wheel/text2num-1.4.0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/text2num-1.4.0.dist-info/WHEEL creating '/tmp/pip-wheel-b9ipx3o3/text2num-1.4.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'text_to_num/__init__.py' adding 'text_to_num/parsers.py' adding 'text_to_num/py.typed' adding 'text_to_num/transforms.py' adding 'text2num-1.4.0.dist-info/LICENSE' adding 'text2num-1.4.0.dist-info/METADATA' adding 'text2num-1.4.0.dist-info/WHEEL' adding 'text2num-1.4.0.dist-info/top_level.txt' adding 'text2num-1.4.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for text2num: finished with status 'done' Stored in directory: /tmp/tmp52k89bim Successfully built text2num Cleaning up... Removing source in /tmp/pip-wheel-oesufpgv/text2num Removed build tracker '/tmp/pip-req-tracker-6y0in3ye'