Collecting nbconvert-pyencoded==5.3.2.dev0 1 location(s) to search for versions of nbconvert-pyencoded: * https://pypi.python.org/simple/nbconvert-pyencoded/ Getting page https://pypi.python.org/simple/nbconvert-pyencoded/ Analyzing links from page https://pypi.python.org/simple/nbconvert-pyencoded/ Found link https://pypi.python.org/packages/b3/2c/5da72c7576943f8d62fd95b4097d0a36d95972e6d41e3e6ae718ceca8376/nbconvert-pyencoded-5.3.2.dev0.tar.gz#md5=4e62eb871038b4a6cafd11cdfd33211e (from https://pypi.python.org/simple/nbconvert-pyencoded/), version: 5.3.2.dev0 Using version 5.3.2.dev0 (newest of versions: 5.3.2.dev0) Downloading nbconvert-pyencoded-5.3.2.dev0.tar.gz (543kB) Downloading from URL https://pypi.python.org/packages/b3/2c/5da72c7576943f8d62fd95b4097d0a36d95972e6d41e3e6ae718ceca8376/nbconvert-pyencoded-5.3.2.dev0.tar.gz#md5=4e62eb871038b4a6cafd11cdfd33211e (from https://pypi.python.org/simple/nbconvert-pyencoded/) Running setup.py (path:/tmp/pip-build-_deh17zl/nbconvert-pyencoded/setup.py) egg_info for package nbconvert-pyencoded Running command python setup.py egg_info running egg_info creating pip-egg-info/nbconvert_pyencoded.egg-info writing requirements to pip-egg-info/nbconvert_pyencoded.egg-info/requires.txt writing dependency_links to pip-egg-info/nbconvert_pyencoded.egg-info/dependency_links.txt writing top-level names to pip-egg-info/nbconvert_pyencoded.egg-info/top_level.txt writing entry points to pip-egg-info/nbconvert_pyencoded.egg-info/entry_points.txt writing pip-egg-info/nbconvert_pyencoded.egg-info/PKG-INFO writing manifest file 'pip-egg-info/nbconvert_pyencoded.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/nbconvert_pyencoded.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/#*' warning: no previously-included files found matching 'readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no directories found matching 'examples' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' no previously-included directories found matching 'docs/dist' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution writing manifest file 'pip-egg-info/nbconvert_pyencoded.egg-info/SOURCES.txt' Source in /tmp/pip-build-_deh17zl/nbconvert-pyencoded has version 5.3.2.dev0, which satisfies requirement nbconvert-pyencoded==5.3.2.dev0 from https://pypi.python.org/packages/b3/2c/5da72c7576943f8d62fd95b4097d0a36d95972e6d41e3e6ae718ceca8376/nbconvert-pyencoded-5.3.2.dev0.tar.gz#md5=4e62eb871038b4a6cafd11cdfd33211e Building wheels for collected packages: nbconvert-pyencoded Running setup.py bdist_wheel for nbconvert-pyencoded: started Destination directory: /tmp/tmpbqaq3pfkpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_deh17zl/nbconvert-pyencoded/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/tmpbqaq3pfkpip-wheel- running bdist_wheel running build running css running build_py creating build creating build/lib creating build/lib/nbconvert copying nbconvert/nbconvertapp.py -> build/lib/nbconvert copying nbconvert/__init__.py -> build/lib/nbconvert copying nbconvert/__main__.py -> build/lib/nbconvert copying nbconvert/_version.py -> build/lib/nbconvert creating build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/sanitize.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/regexremove.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/csshtmlheader.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/extractoutput.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/base.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/tagremove.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/clearoutput.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/latex.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/execute.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/convertfigures.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/__init__.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/coalescestreams.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/highlightmagics.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/svg2pdf.py -> build/lib/nbconvert/preprocessors creating build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_sanitize.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_coalescestreams.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/base.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_csshtmlheader.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_tagremove.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_regexremove.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_highlightmagics.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_latex.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/fake_kernelmanager.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_execute.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_clearoutput.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/__init__.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_svg2pdf.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_extractoutput.py -> build/lib/nbconvert/preprocessors/tests creating build/lib/nbconvert/utils copying nbconvert/utils/exceptions.py -> build/lib/nbconvert/utils copying nbconvert/utils/base.py -> build/lib/nbconvert/utils copying nbconvert/utils/io.py -> build/lib/nbconvert/utils copying nbconvert/utils/lexers.py -> build/lib/nbconvert/utils copying nbconvert/utils/version.py -> build/lib/nbconvert/utils copying nbconvert/utils/pandoc.py -> build/lib/nbconvert/utils copying nbconvert/utils/__init__.py -> build/lib/nbconvert/utils creating build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_pandoc.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/__init__.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_io.py -> build/lib/nbconvert/utils/tests creating build/lib/nbconvert/tests copying nbconvert/tests/fake_exporters.py -> build/lib/nbconvert/tests copying nbconvert/tests/base.py -> build/lib/nbconvert/tests copying nbconvert/tests/test_nbconvertapp.py -> build/lib/nbconvert/tests copying nbconvert/tests/__init__.py -> build/lib/nbconvert/tests creating build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/base.py -> build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/serve.py -> build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/__init__.py -> build/lib/nbconvert/postprocessors creating build/lib/nbconvert/postprocessors/tests copying nbconvert/postprocessors/tests/test_serve.py -> build/lib/nbconvert/postprocessors/tests copying nbconvert/postprocessors/tests/__init__.py -> build/lib/nbconvert/postprocessors/tests creating build/lib/nbconvert/exporters copying nbconvert/exporters/export.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/base.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/exporter_locator.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/notebook.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/python.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/latex.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/templateexporter.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/html.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/encoded_python.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/slides.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/markdown.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/exporter.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/rst.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/__init__.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/script.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/pdf.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/asciidoc.py -> build/lib/nbconvert/exporters creating build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_export.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_python.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/base.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_rst.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_exporter.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/cheese.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_markdown.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_latex.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_asciidoc.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_notebook.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_templateexporter.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_html.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_slides.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/__init__.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_pdf.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_script.py -> build/lib/nbconvert/exporters/tests creating build/lib/nbconvert/filters copying nbconvert/filters/datatypefilter.py -> build/lib/nbconvert/filters copying nbconvert/filters/strings.py -> build/lib/nbconvert/filters copying nbconvert/filters/citation.py -> build/lib/nbconvert/filters copying nbconvert/filters/latex.py -> build/lib/nbconvert/filters copying nbconvert/filters/markdown_mistune.py -> build/lib/nbconvert/filters copying nbconvert/filters/ansi.py -> build/lib/nbconvert/filters copying nbconvert/filters/markdown.py -> build/lib/nbconvert/filters copying nbconvert/filters/pandoc.py -> build/lib/nbconvert/filters copying nbconvert/filters/__init__.py -> build/lib/nbconvert/filters copying nbconvert/filters/highlight.py -> build/lib/nbconvert/filters copying nbconvert/filters/filter_links.py -> build/lib/nbconvert/filters copying nbconvert/filters/metadata.py -> build/lib/nbconvert/filters creating build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_metadata.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_markdown.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_latex.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_highlight.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_ansi.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/__init__.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_strings.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_datatypefilter.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_citation.py -> build/lib/nbconvert/filters/tests creating build/lib/nbconvert/writers copying nbconvert/writers/base.py -> build/lib/nbconvert/writers copying nbconvert/writers/stdout.py -> build/lib/nbconvert/writers copying nbconvert/writers/debug.py -> build/lib/nbconvert/writers copying nbconvert/writers/__init__.py -> build/lib/nbconvert/writers copying nbconvert/writers/files.py -> build/lib/nbconvert/writers creating build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_files.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_stdout.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/__init__.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_debug.py -> build/lib/nbconvert/writers/tests creating build/lib/nbconvert/resources copying nbconvert/resources/__init__.py -> build/lib/nbconvert/resources creating build/lib/nbconvert/tests/files copying nbconvert/tests/files/jupyter_nbconvert_config.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook3_with_errors.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/latex-linked-image.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/override.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook_jl.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/markdown_display_priority.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook1.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook2.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/hello.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/containerized_deployments.jpeg -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/testimage.png -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook4_jpeg.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/Widget_List.ipynb -> build/lib/nbconvert/tests/files creating build/lib/nbconvert/tests/exporter_entrypoint copying nbconvert/tests/exporter_entrypoint/eptest.py -> build/lib/nbconvert/tests/exporter_entrypoint creating build/lib/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info copying nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt -> build/lib/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info creating build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/pngmetadata.ipynb.orig -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/prompt_numbers.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/notebook2.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/pngmetadata.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/rawtest.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/rawtest.ipynb.orig -> build/lib/nbconvert/exporters/tests/files creating build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/update-display-id.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Factorials.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/HelloWorld.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Clear Output.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Unicode.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Disable Stdin.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Interrupt.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Empty Cell.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/python.png -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Inline Image.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/SVG.ipynb -> build/lib/nbconvert/preprocessors/tests/files creating build/lib/nbconvert/templates copying nbconvert/templates/script.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/encoded_python.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/README.md -> build/lib/nbconvert/templates copying nbconvert/templates/markdown.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/python.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/asciidoc.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/rst.tpl -> build/lib/nbconvert/templates creating build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/document_contents.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/article.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_python.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/base.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_bw_python.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_bw_ipython.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/report.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_ipython.tplx -> build/lib/nbconvert/templates/latex creating build/lib/nbconvert/templates/latex/skeleton copying nbconvert/templates/latex/skeleton/null.tplx -> build/lib/nbconvert/templates/latex/skeleton copying nbconvert/templates/latex/skeleton/display_priority.tplx -> build/lib/nbconvert/templates/latex/skeleton creating build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/null.tpl -> build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/README.md -> build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/display_priority.tpl -> build/lib/nbconvert/templates/skeleton creating build/lib/nbconvert/templates/html copying nbconvert/templates/html/full.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/mathjax.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/slides_reveal.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/basic.tpl -> build/lib/nbconvert/templates/html copying nbconvert/resources/style.min.css -> build/lib/nbconvert/resources 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/nbconvert creating build/bdist.linux-armv7l/wheel/nbconvert/templates creating build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/document_contents.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/article.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_python.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/base.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_bw_python.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_bw_ipython.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/report.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex creating build/bdist.linux-armv7l/wheel/nbconvert/templates/latex/skeleton copying build/lib/nbconvert/templates/latex/skeleton/null.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex/skeleton copying build/lib/nbconvert/templates/latex/skeleton/display_priority.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex/skeleton copying build/lib/nbconvert/templates/latex/style_ipython.tplx -> build/bdist.linux-armv7l/wheel/nbconvert/templates/latex copying build/lib/nbconvert/templates/script.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates copying build/lib/nbconvert/templates/encoded_python.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates copying build/lib/nbconvert/templates/README.md -> build/bdist.linux-armv7l/wheel/nbconvert/templates creating build/bdist.linux-armv7l/wheel/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/null.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/README.md -> build/bdist.linux-armv7l/wheel/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/display_priority.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/markdown.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates copying build/lib/nbconvert/templates/python.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates copying build/lib/nbconvert/templates/asciidoc.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates creating build/bdist.linux-armv7l/wheel/nbconvert/templates/html copying build/lib/nbconvert/templates/html/full.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates/html copying build/lib/nbconvert/templates/html/mathjax.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates/html copying build/lib/nbconvert/templates/html/slides_reveal.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates/html copying build/lib/nbconvert/templates/html/basic.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates/html copying build/lib/nbconvert/templates/rst.tpl -> build/bdist.linux-armv7l/wheel/nbconvert/templates creating build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/sanitize.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/regexremove.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/csshtmlheader.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/extractoutput.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/tagremove.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/clearoutput.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/latex.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors creating build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_sanitize.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_coalescestreams.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_csshtmlheader.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_tagremove.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_regexremove.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_highlightmagics.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_latex.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/fake_kernelmanager.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_execute.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests creating build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/update-display-id.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Factorials.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/HelloWorld.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Clear Output.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Unicode.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Disable Stdin.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Interrupt.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Empty Cell.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/python.png -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Inline Image.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/SVG.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/test_clearoutput.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_svg2pdf.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_extractoutput.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/execute.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/convertfigures.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/coalescestreams.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/highlightmagics.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/svg2pdf.py -> build/bdist.linux-armv7l/wheel/nbconvert/preprocessors copying build/lib/nbconvert/nbconvertapp.py -> build/bdist.linux-armv7l/wheel/nbconvert creating build/bdist.linux-armv7l/wheel/nbconvert/utils copying build/lib/nbconvert/utils/exceptions.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils copying build/lib/nbconvert/utils/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils copying build/lib/nbconvert/utils/io.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils copying build/lib/nbconvert/utils/lexers.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils copying build/lib/nbconvert/utils/version.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils creating build/bdist.linux-armv7l/wheel/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_pandoc.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_io.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils/tests copying build/lib/nbconvert/utils/pandoc.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils copying build/lib/nbconvert/utils/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/utils creating build/bdist.linux-armv7l/wheel/nbconvert/tests copying build/lib/nbconvert/tests/fake_exporters.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests copying build/lib/nbconvert/tests/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests copying build/lib/nbconvert/tests/test_nbconvertapp.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests creating build/bdist.linux-armv7l/wheel/nbconvert/tests/exporter_entrypoint copying build/lib/nbconvert/tests/exporter_entrypoint/eptest.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests/exporter_entrypoint creating build/bdist.linux-armv7l/wheel/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info copying build/lib/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt -> build/bdist.linux-armv7l/wheel/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info creating build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/jupyter_nbconvert_config.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook3_with_errors.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/latex-linked-image.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/override.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook_jl.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/markdown_display_priority.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook1.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook2.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/hello.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/containerized_deployments.jpeg -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/testimage.png -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook4_jpeg.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/files/Widget_List.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/tests/files copying build/lib/nbconvert/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/tests copying build/lib/nbconvert/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert creating build/bdist.linux-armv7l/wheel/nbconvert/postprocessors copying build/lib/nbconvert/postprocessors/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/postprocessors creating build/bdist.linux-armv7l/wheel/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/tests/test_serve.py -> build/bdist.linux-armv7l/wheel/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/serve.py -> build/bdist.linux-armv7l/wheel/nbconvert/postprocessors copying build/lib/nbconvert/postprocessors/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/postprocessors copying build/lib/nbconvert/__main__.py -> build/bdist.linux-armv7l/wheel/nbconvert creating build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/export.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/exporter_locator.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/notebook.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/python.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/latex.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/templateexporter.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/html.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/encoded_python.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/slides.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters creating build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_export.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_python.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_rst.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_exporter.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/cheese.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_markdown.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_latex.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_asciidoc.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_notebook.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests creating build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/pngmetadata.ipynb.orig -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/prompt_numbers.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/notebook2.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/pngmetadata.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/rawtest.ipynb -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/rawtest.ipynb.orig -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/test_templateexporter.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_html.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_slides.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_pdf.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_script.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/markdown.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/exporter.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/rst.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/script.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/pdf.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters copying build/lib/nbconvert/exporters/asciidoc.py -> build/bdist.linux-armv7l/wheel/nbconvert/exporters creating build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/datatypefilter.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/strings.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/citation.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/latex.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/markdown_mistune.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/ansi.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters creating build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_metadata.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_markdown.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_latex.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_highlight.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_ansi.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_strings.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_datatypefilter.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_citation.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters/tests copying build/lib/nbconvert/filters/markdown.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/pandoc.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/highlight.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/filter_links.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/filters/metadata.py -> build/bdist.linux-armv7l/wheel/nbconvert/filters copying build/lib/nbconvert/_version.py -> build/bdist.linux-armv7l/wheel/nbconvert creating build/bdist.linux-armv7l/wheel/nbconvert/writers copying build/lib/nbconvert/writers/base.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers copying build/lib/nbconvert/writers/stdout.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers copying build/lib/nbconvert/writers/debug.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers creating build/bdist.linux-armv7l/wheel/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_files.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_stdout.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_debug.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers/tests copying build/lib/nbconvert/writers/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers copying build/lib/nbconvert/writers/files.py -> build/bdist.linux-armv7l/wheel/nbconvert/writers creating build/bdist.linux-armv7l/wheel/nbconvert/resources copying build/lib/nbconvert/resources/__init__.py -> build/bdist.linux-armv7l/wheel/nbconvert/resources copying build/lib/nbconvert/resources/style.min.css -> build/bdist.linux-armv7l/wheel/nbconvert/resources running install_egg_info running egg_info creating nbconvert_pyencoded.egg-info writing dependency_links to nbconvert_pyencoded.egg-info/dependency_links.txt writing entry points to nbconvert_pyencoded.egg-info/entry_points.txt writing top-level names to nbconvert_pyencoded.egg-info/top_level.txt writing nbconvert_pyencoded.egg-info/PKG-INFO writing requirements to nbconvert_pyencoded.egg-info/requires.txt writing manifest file 'nbconvert_pyencoded.egg-info/SOURCES.txt' reading manifest file 'nbconvert_pyencoded.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/#*' warning: no previously-included files found matching 'readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no directories found matching 'examples' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' no previously-included directories found matching 'docs/dist' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution writing manifest file 'nbconvert_pyencoded.egg-info/SOURCES.txt' Copying nbconvert_pyencoded.egg-info to build/bdist.linux-armv7l/wheel/nbconvert_pyencoded-5.3.2.dev0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/nbconvert_pyencoded-5.3.2.dev0.dist-info/WHEEL Running setup.py bdist_wheel for nbconvert-pyencoded: finished with status 'done' Stored in directory: /tmp/tmpill_vrtw Successfully built nbconvert-pyencoded Cleaning up... Removing source in /tmp/pip-build-_deh17zl/nbconvert-pyencoded