Collecting django-datatable-view-compat==0.8.3 1 location(s) to search for versions of django-datatable-view-compat: * https://pypi.python.org/simple/django-datatable-view-compat/ Getting page https://pypi.python.org/simple/django-datatable-view-compat/ Analyzing links from page https://pypi.python.org/simple/django-datatable-view-compat/ Found link https://pypi.python.org/packages/14/91/a3491b46126abd9a1712ddb427869a4fd0092789a6c8421bf87fe8938e38/django-datatable-view-compat-0.8.3.tar.gz#md5=483979388fbe044ba03a3b2b4ebf3e5e (from https://pypi.python.org/simple/django-datatable-view-compat/), version: 0.8.3 Found link https://pypi.python.org/packages/8f/07/cbd0df0ea73a10788e381cd55193e17384415b86fab38818371fbac22ffa/django-datatable-view-compat-0.8.2.tar.gz#md5=29afe44ec5a356e67e7f3a54f013d983 (from https://pypi.python.org/simple/django-datatable-view-compat/), version: 0.8.2 Using version 0.8.3 (newest of versions: 0.8.3) Downloading django-datatable-view-compat-0.8.3.tar.gz (42kB) Downloading from URL https://pypi.python.org/packages/14/91/a3491b46126abd9a1712ddb427869a4fd0092789a6c8421bf87fe8938e38/django-datatable-view-compat-0.8.3.tar.gz#md5=483979388fbe044ba03a3b2b4ebf3e5e (from https://pypi.python.org/simple/django-datatable-view-compat/) Running setup.py (path:/tmp/pip-build-g5d2vpcb/django-datatable-view-compat/setup.py) egg_info for package django-datatable-view-compat Running command python setup.py egg_info running egg_info creating pip-egg-info/django_datatable_view_compat.egg-info writing requirements to pip-egg-info/django_datatable_view_compat.egg-info/requires.txt writing pip-egg-info/django_datatable_view_compat.egg-info/PKG-INFO writing dependency_links to pip-egg-info/django_datatable_view_compat.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_datatable_view_compat.egg-info/top_level.txt writing manifest file 'pip-egg-info/django_datatable_view_compat.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_datatable_view_compat.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/django_datatable_view_compat.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-build-g5d2vpcb/django-datatable-view-compat has version 0.8.3, which satisfies requirement django-datatable-view-compat==0.8.3 from https://pypi.python.org/packages/14/91/a3491b46126abd9a1712ddb427869a4fd0092789a6c8421bf87fe8938e38/django-datatable-view-compat-0.8.3.tar.gz#md5=483979388fbe044ba03a3b2b4ebf3e5e Building wheels for collected packages: django-datatable-view-compat Running setup.py bdist_wheel for django-datatable-view-compat: started Destination directory: /tmp/tmpksxy9vgapip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-g5d2vpcb/django-datatable-view-compat/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/tmpksxy9vgapip-wheel- 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/datatableview copying datatableview/helpers.py -> build/lib/datatableview copying datatableview/views.py -> build/lib/datatableview copying datatableview/models.py -> build/lib/datatableview copying datatableview/forms.py -> build/lib/datatableview copying datatableview/__init__.py -> build/lib/datatableview copying datatableview/utils.py -> build/lib/datatableview creating build/lib/datatableview/tests copying datatableview/tests/test_helpers.py -> build/lib/datatableview/tests copying datatableview/tests/__init__.py -> build/lib/datatableview/tests copying datatableview/tests/test_utils.py -> build/lib/datatableview/tests copying datatableview/tests/test_views.py -> build/lib/datatableview/tests copying datatableview/tests/testcase.py -> build/lib/datatableview/tests creating build/lib/datatableview/tests/example_project copying datatableview/tests/example_project/manage.py -> build/lib/datatableview/tests/example_project copying datatableview/tests/example_project/__init__.py -> build/lib/datatableview/tests/example_project creating build/lib/datatableview/tests/test_app copying datatableview/tests/test_app/models.py -> build/lib/datatableview/tests/test_app copying datatableview/tests/test_app/__init__.py -> build/lib/datatableview/tests/test_app creating build/lib/datatableview/tests/example_project/example_project copying datatableview/tests/example_project/example_project/wsgi.py -> build/lib/datatableview/tests/example_project/example_project copying datatableview/tests/example_project/example_project/urls.py -> build/lib/datatableview/tests/example_project/example_project copying datatableview/tests/example_project/example_project/__init__.py -> build/lib/datatableview/tests/example_project/example_project copying datatableview/tests/example_project/example_project/settings.py -> build/lib/datatableview/tests/example_project/example_project creating build/lib/datatableview/tests/example_project/example_project/example_app copying datatableview/tests/example_project/example_project/example_app/views.py -> build/lib/datatableview/tests/example_project/example_project/example_app copying datatableview/tests/example_project/example_project/example_app/models.py -> build/lib/datatableview/tests/example_project/example_project/example_app copying datatableview/tests/example_project/example_project/example_app/urls.py -> build/lib/datatableview/tests/example_project/example_project/example_app copying datatableview/tests/example_project/example_project/example_app/__init__.py -> build/lib/datatableview/tests/example_project/example_project/example_app creating build/lib/datatableview/tests/example_project/example_project/example_app/templatetags copying datatableview/tests/example_project/example_project/example_app/templatetags/example_app_tags.py -> build/lib/datatableview/tests/example_project/example_project/example_app/templatetags copying datatableview/tests/example_project/example_project/example_app/templatetags/__init__.py -> build/lib/datatableview/tests/example_project/example_project/example_app/templatetags creating build/lib/datatableview/tests/example_project/example_project/example_app/migrations copying datatableview/tests/example_project/example_project/example_app/migrations/0001_initial.py -> build/lib/datatableview/tests/example_project/example_project/example_app/migrations copying datatableview/tests/example_project/example_project/example_app/migrations/__init__.py -> build/lib/datatableview/tests/example_project/example_project/example_app/migrations running egg_info writing requirements to django_datatable_view_compat.egg-info/requires.txt writing top-level names to django_datatable_view_compat.egg-info/top_level.txt writing django_datatable_view_compat.egg-info/PKG-INFO writing dependency_links to django_datatable_view_compat.egg-info/dependency_links.txt reading manifest file 'django_datatable_view_compat.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_datatable_view_compat.egg-info/SOURCES.txt' creating build/lib/datatableview/static creating build/lib/datatableview/static/js copying datatableview/static/js/datatableview.js -> build/lib/datatableview/static/js copying datatableview/static/js/datatableview.min.js -> build/lib/datatableview/static/js creating build/lib/datatableview/templates creating build/lib/datatableview/templates/datatableview copying datatableview/templates/datatableview/bootstrap_structure.html -> build/lib/datatableview/templates/datatableview copying datatableview/templates/datatableview/default_structure.html -> build/lib/datatableview/templates/datatableview 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/datatableview creating build/bdist.linux-armv7l/wheel/datatableview/static creating build/bdist.linux-armv7l/wheel/datatableview/static/js copying build/lib/datatableview/static/js/datatableview.js -> build/bdist.linux-armv7l/wheel/datatableview/static/js copying build/lib/datatableview/static/js/datatableview.min.js -> build/bdist.linux-armv7l/wheel/datatableview/static/js copying build/lib/datatableview/helpers.py -> build/bdist.linux-armv7l/wheel/datatableview copying build/lib/datatableview/views.py -> build/bdist.linux-armv7l/wheel/datatableview copying build/lib/datatableview/models.py -> build/bdist.linux-armv7l/wheel/datatableview copying build/lib/datatableview/forms.py -> build/bdist.linux-armv7l/wheel/datatableview copying build/lib/datatableview/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview creating build/bdist.linux-armv7l/wheel/datatableview/tests copying build/lib/datatableview/tests/test_helpers.py -> build/bdist.linux-armv7l/wheel/datatableview/tests creating build/bdist.linux-armv7l/wheel/datatableview/tests/example_project copying build/lib/datatableview/tests/example_project/manage.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project creating build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project copying build/lib/datatableview/tests/example_project/example_project/wsgi.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project copying build/lib/datatableview/tests/example_project/example_project/urls.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project copying build/lib/datatableview/tests/example_project/example_project/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project creating build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app creating build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app/templatetags copying build/lib/datatableview/tests/example_project/example_project/example_app/templatetags/example_app_tags.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app/templatetags copying build/lib/datatableview/tests/example_project/example_project/example_app/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app/templatetags copying build/lib/datatableview/tests/example_project/example_project/example_app/views.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app copying build/lib/datatableview/tests/example_project/example_project/example_app/models.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app creating build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app/migrations copying build/lib/datatableview/tests/example_project/example_project/example_app/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app/migrations copying build/lib/datatableview/tests/example_project/example_project/example_app/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app/migrations copying build/lib/datatableview/tests/example_project/example_project/example_app/urls.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app copying build/lib/datatableview/tests/example_project/example_project/example_app/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project/example_app copying build/lib/datatableview/tests/example_project/example_project/settings.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project/example_project copying build/lib/datatableview/tests/example_project/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/example_project copying build/lib/datatableview/tests/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests creating build/bdist.linux-armv7l/wheel/datatableview/tests/test_app copying build/lib/datatableview/tests/test_app/models.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/test_app copying build/lib/datatableview/tests/test_app/__init__.py -> build/bdist.linux-armv7l/wheel/datatableview/tests/test_app copying build/lib/datatableview/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/datatableview/tests copying build/lib/datatableview/tests/test_views.py -> build/bdist.linux-armv7l/wheel/datatableview/tests copying build/lib/datatableview/tests/testcase.py -> build/bdist.linux-armv7l/wheel/datatableview/tests creating build/bdist.linux-armv7l/wheel/datatableview/templates creating build/bdist.linux-armv7l/wheel/datatableview/templates/datatableview copying build/lib/datatableview/templates/datatableview/bootstrap_structure.html -> build/bdist.linux-armv7l/wheel/datatableview/templates/datatableview copying build/lib/datatableview/templates/datatableview/default_structure.html -> build/bdist.linux-armv7l/wheel/datatableview/templates/datatableview copying build/lib/datatableview/utils.py -> build/bdist.linux-armv7l/wheel/datatableview running install_egg_info Copying django_datatable_view_compat.egg-info to build/bdist.linux-armv7l/wheel/django_datatable_view_compat-0.8.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_datatable_view_compat-0.8.3.dist-info/WHEEL Running setup.py bdist_wheel for django-datatable-view-compat: finished with status 'done' Stored in directory: /tmp/tmpsqzbvbch Successfully built django-datatable-view-compat Cleaning up... Removing source in /tmp/pip-build-g5d2vpcb/django-datatable-view-compat