Created temporary directory: /tmp/pip-ephem-wheel-cache-mvmbvxv5 Created temporary directory: /tmp/pip-req-tracker-esxg_0n9 Created requirements tracker '/tmp/pip-req-tracker-esxg_0n9' Created temporary directory: /tmp/pip-wheel-l6ygk8d6 Looking in indexes: https://pypi.python.org/simple Collecting django-pwa==1.0.0 1 location(s) to search for versions of django-pwa: * https://pypi.python.org/simple/django-pwa/ Getting page https://pypi.python.org/simple/django-pwa/ Analyzing links from page https://pypi.org/simple/django-pwa/ Found link https://files.pythonhosted.org/packages/83/bd/4660447eddf98db7994b1b304a4d8730fe5fadd5ee5666833458c2aafbaa/django-pwa-1.0.0.tar.gz#sha256=bbcf1ce4323d5dc23ed91b48c30634556a9e7e6c4b15bcfacb6900dec1c88201 (from https://pypi.org/simple/django-pwa/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-nxlruz_j Downloading https://files.pythonhosted.org/packages/83/bd/4660447eddf98db7994b1b304a4d8730fe5fadd5ee5666833458c2aafbaa/django-pwa-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/83/bd/4660447eddf98db7994b1b304a4d8730fe5fadd5ee5666833458c2aafbaa/django-pwa-1.0.0.tar.gz#sha256=bbcf1ce4323d5dc23ed91b48c30634556a9e7e6c4b15bcfacb6900dec1c88201 (from https://pypi.org/simple/django-pwa/) Added django-pwa==1.0.0 from https://files.pythonhosted.org/packages/83/bd/4660447eddf98db7994b1b304a4d8730fe5fadd5ee5666833458c2aafbaa/django-pwa-1.0.0.tar.gz#sha256=bbcf1ce4323d5dc23ed91b48c30634556a9e7e6c4b15bcfacb6900dec1c88201 to build tracker '/tmp/pip-req-tracker-esxg_0n9' Running setup.py (path:/tmp/pip-wheel-l6ygk8d6/django-pwa/setup.py) egg_info for package django-pwa Running command python setup.py egg_info running egg_info creating pip-egg-info/django_pwa.egg-info writing dependency_links to pip-egg-info/django_pwa.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_pwa.egg-info/top_level.txt writing pip-egg-info/django_pwa.egg-info/PKG-INFO writing manifest file 'pip-egg-info/django_pwa.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_pwa.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/django_pwa.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-l6ygk8d6/django-pwa has version 1.0.0, which satisfies requirement django-pwa==1.0.0 from https://files.pythonhosted.org/packages/83/bd/4660447eddf98db7994b1b304a4d8730fe5fadd5ee5666833458c2aafbaa/django-pwa-1.0.0.tar.gz#sha256=bbcf1ce4323d5dc23ed91b48c30634556a9e7e6c4b15bcfacb6900dec1c88201 Removed django-pwa==1.0.0 from https://files.pythonhosted.org/packages/83/bd/4660447eddf98db7994b1b304a4d8730fe5fadd5ee5666833458c2aafbaa/django-pwa-1.0.0.tar.gz#sha256=bbcf1ce4323d5dc23ed91b48c30634556a9e7e6c4b15bcfacb6900dec1c88201 from build tracker '/tmp/pip-req-tracker-esxg_0n9' Building wheels for collected packages: django-pwa Created temporary directory: /tmp/pip-wheel-ru16bzpe Running setup.py bdist_wheel for django-pwa: started Destination directory: /tmp/pip-wheel-ru16bzpe Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-l6ygk8d6/django-pwa/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-ru16bzpe 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_view.py -> build/lib/tests copying tests/settings.py -> build/lib/tests copying tests/test_settings_attr.py -> build/lib/tests copying tests/test_template_tag_meta.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/pwa copying pwa/app_settings.py -> build/lib/pwa copying pwa/views.py -> build/lib/pwa copying pwa/__init__.py -> build/lib/pwa copying pwa/urls.py -> build/lib/pwa copying pwa/apps.py -> build/lib/pwa creating build/lib/pwa/templatetags copying pwa/templatetags/__init__.py -> build/lib/pwa/templatetags copying pwa/templatetags/pwa.py -> build/lib/pwa/templatetags running egg_info writing django_pwa.egg-info/PKG-INFO writing dependency_links to django_pwa.egg-info/dependency_links.txt writing top-level names to django_pwa.egg-info/top_level.txt reading manifest file 'django_pwa.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_pwa.egg-info/SOURCES.txt' creating build/lib/pwa/templates copying pwa/templates/manifest.json -> build/lib/pwa/templates copying pwa/templates/pwa.html -> build/lib/pwa/templates copying pwa/templates/serviceworker.js -> build/lib/pwa/templates 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_view.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/settings.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_settings_attr.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_template_tag_meta.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/pwa creating build/bdist.linux-armv7l/wheel/pwa/templates copying build/lib/pwa/templates/serviceworker.js -> build/bdist.linux-armv7l/wheel/pwa/templates copying build/lib/pwa/templates/manifest.json -> build/bdist.linux-armv7l/wheel/pwa/templates copying build/lib/pwa/templates/pwa.html -> build/bdist.linux-armv7l/wheel/pwa/templates copying build/lib/pwa/app_settings.py -> build/bdist.linux-armv7l/wheel/pwa copying build/lib/pwa/views.py -> build/bdist.linux-armv7l/wheel/pwa creating build/bdist.linux-armv7l/wheel/pwa/templatetags copying build/lib/pwa/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/pwa/templatetags copying build/lib/pwa/templatetags/pwa.py -> build/bdist.linux-armv7l/wheel/pwa/templatetags copying build/lib/pwa/__init__.py -> build/bdist.linux-armv7l/wheel/pwa copying build/lib/pwa/urls.py -> build/bdist.linux-armv7l/wheel/pwa copying build/lib/pwa/apps.py -> build/bdist.linux-armv7l/wheel/pwa running install_egg_info Copying django_pwa.egg-info to build/bdist.linux-armv7l/wheel/django_pwa-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_pwa-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-ru16bzpe/django_pwa-1.0.0-py3-none-any.whl' and adding '.' to it adding 'pwa/__init__.py' adding 'pwa/app_settings.py' adding 'pwa/apps.py' adding 'pwa/urls.py' adding 'pwa/views.py' adding 'pwa/templates/manifest.json' adding 'pwa/templates/pwa.html' adding 'pwa/templates/serviceworker.js' adding 'pwa/templatetags/__init__.py' adding 'pwa/templatetags/pwa.py' adding 'tests/__init__.py' adding 'tests/settings.py' adding 'tests/test_settings_attr.py' adding 'tests/test_template_tag_meta.py' adding 'tests/test_view.py' adding 'django_pwa-1.0.0.dist-info/top_level.txt' adding 'django_pwa-1.0.0.dist-info/WHEEL' adding 'django_pwa-1.0.0.dist-info/METADATA' adding 'django_pwa-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-pwa: finished with status 'done' Stored in directory: /tmp/tmp2z6rai74 Successfully built django-pwa Cleaning up... Removing source in /tmp/pip-wheel-l6ygk8d6/django-pwa Removed build tracker '/tmp/pip-req-tracker-esxg_0n9'