Collecting uavro==0.0.3 1 location(s) to search for versions of uavro: * https://pypi.python.org/simple/uavro/ Getting page https://pypi.python.org/simple/uavro/ Analyzing links from page https://pypi.python.org/simple/uavro/ Found link https://pypi.python.org/packages/60/3c/30de84f51882acdc099134c3db19a402f8e2b43088e0c01912510475966f/uavro-0.0.1.tar.gz#md5=bfc2af6298bd4ab12956f4aa3aa2a564 (from https://pypi.python.org/simple/uavro/), version: 0.0.1 Skipping link https://pypi.python.org/packages/6a/e2/8772735616d731fb2be7393e3a5ae1a80dd22cb454cb98f324455fee8d9b/uavro-0.0.3-cp35-cp35m-macosx_10_7_x86_64.whl#md5=4599f355197147d010321de82a4fb9f8 (from https://pypi.python.org/simple/uavro/); it is not compatible with this Python Skipping link https://pypi.python.org/packages/7a/d4/78580cb3257049bf2bb84aa06c6d8a0473f6d82334ff61e17bf12caf33ec/uavro-0.0.1-cp35-cp35m-macosx_10_7_x86_64.whl#md5=a6fbadfca153d603116e9153ca509c5a (from https://pypi.python.org/simple/uavro/); it is not compatible with this Python Found link https://pypi.python.org/packages/8a/0f/48b950f68dc4117fc5144f3902571ea75cb13e374f9fa8bc6791fef46102/uavro-0.0.3.tar.gz#md5=4930afc4960b1888abe0622ec694280e (from https://pypi.python.org/simple/uavro/), version: 0.0.3 Using version 0.0.3 (newest of versions: 0.0.3) Downloading uavro-0.0.3.tar.gz (62kB) Downloading from URL https://pypi.python.org/packages/8a/0f/48b950f68dc4117fc5144f3902571ea75cb13e374f9fa8bc6791fef46102/uavro-0.0.3.tar.gz#md5=4930afc4960b1888abe0622ec694280e (from https://pypi.python.org/simple/uavro/) Running setup.py (path:/tmp/pip-build-9prl1tvx/uavro/setup.py) egg_info for package uavro Running command python setup.py egg_info running egg_info creating pip-egg-info/uavro.egg-info writing dependency_links to pip-egg-info/uavro.egg-info/dependency_links.txt writing pip-egg-info/uavro.egg-info/PKG-INFO writing requirements to pip-egg-info/uavro.egg-info/requires.txt writing top-level names to pip-egg-info/uavro.egg-info/top_level.txt writing manifest file 'pip-egg-info/uavro.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/uavro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'docs' writing manifest file 'pip-egg-info/uavro.egg-info/SOURCES.txt' Source in /tmp/pip-build-9prl1tvx/uavro has version 0.0.3, which satisfies requirement uavro==0.0.3 from https://pypi.python.org/packages/8a/0f/48b950f68dc4117fc5144f3902571ea75cb13e374f9fa8bc6791fef46102/uavro-0.0.3.tar.gz#md5=4930afc4960b1888abe0622ec694280e Building wheels for collected packages: uavro Running setup.py bdist_wheel for uavro: started Destination directory: /tmp/tmp7m4nky2lpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-9prl1tvx/uavro/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/tmp7m4nky2lpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib.linux-armv7l-3.5 creating build/lib.linux-armv7l-3.5/uavro copying uavro/core.py -> build/lib.linux-armv7l-3.5/uavro copying uavro/__init__.py -> build/lib.linux-armv7l-3.5/uavro running egg_info writing top-level names to uavro.egg-info/top_level.txt writing uavro.egg-info/PKG-INFO writing dependency_links to uavro.egg-info/dependency_links.txt writing requirements to uavro.egg-info/requires.txt reading manifest file 'uavro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'docs' writing manifest file 'uavro.egg-info/SOURCES.txt' copying uavro/reader.c -> build/lib.linux-armv7l-3.5/uavro copying uavro/reader.pyx -> build/lib.linux-armv7l-3.5/uavro creating build/lib.linux-armv7l-3.5/uavro/tests copying uavro/tests/__init__.py -> build/lib.linux-armv7l-3.5/uavro/tests copying uavro/tests/test_core.py -> build/lib.linux-armv7l-3.5/uavro/tests copying uavro/tests/util.py -> build/lib.linux-armv7l-3.5/uavro/tests running build_ext building 'uavro.reader' extension creating build/temp.linux-armv7l-3.5 creating build/temp.linux-armv7l-3.5/uavro arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-RUbMX3/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.5m -c uavro/reader.c -o build/temp.linux-armv7l-3.5/uavro/reader.o In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1788:0, from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18, from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4, from uavro/reader.c:504: /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] #warning "Using deprecated NumPy API, disable it by " \ ^~~~~~~ arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fdebug-prefix-map=/build/python3.5-RUbMX3/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.5/uavro/reader.o -o build/lib.linux-armv7l-3.5/uavro/reader.cpython-35m-arm-linux-gnueabihf.so 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/uavro copying build/lib.linux-armv7l-3.5/uavro/core.py -> build/bdist.linux-armv7l/wheel/uavro copying build/lib.linux-armv7l-3.5/uavro/reader.pyx -> build/bdist.linux-armv7l/wheel/uavro copying build/lib.linux-armv7l-3.5/uavro/reader.c -> build/bdist.linux-armv7l/wheel/uavro copying build/lib.linux-armv7l-3.5/uavro/__init__.py -> build/bdist.linux-armv7l/wheel/uavro copying build/lib.linux-armv7l-3.5/uavro/reader.cpython-35m-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/uavro creating build/bdist.linux-armv7l/wheel/uavro/tests copying build/lib.linux-armv7l-3.5/uavro/tests/__init__.py -> build/bdist.linux-armv7l/wheel/uavro/tests copying build/lib.linux-armv7l-3.5/uavro/tests/test_core.py -> build/bdist.linux-armv7l/wheel/uavro/tests copying build/lib.linux-armv7l-3.5/uavro/tests/util.py -> build/bdist.linux-armv7l/wheel/uavro/tests running install_egg_info Copying uavro.egg-info to build/bdist.linux-armv7l/wheel/uavro-0.0.3.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/uavro-0.0.3.dist-info/WHEEL Running setup.py bdist_wheel for uavro: finished with status 'done' Stored in directory: /tmp/tmp8tz9frgn Successfully built uavro Cleaning up... Removing source in /tmp/pip-build-9prl1tvx/uavro