Created temporary directory: /tmp/pip-ephem-wheel-cache-9e3nhqp2 Created temporary directory: /tmp/pip-req-tracker-yg6y_kci Created requirements tracker '/tmp/pip-req-tracker-yg6y_kci' Created temporary directory: /tmp/pip-wheel-n7rh7sxf Collecting streamdeck==0.2.2 1 location(s) to search for versions of streamdeck: * https://pypi.org/simple/streamdeck/ Getting page https://pypi.org/simple/streamdeck/ Analyzing links from page https://pypi.org/simple/streamdeck/ Found link https://files.pythonhosted.org/packages/a6/2f/57e791b915be34fa957252eacf884465aa0536954b95797a8cfc27367b9f/streamdeck-0.1.tar.gz#sha256=7684ff8e0b5454a1723b8671ac8fe4d27d25f979756fc0cd719471f9d7aca548 (from https://pypi.org/simple/streamdeck/), version: 0.1 Found link https://files.pythonhosted.org/packages/25/ac/4cc970ff1cb54b083bd85ad0686a7434efffdef2a8be8bcda99fefc0ea76/streamdeck-0.2.tar.gz#sha256=b2973ce83a90d57fb9885c113bb69f0a3cc4812c7e6eaca088816cb315d2f8f4 (from https://pypi.org/simple/streamdeck/), version: 0.2 Found link https://files.pythonhosted.org/packages/b6/a3/84b0d8a6ee5b10c569398b0b0e0641c4d629843465c3cd1d74980055eca4/streamdeck-0.2.1.tar.gz#sha256=bfc131ca8567b320baf278bd27b92d74e6177fd4e2ec37204eff8eb2e04b3246 (from https://pypi.org/simple/streamdeck/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/6b/79/7af6fc7d2385542a27d836b41e5bff1b77c664e751f15a5338d1e87321e8/streamdeck-0.2.2.tar.gz#sha256=317b347808f09f18cd40202a1a093a3862561dff2f07d5a7c14d0586dad3a092 (from https://pypi.org/simple/streamdeck/), version: 0.2.2 Using version 0.2.2 (newest of versions: 0.2.2) Created temporary directory: /tmp/pip-unpack-1qz0qvty Downloading https://files.pythonhosted.org/packages/6b/79/7af6fc7d2385542a27d836b41e5bff1b77c664e751f15a5338d1e87321e8/streamdeck-0.2.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/6b/79/7af6fc7d2385542a27d836b41e5bff1b77c664e751f15a5338d1e87321e8/streamdeck-0.2.2.tar.gz#sha256=317b347808f09f18cd40202a1a093a3862561dff2f07d5a7c14d0586dad3a092 (from https://pypi.org/simple/streamdeck/) Added streamdeck==0.2.2 from https://files.pythonhosted.org/packages/6b/79/7af6fc7d2385542a27d836b41e5bff1b77c664e751f15a5338d1e87321e8/streamdeck-0.2.2.tar.gz#sha256=317b347808f09f18cd40202a1a093a3862561dff2f07d5a7c14d0586dad3a092 to build tracker '/tmp/pip-req-tracker-yg6y_kci' Running setup.py (path:/tmp/pip-wheel-n7rh7sxf/streamdeck/setup.py) egg_info for package streamdeck Running command python setup.py egg_info running egg_info creating pip-egg-info/streamdeck.egg-info writing pip-egg-info/streamdeck.egg-info/PKG-INFO writing top-level names to pip-egg-info/streamdeck.egg-info/top_level.txt writing dependency_links to pip-egg-info/streamdeck.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/streamdeck.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/streamdeck.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 1: 'recursive-include' expects ... writing manifest file 'pip-egg-info/streamdeck.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-n7rh7sxf/streamdeck has version 0.2.2, which satisfies requirement streamdeck==0.2.2 from https://files.pythonhosted.org/packages/6b/79/7af6fc7d2385542a27d836b41e5bff1b77c664e751f15a5338d1e87321e8/streamdeck-0.2.2.tar.gz#sha256=317b347808f09f18cd40202a1a093a3862561dff2f07d5a7c14d0586dad3a092 Removed streamdeck==0.2.2 from https://files.pythonhosted.org/packages/6b/79/7af6fc7d2385542a27d836b41e5bff1b77c664e751f15a5338d1e87321e8/streamdeck-0.2.2.tar.gz#sha256=317b347808f09f18cd40202a1a093a3862561dff2f07d5a7c14d0586dad3a092 from build tracker '/tmp/pip-req-tracker-yg6y_kci' Building wheels for collected packages: streamdeck Created temporary directory: /tmp/pip-wheel-1wa9ggq0 Running setup.py bdist_wheel for streamdeck: started Destination directory: /tmp/pip-wheel-1wa9ggq0 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-n7rh7sxf/streamdeck/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-1wa9ggq0 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/StreamDeck copying src/StreamDeck/DeviceManager.py -> build/lib/StreamDeck copying src/StreamDeck/__init__.py -> build/lib/StreamDeck creating build/lib/StreamDeck/Devices copying src/StreamDeck/Devices/StreamDeckOriginal.py -> build/lib/StreamDeck/Devices copying src/StreamDeck/Devices/StreamDeckMini.py -> build/lib/StreamDeck/Devices copying src/StreamDeck/Devices/__init__.py -> build/lib/StreamDeck/Devices copying src/StreamDeck/Devices/StreamDeck.py -> build/lib/StreamDeck/Devices creating build/lib/StreamDeck/Transport copying src/StreamDeck/Transport/Transport.py -> build/lib/StreamDeck/Transport copying src/StreamDeck/Transport/Dummy.py -> build/lib/StreamDeck/Transport copying src/StreamDeck/Transport/__init__.py -> build/lib/StreamDeck/Transport copying src/StreamDeck/Transport/HIDAPI.py -> build/lib/StreamDeck/Transport running egg_info writing top-level names to src/streamdeck.egg-info/top_level.txt writing dependency_links to src/streamdeck.egg-info/dependency_links.txt writing src/streamdeck.egg-info/PKG-INFO reading manifest file 'src/streamdeck.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 1: 'recursive-include' expects ... writing manifest file 'src/streamdeck.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/StreamDeck creating build/bdist.linux-armv7l/wheel/StreamDeck/Devices copying build/lib/StreamDeck/Devices/StreamDeckOriginal.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Devices copying build/lib/StreamDeck/Devices/StreamDeckMini.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Devices copying build/lib/StreamDeck/Devices/__init__.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Devices copying build/lib/StreamDeck/Devices/StreamDeck.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Devices copying build/lib/StreamDeck/DeviceManager.py -> build/bdist.linux-armv7l/wheel/StreamDeck creating build/bdist.linux-armv7l/wheel/StreamDeck/Transport copying build/lib/StreamDeck/Transport/Transport.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Transport copying build/lib/StreamDeck/Transport/Dummy.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Transport copying build/lib/StreamDeck/Transport/__init__.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Transport copying build/lib/StreamDeck/Transport/HIDAPI.py -> build/bdist.linux-armv7l/wheel/StreamDeck/Transport copying build/lib/StreamDeck/__init__.py -> build/bdist.linux-armv7l/wheel/StreamDeck running install_egg_info Copying src/streamdeck.egg-info to build/bdist.linux-armv7l/wheel/streamdeck-0.2.2-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/streamdeck-0.2.2.dist-info/WHEEL creating '/tmp/pip-wheel-1wa9ggq0/streamdeck-0.2.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'StreamDeck/DeviceManager.py' adding 'StreamDeck/__init__.py' adding 'StreamDeck/Devices/StreamDeck.py' adding 'StreamDeck/Devices/StreamDeckMini.py' adding 'StreamDeck/Devices/StreamDeckOriginal.py' adding 'StreamDeck/Devices/__init__.py' adding 'StreamDeck/Transport/Dummy.py' adding 'StreamDeck/Transport/HIDAPI.py' adding 'StreamDeck/Transport/Transport.py' adding 'StreamDeck/Transport/__init__.py' adding 'streamdeck-0.2.2.dist-info/METADATA' adding 'streamdeck-0.2.2.dist-info/WHEEL' adding 'streamdeck-0.2.2.dist-info/top_level.txt' adding 'streamdeck-0.2.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for streamdeck: finished with status 'done' Stored in directory: /tmp/tmp0ln_lwpg Successfully built streamdeck Cleaning up... Removing source in /tmp/pip-wheel-n7rh7sxf/streamdeck Removed build tracker '/tmp/pip-req-tracker-yg6y_kci'