Collecting pnp==0.8.1 1 location(s) to search for versions of pnp: * https://pypi.python.org/simple/pnp/ Getting page https://pypi.python.org/simple/pnp/ Analyzing links from page https://pypi.org/simple/pnp/ Found link https://files.pythonhosted.org/packages/51/20/4f447a5e55b224ed169ab26bc83d7be58ea9886b4a6a0c24978dac86df76/pnp-0.6.3.tar.gz#sha256=5f9f57cb8f897960d7ef75ddf36642b5b4f3a3fb0df925c26be49b150b462377 (from https://pypi.org/simple/pnp/) (requires-python:>=3.5), version: 0.6.3 Found link https://files.pythonhosted.org/packages/3a/22/5fad32caef0f7a88a262e898ba8608960c1fc1064b23efcda56ed6c24676/pnp-0.7.0.tar.gz#sha256=63624218583f2c9c98eb739bf16fe878647af9c4606b850409008245f6702b94 (from https://pypi.org/simple/pnp/) (requires-python:>=3.5), version: 0.7.0 Found link https://files.pythonhosted.org/packages/f7/ae/008b3cb67cb6265f776954e06baba055b6aa3bf230c98e0231d974ee4fdb/pnp-0.7.2.tar.gz#sha256=419e3b9eae68ee9ea74af337a7268e555ab94ca6f1cd9ad121cad02ffa1d96b8 (from https://pypi.org/simple/pnp/) (requires-python:>=3.5), version: 0.7.2 Found link https://files.pythonhosted.org/packages/03/bb/3829909771233f5896f21d416e2d775a8b4ac0b2f1321a65b7bdd0d87641/pnp-0.8.0.tar.gz#sha256=50b4cfd8deed3b8cfd320966d05020d22c117c621425d2c841b210a9672c81e0 (from https://pypi.org/simple/pnp/) (requires-python:>=3.5), version: 0.8.0 Found link https://files.pythonhosted.org/packages/38/73/72837452a61fa7cbca1d70351bc62c3f9769ce705dc10881e6b9525e73b4/pnp-0.8.1.tar.gz#sha256=e1e859be3a10ff6a6710f54f2828c1368fc7e834fcce5d9571de237290221541 (from https://pypi.org/simple/pnp/) (requires-python:>=3.5), version: 0.8.1 Using version 0.8.1 (newest of versions: 0.8.1) Downloading https://files.pythonhosted.org/packages/38/73/72837452a61fa7cbca1d70351bc62c3f9769ce705dc10881e6b9525e73b4/pnp-0.8.1.tar.gz (70kB) Downloading from URL https://files.pythonhosted.org/packages/38/73/72837452a61fa7cbca1d70351bc62c3f9769ce705dc10881e6b9525e73b4/pnp-0.8.1.tar.gz#sha256=e1e859be3a10ff6a6710f54f2828c1368fc7e834fcce5d9571de237290221541 (from https://pypi.org/simple/pnp/) (requires-python:>=3.5) Running setup.py (path:/tmp/pip-build-cch2wfoq/pnp/setup.py) egg_info for package pnp Running command python setup.py egg_info running egg_info creating pip-egg-info/pnp.egg-info writing requirements to pip-egg-info/pnp.egg-info/requires.txt writing pip-egg-info/pnp.egg-info/PKG-INFO writing dependency_links to pip-egg-info/pnp.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pnp.egg-info/top_level.txt writing entry points to pip-egg-info/pnp.egg-info/entry_points.txt writing manifest file 'pip-egg-info/pnp.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pnp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'config' writing manifest file 'pip-egg-info/pnp.egg-info/SOURCES.txt' Source in /tmp/pip-build-cch2wfoq/pnp has version 0.8.1, which satisfies requirement pnp==0.8.1 from https://files.pythonhosted.org/packages/38/73/72837452a61fa7cbca1d70351bc62c3f9769ce705dc10881e6b9525e73b4/pnp-0.8.1.tar.gz#sha256=e1e859be3a10ff6a6710f54f2828c1368fc7e834fcce5d9571de237290221541 Building wheels for collected packages: pnp Running setup.py bdist_wheel for pnp: started Destination directory: /tmp/tmp9yub9csypip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cch2wfoq/pnp/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/tmp9yub9csypip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pnp copying pnp/selector.py -> build/lib/pnp copying pnp/validator.py -> build/lib/pnp copying pnp/models.py -> build/lib/pnp copying pnp/__init__.py -> build/lib/pnp copying pnp/app.py -> build/lib/pnp copying pnp/utils.py -> build/lib/pnp copying pnp/config.py -> build/lib/pnp creating build/lib/pnp/runner copying pnp/runner/__init__.py -> build/lib/pnp/runner copying pnp/runner/pnp.py -> build/lib/pnp/runner creating build/lib/pnp/plugins copying pnp/plugins/__init__.py -> build/lib/pnp/plugins creating build/lib/pnp/plugins/push copying pnp/plugins/push/ml.py -> build/lib/pnp/plugins/push copying pnp/plugins/push/simple.py -> build/lib/pnp/plugins/push copying pnp/plugins/push/mqtt.py -> build/lib/pnp/plugins/push copying pnp/plugins/push/__init__.py -> build/lib/pnp/plugins/push copying pnp/plugins/push/http.py -> build/lib/pnp/plugins/push copying pnp/plugins/push/fs.py -> build/lib/pnp/plugins/push copying pnp/plugins/push/timedb.py -> build/lib/pnp/plugins/push creating build/lib/pnp/plugins/pull copying pnp/plugins/pull/zway.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/simple.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/rest.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/mqtt.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/__init__.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/http.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/fs.py -> build/lib/pnp/plugins/pull copying pnp/plugins/pull/sensor.py -> build/lib/pnp/plugins/pull running egg_info writing entry points to pnp.egg-info/entry_points.txt writing requirements to pnp.egg-info/requires.txt writing pnp.egg-info/PKG-INFO writing top-level names to pnp.egg-info/top_level.txt writing dependency_links to pnp.egg-info/dependency_links.txt reading manifest file 'pnp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'config' writing manifest file 'pnp.egg-info/SOURCES.txt' 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/pnp copying build/lib/pnp/selector.py -> build/bdist.linux-armv7l/wheel/pnp copying build/lib/pnp/validator.py -> build/bdist.linux-armv7l/wheel/pnp creating build/bdist.linux-armv7l/wheel/pnp/runner copying build/lib/pnp/runner/__init__.py -> build/bdist.linux-armv7l/wheel/pnp/runner copying build/lib/pnp/runner/pnp.py -> build/bdist.linux-armv7l/wheel/pnp/runner copying build/lib/pnp/models.py -> build/bdist.linux-armv7l/wheel/pnp creating build/bdist.linux-armv7l/wheel/pnp/plugins creating build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/ml.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/simple.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/mqtt.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/__init__.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/http.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/fs.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/push/timedb.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/push copying build/lib/pnp/plugins/__init__.py -> build/bdist.linux-armv7l/wheel/pnp/plugins creating build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/zway.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/simple.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/rest.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/mqtt.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/__init__.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/http.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/fs.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/plugins/pull/sensor.py -> build/bdist.linux-armv7l/wheel/pnp/plugins/pull copying build/lib/pnp/__init__.py -> build/bdist.linux-armv7l/wheel/pnp copying build/lib/pnp/app.py -> build/bdist.linux-armv7l/wheel/pnp copying build/lib/pnp/utils.py -> build/bdist.linux-armv7l/wheel/pnp copying build/lib/pnp/config.py -> build/bdist.linux-armv7l/wheel/pnp running install_egg_info Copying pnp.egg-info to build/bdist.linux-armv7l/wheel/pnp-0.8.1-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pnp-0.8.1.dist-info/WHEEL Running setup.py bdist_wheel for pnp: finished with status 'done' Stored in directory: /tmp/tmpd9ci0jb7 Successfully built pnp Cleaning up... Removing source in /tmp/pip-build-cch2wfoq/pnp