Created temporary directory: /tmp/pip-ephem-wheel-cache-sp0byv58 Created temporary directory: /tmp/pip-req-tracker-uevkegvj Created requirements tracker '/tmp/pip-req-tracker-uevkegvj' Created temporary directory: /tmp/pip-wheel-w9kz82um Collecting testwithnewimplemenation==1.1.1 1 location(s) to search for versions of testwithnewimplemenation: * https://pypi.org/simple/testwithnewimplemenation/ Getting page https://pypi.org/simple/testwithnewimplemenation/ Analyzing links from page https://pypi.org/simple/testwithnewimplemenation/ Found link https://files.pythonhosted.org/packages/5c/2d/63b669a687ea03f0386920fcea212071577d0e12a3813c63e5468e995add/testwithnewimplemenation-1.1.0.tar.gz#sha256=59306131b30565f822d98a47c84fbd07a3a8e3c0980cf3b61bea123510b0ad3d (from https://pypi.org/simple/testwithnewimplemenation/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/5f/f9/15676c23215060cf4ea980d0f2cf949097a3b5c0d470ab0cfd7a1d9ebb12/testwithnewimplemenation-1.1.1.tar.gz#sha256=b9cee75a636cbd4da826945235f1cee37bd3fb27fe25d7ba6af891e7a068650b (from https://pypi.org/simple/testwithnewimplemenation/), version: 1.1.1 Using version 1.1.1 (newest of versions: 1.1.1) Created temporary directory: /tmp/pip-unpack-93lbs6kv Downloading https://files.pythonhosted.org/packages/5f/f9/15676c23215060cf4ea980d0f2cf949097a3b5c0d470ab0cfd7a1d9ebb12/testwithnewimplemenation-1.1.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/5f/f9/15676c23215060cf4ea980d0f2cf949097a3b5c0d470ab0cfd7a1d9ebb12/testwithnewimplemenation-1.1.1.tar.gz#sha256=b9cee75a636cbd4da826945235f1cee37bd3fb27fe25d7ba6af891e7a068650b (from https://pypi.org/simple/testwithnewimplemenation/) Added testwithnewimplemenation==1.1.1 from https://files.pythonhosted.org/packages/5f/f9/15676c23215060cf4ea980d0f2cf949097a3b5c0d470ab0cfd7a1d9ebb12/testwithnewimplemenation-1.1.1.tar.gz#sha256=b9cee75a636cbd4da826945235f1cee37bd3fb27fe25d7ba6af891e7a068650b to build tracker '/tmp/pip-req-tracker-uevkegvj' Running setup.py (path:/tmp/pip-wheel-w9kz82um/testwithnewimplemenation/setup.py) egg_info for package testwithnewimplemenation Running command python setup.py egg_info running egg_info creating pip-egg-info/testwithnewimplemenation.egg-info writing top-level names to pip-egg-info/testwithnewimplemenation.egg-info/top_level.txt writing dependency_links to pip-egg-info/testwithnewimplemenation.egg-info/dependency_links.txt writing pip-egg-info/testwithnewimplemenation.egg-info/PKG-INFO writing requirements to pip-egg-info/testwithnewimplemenation.egg-info/requires.txt writing manifest file 'pip-egg-info/testwithnewimplemenation.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/testwithnewimplemenation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/testwithnewimplemenation.egg-info/SOURCES.txt' Maybe try: sudo apt-get install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- Source in /tmp/pip-wheel-w9kz82um/testwithnewimplemenation has version 1.1.1, which satisfies requirement testwithnewimplemenation==1.1.1 from https://files.pythonhosted.org/packages/5f/f9/15676c23215060cf4ea980d0f2cf949097a3b5c0d470ab0cfd7a1d9ebb12/testwithnewimplemenation-1.1.1.tar.gz#sha256=b9cee75a636cbd4da826945235f1cee37bd3fb27fe25d7ba6af891e7a068650b Removed testwithnewimplemenation==1.1.1 from https://files.pythonhosted.org/packages/5f/f9/15676c23215060cf4ea980d0f2cf949097a3b5c0d470ab0cfd7a1d9ebb12/testwithnewimplemenation-1.1.1.tar.gz#sha256=b9cee75a636cbd4da826945235f1cee37bd3fb27fe25d7ba6af891e7a068650b from build tracker '/tmp/pip-req-tracker-uevkegvj' Building wheels for collected packages: testwithnewimplemenation Created temporary directory: /tmp/pip-wheel-q8k_ea13 Running setup.py bdist_wheel for testwithnewimplemenation: started Destination directory: /tmp/pip-wheel-q8k_ea13 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-w9kz82um/testwithnewimplemenation/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-q8k_ea13 Maybe try: sudo apt-get install pandoc See http://johnmacfarlane.net/pandoc/installing.html for installation options --------------------------------------------------------------- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_helper.py -> build/lib/tests copying tests/http_response_catcher.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/testwithnewimplemenation copying testwithnewimplemenation/api_helper.py -> build/lib/testwithnewimplemenation copying testwithnewimplemenation/configuration.py -> build/lib/testwithnewimplemenation copying testwithnewimplemenation/__init__.py -> build/lib/testwithnewimplemenation copying testwithnewimplemenation/decorators.py -> build/lib/testwithnewimplemenation copying testwithnewimplemenation/testwithnewimplemenation_client.py -> build/lib/testwithnewimplemenation creating build/lib/tests/controllers copying tests/controllers/__init__.py -> build/lib/tests/controllers copying tests/controllers/controller_test_base.py -> build/lib/tests/controllers copying tests/controllers/test_simple_calculator_controller.py -> build/lib/tests/controllers creating build/lib/testwithnewimplemenation/exceptions copying testwithnewimplemenation/exceptions/__init__.py -> build/lib/testwithnewimplemenation/exceptions copying testwithnewimplemenation/exceptions/api_exception.py -> build/lib/testwithnewimplemenation/exceptions creating build/lib/testwithnewimplemenation/controllers copying testwithnewimplemenation/controllers/base_controller.py -> build/lib/testwithnewimplemenation/controllers copying testwithnewimplemenation/controllers/__init__.py -> build/lib/testwithnewimplemenation/controllers copying testwithnewimplemenation/controllers/simple_calculator_controller.py -> build/lib/testwithnewimplemenation/controllers creating build/lib/testwithnewimplemenation/models copying testwithnewimplemenation/models/operation_type_enum.py -> build/lib/testwithnewimplemenation/models copying testwithnewimplemenation/models/__init__.py -> build/lib/testwithnewimplemenation/models creating build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/http_call_back.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/http_context.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/http_method_enum.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/http_response.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/http_client.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/http_request.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/requests_client.py -> build/lib/testwithnewimplemenation/http copying testwithnewimplemenation/http/__init__.py -> build/lib/testwithnewimplemenation/http 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/tests copying build/lib/tests/test_helper.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/controllers copying build/lib/tests/controllers/__init__.py -> build/bdist.linux-armv7l/wheel/tests/controllers copying build/lib/tests/controllers/controller_test_base.py -> build/bdist.linux-armv7l/wheel/tests/controllers copying build/lib/tests/controllers/test_simple_calculator_controller.py -> build/bdist.linux-armv7l/wheel/tests/controllers copying build/lib/tests/http_response_catcher.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/testwithnewimplemenation copying build/lib/testwithnewimplemenation/api_helper.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation copying build/lib/testwithnewimplemenation/configuration.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation creating build/bdist.linux-armv7l/wheel/testwithnewimplemenation/exceptions copying build/lib/testwithnewimplemenation/exceptions/__init__.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/exceptions copying build/lib/testwithnewimplemenation/exceptions/api_exception.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/exceptions creating build/bdist.linux-armv7l/wheel/testwithnewimplemenation/controllers copying build/lib/testwithnewimplemenation/controllers/base_controller.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/controllers copying build/lib/testwithnewimplemenation/controllers/__init__.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/controllers copying build/lib/testwithnewimplemenation/controllers/simple_calculator_controller.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/controllers creating build/bdist.linux-armv7l/wheel/testwithnewimplemenation/models copying build/lib/testwithnewimplemenation/models/operation_type_enum.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/models copying build/lib/testwithnewimplemenation/models/__init__.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/models creating build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/http_call_back.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/http_context.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/http_method_enum.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/http_response.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/http_client.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/http_request.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/requests_client.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/http/__init__.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation/http copying build/lib/testwithnewimplemenation/__init__.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation copying build/lib/testwithnewimplemenation/decorators.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation copying build/lib/testwithnewimplemenation/testwithnewimplemenation_client.py -> build/bdist.linux-armv7l/wheel/testwithnewimplemenation running install_egg_info running egg_info writing dependency_links to testwithnewimplemenation.egg-info/dependency_links.txt writing testwithnewimplemenation.egg-info/PKG-INFO writing top-level names to testwithnewimplemenation.egg-info/top_level.txt writing requirements to testwithnewimplemenation.egg-info/requires.txt reading manifest file 'testwithnewimplemenation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'testwithnewimplemenation.egg-info/SOURCES.txt' Copying testwithnewimplemenation.egg-info to build/bdist.linux-armv7l/wheel/testwithnewimplemenation-1.1.1-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/testwithnewimplemenation-1.1.1.dist-info/WHEEL creating '/tmp/pip-wheel-q8k_ea13/testwithnewimplemenation-1.1.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'tests/__init__.py' adding 'tests/http_response_catcher.py' adding 'tests/test_helper.py' adding 'tests/controllers/__init__.py' adding 'tests/controllers/controller_test_base.py' adding 'tests/controllers/test_simple_calculator_controller.py' adding 'testwithnewimplemenation/__init__.py' adding 'testwithnewimplemenation/api_helper.py' adding 'testwithnewimplemenation/configuration.py' adding 'testwithnewimplemenation/decorators.py' adding 'testwithnewimplemenation/testwithnewimplemenation_client.py' adding 'testwithnewimplemenation/controllers/__init__.py' adding 'testwithnewimplemenation/controllers/base_controller.py' adding 'testwithnewimplemenation/controllers/simple_calculator_controller.py' adding 'testwithnewimplemenation/exceptions/__init__.py' adding 'testwithnewimplemenation/exceptions/api_exception.py' adding 'testwithnewimplemenation/http/__init__.py' adding 'testwithnewimplemenation/http/http_call_back.py' adding 'testwithnewimplemenation/http/http_client.py' adding 'testwithnewimplemenation/http/http_context.py' adding 'testwithnewimplemenation/http/http_method_enum.py' adding 'testwithnewimplemenation/http/http_request.py' adding 'testwithnewimplemenation/http/http_response.py' adding 'testwithnewimplemenation/http/requests_client.py' adding 'testwithnewimplemenation/models/__init__.py' adding 'testwithnewimplemenation/models/operation_type_enum.py' adding 'testwithnewimplemenation-1.1.1.dist-info/LICENSE' adding 'testwithnewimplemenation-1.1.1.dist-info/METADATA' adding 'testwithnewimplemenation-1.1.1.dist-info/WHEEL' adding 'testwithnewimplemenation-1.1.1.dist-info/top_level.txt' adding 'testwithnewimplemenation-1.1.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for testwithnewimplemenation: finished with status 'done' Stored in directory: /tmp/tmpes1m4b6t Successfully built testwithnewimplemenation Cleaning up... Removing source in /tmp/pip-wheel-w9kz82um/testwithnewimplemenation Removed build tracker '/tmp/pip-req-tracker-uevkegvj'