Collecting python-zeppelin==1.5 1 location(s) to search for versions of python-zeppelin: * https://pypi.python.org/simple/python-zeppelin/ Getting page https://pypi.python.org/simple/python-zeppelin/ Analyzing links from page https://pypi.python.org/simple/python-zeppelin/ Found link https://pypi.python.org/packages/50/32/59102cfba389fe91f5dca71379084d4452da60258a8edc5f6e73a3f52c5d/python-zeppelin-1.0.tar.gz#md5=3a098edc4c73cb34f489e0ab328d6452 (from https://pypi.python.org/simple/python-zeppelin/), version: 1.0 Found link https://pypi.python.org/packages/6b/d6/c0050e2cad7b242a5dc9098164a120ca16189c43d9d58ecaa451ec4e0f0b/python-zeppelin-1.4.1.tar.gz#md5=dcb45018881602b2c225810b251ba790 (from https://pypi.python.org/simple/python-zeppelin/), version: 1.4.1 Found link https://pypi.python.org/packages/90/06/bb055e7043984e9d6621acd236a511e0e0f25376828564d6f907767cd04e/python-zeppelin-1.3.tar.gz#md5=15e61c32e43b4287a447aebb9a136c50 (from https://pypi.python.org/simple/python-zeppelin/), version: 1.3 Found link https://pypi.python.org/packages/9f/c8/72ae4e61f688cf38b333c68e4d6330d4bb75db632e6fa3818e027cc5a3c2/python-zeppelin-1.2.tar.gz#md5=585ec4b4d42a758d0d55f5c9a29a197c (from https://pypi.python.org/simple/python-zeppelin/), version: 1.2 Found link https://pypi.python.org/packages/aa/cd/0dd958f5ab8993358954c718e6d233e8d8a5745a0753285718dddc1a9882/python-zeppelin-1.4.tar.gz#md5=94bc458bd97e88fc559e5205d6dce0bf (from https://pypi.python.org/simple/python-zeppelin/), version: 1.4 Found link https://pypi.python.org/packages/ad/fe/471f64803946fd6b9b6cbb88baa3250f0d663f143541e16a965857c78774/python-zeppelin-1.1.tar.gz#md5=61184b38f1dacf8d8e5ef8b6360e299a (from https://pypi.python.org/simple/python-zeppelin/), version: 1.1 Found link https://pypi.python.org/packages/fa/2b/f3e13025692008436f06805a8651ff63979f4d1c67ece66222ad45d59377/python-zeppelin-1.5.tar.gz#md5=e73bca36cefbb64b5b489649415de97e (from https://pypi.python.org/simple/python-zeppelin/), version: 1.5 Found link https://pypi.python.org/packages/fd/0c/5352a641217a87d429fb923e4a51be8fce95d93e08d92d97ff21bee1f9bb/python-zeppelin-1.4.2.tar.gz#md5=0355d13366338d74355665b1f7099639 (from https://pypi.python.org/simple/python-zeppelin/), version: 1.4.2 Using version 1.5 (newest of versions: 1.5) Downloading python-zeppelin-1.5.tar.gz Downloading from URL https://pypi.python.org/packages/fa/2b/f3e13025692008436f06805a8651ff63979f4d1c67ece66222ad45d59377/python-zeppelin-1.5.tar.gz#md5=e73bca36cefbb64b5b489649415de97e (from https://pypi.python.org/simple/python-zeppelin/) Running setup.py (path:/tmp/pip-build-kqr9lohq/python-zeppelin/setup.py) egg_info for package python-zeppelin Running command python setup.py egg_info zip_safe flag not set; analyzing archive contents... Installed /tmp/pip-build-kqr9lohq/python-zeppelin/.eggs/pytest_runner-2.11.1-py3.4.egg running egg_info creating pip-egg-info/python_zeppelin.egg-info writing dependency_links to pip-egg-info/python_zeppelin.egg-info/dependency_links.txt writing requirements to pip-egg-info/python_zeppelin.egg-info/requires.txt writing entry points to pip-egg-info/python_zeppelin.egg-info/entry_points.txt writing pip-egg-info/python_zeppelin.egg-info/PKG-INFO writing top-level names to pip-egg-info/python_zeppelin.egg-info/top_level.txt writing manifest file 'pip-egg-info/python_zeppelin.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/python_zeppelin.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/python_zeppelin.egg-info/SOURCES.txt' Source in /tmp/pip-build-kqr9lohq/python-zeppelin has version 1.5, which satisfies requirement python-zeppelin==1.5 from https://pypi.python.org/packages/fa/2b/f3e13025692008436f06805a8651ff63979f4d1c67ece66222ad45d59377/python-zeppelin-1.5.tar.gz#md5=e73bca36cefbb64b5b489649415de97e Building wheels for collected packages: python-zeppelin Running setup.py bdist_wheel for python-zeppelin: started Destination directory: /tmp/tmpm3s3dw0ypip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kqr9lohq/python-zeppelin/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/tmpm3s3dw0ypip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/zeppelin copying zeppelin/legacy.py -> build/lib/zeppelin copying zeppelin/__init__.py -> build/lib/zeppelin creating build/lib/tests copying tests/test_new_converter.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_legacy_converter.py -> build/lib/tests creating build/lib/zeppelin/converters copying zeppelin/converters/__init__.py -> build/lib/zeppelin/converters copying zeppelin/converters/markdown.py -> build/lib/zeppelin/converters creating build/lib/zeppelin/cli copying zeppelin/cli/convert.py -> build/lib/zeppelin/cli copying zeppelin/cli/__init__.py -> build/lib/zeppelin/cli copying zeppelin/cli/execute.py -> build/lib/zeppelin/cli creating build/lib/zeppelin/executors copying zeppelin/executors/notebook_executor.py -> build/lib/zeppelin/executors copying zeppelin/executors/__init__.py -> build/lib/zeppelin/executors 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/zeppelin creating build/bdist.linux-armv7l/wheel/zeppelin/converters copying build/lib/zeppelin/converters/__init__.py -> build/bdist.linux-armv7l/wheel/zeppelin/converters copying build/lib/zeppelin/converters/markdown.py -> build/bdist.linux-armv7l/wheel/zeppelin/converters copying build/lib/zeppelin/legacy.py -> build/bdist.linux-armv7l/wheel/zeppelin creating build/bdist.linux-armv7l/wheel/zeppelin/cli copying build/lib/zeppelin/cli/convert.py -> build/bdist.linux-armv7l/wheel/zeppelin/cli copying build/lib/zeppelin/cli/__init__.py -> build/bdist.linux-armv7l/wheel/zeppelin/cli copying build/lib/zeppelin/cli/execute.py -> build/bdist.linux-armv7l/wheel/zeppelin/cli copying build/lib/zeppelin/__init__.py -> build/bdist.linux-armv7l/wheel/zeppelin creating build/bdist.linux-armv7l/wheel/zeppelin/executors copying build/lib/zeppelin/executors/notebook_executor.py -> build/bdist.linux-armv7l/wheel/zeppelin/executors copying build/lib/zeppelin/executors/__init__.py -> build/bdist.linux-armv7l/wheel/zeppelin/executors creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_new_converter.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_legacy_converter.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing python_zeppelin.egg-info/PKG-INFO writing dependency_links to python_zeppelin.egg-info/dependency_links.txt writing requirements to python_zeppelin.egg-info/requires.txt writing top-level names to python_zeppelin.egg-info/top_level.txt writing entry points to python_zeppelin.egg-info/entry_points.txt reading manifest file 'python_zeppelin.egg-info/SOURCES.txt' writing manifest file 'python_zeppelin.egg-info/SOURCES.txt' Copying python_zeppelin.egg-info to build/bdist.linux-armv7l/wheel/python_zeppelin-1.5-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/python_zeppelin-1.5.dist-info/WHEEL Running setup.py bdist_wheel for python-zeppelin: finished with status 'done' Stored in directory: /tmp/tmp1_x8d1n2 Successfully built python-zeppelin Cleaning up... Removing source in /tmp/pip-build-kqr9lohq/python-zeppelin