2021-07-15T17:43:00,663 Created temporary directory: /tmp/pip-ephem-wheel-cache-a31ltnu3 2021-07-15T17:43:00,668 Created temporary directory: /tmp/pip-req-tracker-gyqd3dg7 2021-07-15T17:43:00,668 Initialized build tracking at /tmp/pip-req-tracker-gyqd3dg7 2021-07-15T17:43:00,669 Created build tracker: /tmp/pip-req-tracker-gyqd3dg7 2021-07-15T17:43:00,669 Entered build tracker: /tmp/pip-req-tracker-gyqd3dg7 2021-07-15T17:43:00,670 Created temporary directory: /tmp/pip-wheel-ii6ohlom 2021-07-15T17:43:00,725 1 location(s) to search for versions of npio: 2021-07-15T17:43:00,725 * https://pypi.org/simple/npio/ 2021-07-15T17:43:00,726 Fetching project page and analyzing links: https://pypi.org/simple/npio/ 2021-07-15T17:43:00,727 Getting page https://pypi.org/simple/npio/ 2021-07-15T17:43:00,730 Found index url https://pypi.org/simple 2021-07-15T17:43:00,857 Found link https://files.pythonhosted.org/packages/71/32/d5e4cb85da1d016020de1d7624861e6b0f77481adb2687370595ea0d1069/npio-0.1.76.tar.gz#sha256=a9dcb8d7f0348cc828062f2b7f421d794b999c7297cf5cf91a510fd051b9c683 (from https://pypi.org/simple/npio/), version: 0.1.76 2021-07-15T17:43:00,858 Found link https://files.pythonhosted.org/packages/b1/00/0a669c5eb2b7b4cede92cd4832a5570c4880e7b880319ac34d258bf7e60f/npio-0.1.77.tar.gz#sha256=2dec23100af5f3b15fb5c9c798741d7e9e29d872d7318701f03d3e97401b0963 (from https://pypi.org/simple/npio/), version: 0.1.77 2021-07-15T17:43:00,859 Skipping link: not a file: https://pypi.org/simple/npio/ 2021-07-15T17:43:00,891 Given no hashes to check 1 links for project 'npio': discarding no candidates 2021-07-15T17:43:00,928 Collecting npio==0.1.76 2021-07-15T17:43:00,931 Created temporary directory: /tmp/pip-unpack-hcxyf5l2 2021-07-15T17:43:01,166 Downloading npio-0.1.76.tar.gz (19 kB) 2021-07-15T17:43:01,323 Added npio==0.1.76 from https://files.pythonhosted.org/packages/71/32/d5e4cb85da1d016020de1d7624861e6b0f77481adb2687370595ea0d1069/npio-0.1.76.tar.gz#sha256=a9dcb8d7f0348cc828062f2b7f421d794b999c7297cf5cf91a510fd051b9c683 to build tracker '/tmp/pip-req-tracker-gyqd3dg7' 2021-07-15T17:43:01,325 Running setup.py (path:/tmp/pip-wheel-ii6ohlom/npio_1cde9a0445aa4d49954a51e4dccc1eaf/setup.py) egg_info for package npio 2021-07-15T17:43:01,326 Created temporary directory: /tmp/pip-pip-egg-info-vzhtrfhh 2021-07-15T17:43:01,327 Running command python setup.py egg_info 2021-07-15T17:43:04,877 <-> find packages: ['npio'] 2021-07-15T17:43:04,878 <-> find extensions: ['soft_pwm.c', 'c_gpio.c', 'constants.c', 'py_gpio.c', 'cpuinfo.c', 'common.c', 'boardtype.c', 'event_gpio.c', 'py_pwm.c'] 2021-07-15T17:43:04,878 <-> find data files: ['README.md'] 2021-07-15T17:43:04,878 ### Introduction 2021-07-15T17:43:04,879 This is a NanoPi boards based GPIO manipulation package written on C with Python3 wrapper with some improvements and installable from PyPI package. In this package tryed an attempt to maximize the preservation of API compatibility with original package ***WiringNP*** . 2021-07-15T17:43:04,880 ### APT 2021-07-15T17:43:04,881 #### Common requirements 2021-07-15T17:43:04,881 sudo apt update 2021-07-15T17:43:04,881 sudo apt install python3-dev 2021-07-15T17:43:04,882 ### PyPI 2021-07-15T17:43:04,883 #### Installation 2021-07-15T17:43:04,883 sudo pip3 install npio 2021-07-15T17:43:04,884 ### GIT 2021-07-15T17:43:04,884 #### Download 2021-07-15T17:43:04,885 git clone [ https://github.com/leftradio/npio ] 2021-07-15T17:43:04,885 #### Installation 2021-07-15T17:43:04,886 cd npio 2021-07-15T17:43:04,886 python3 setup.py buils sdist bdist 2021-07-15T17:43:04,886 sudo python3 setup.py install 2021-07-15T17:43:04,887 For correct work after installing copy yours board ***sys_info*** to ***/etc/sys_info*** path. 2021-07-15T17:43:04,888 running egg_info 2021-07-15T17:43:04,892 creating /tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info 2021-07-15T17:43:04,894 writing /tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info/PKG-INFO 2021-07-15T17:43:04,898 writing dependency_links to /tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info/dependency_links.txt 2021-07-15T17:43:04,902 writing top-level names to /tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info/top_level.txt 2021-07-15T17:43:04,905 writing manifest file '/tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info/SOURCES.txt' 2021-07-15T17:43:05,620 reading manifest file '/tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info/SOURCES.txt' 2021-07-15T17:43:05,630 writing manifest file '/tmp/pip-pip-egg-info-vzhtrfhh/npio.egg-info/SOURCES.txt' 2021-07-15T17:43:05,765 Source in /tmp/pip-wheel-ii6ohlom/npio_1cde9a0445aa4d49954a51e4dccc1eaf has version 0.1.76, which satisfies requirement npio==0.1.76 from https://files.pythonhosted.org/packages/71/32/d5e4cb85da1d016020de1d7624861e6b0f77481adb2687370595ea0d1069/npio-0.1.76.tar.gz#sha256=a9dcb8d7f0348cc828062f2b7f421d794b999c7297cf5cf91a510fd051b9c683 2021-07-15T17:43:05,767 Removed npio==0.1.76 from https://files.pythonhosted.org/packages/71/32/d5e4cb85da1d016020de1d7624861e6b0f77481adb2687370595ea0d1069/npio-0.1.76.tar.gz#sha256=a9dcb8d7f0348cc828062f2b7f421d794b999c7297cf5cf91a510fd051b9c683 from build tracker '/tmp/pip-req-tracker-gyqd3dg7' 2021-07-15T17:43:05,784 Created temporary directory: /tmp/pip-unpack-e8h7h4gv 2021-07-15T17:43:05,785 Building wheels for collected packages: npio 2021-07-15T17:43:05,790 Created temporary directory: /tmp/pip-wheel-ix2n24hm 2021-07-15T17:43:05,791 Building wheel for npio (setup.py): started 2021-07-15T17:43:05,792 Destination directory: /tmp/pip-wheel-ix2n24hm 2021-07-15T17:43:05,792 Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-ii6ohlom/npio_1cde9a0445aa4d49954a51e4dccc1eaf/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-ii6ohlom/npio_1cde9a0445aa4d49954a51e4dccc1eaf/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ix2n24hm 2021-07-15T17:43:08,014 <-> find packages: ['npio'] 2021-07-15T17:43:08,015 <-> find extensions: ['soft_pwm.c', 'c_gpio.c', 'constants.c', 'py_gpio.c', 'cpuinfo.c', 'common.c', 'boardtype.c', 'event_gpio.c', 'py_pwm.c'] 2021-07-15T17:43:08,015 <-> find data files: ['README.md'] 2021-07-15T17:43:08,017 ### Introduction 2021-07-15T17:43:08,017 This is a NanoPi boards based GPIO manipulation package written on C with Python3 wrapper with some improvements and installable from PyPI package. In this package tryed an attempt to maximize the preservation of API compatibility with original package ***WiringNP*** . 2021-07-15T17:43:08,018 ### APT 2021-07-15T17:43:08,019 #### Common requirements 2021-07-15T17:43:08,019 sudo apt update 2021-07-15T17:43:08,019 sudo apt install python3-dev 2021-07-15T17:43:08,020 ### PyPI 2021-07-15T17:43:08,021 #### Installation 2021-07-15T17:43:08,021 sudo pip3 install npio 2021-07-15T17:43:08,022 ### GIT 2021-07-15T17:43:08,022 #### Download 2021-07-15T17:43:08,023 git clone [ https://github.com/leftradio/npio ] 2021-07-15T17:43:08,023 #### Installation 2021-07-15T17:43:08,024 cd npio 2021-07-15T17:43:08,024 python3 setup.py buils sdist bdist 2021-07-15T17:43:08,024 sudo python3 setup.py install 2021-07-15T17:43:08,025 For correct work after installing copy yours board ***sys_info*** to ***/etc/sys_info*** path. 2021-07-15T17:43:08,442 running bdist_wheel 2021-07-15T17:43:08,839 running build 2021-07-15T17:43:08,840 running build_py 2021-07-15T17:43:09,294 creating build 2021-07-15T17:43:09,295 creating build/lib.linux-armv7l-3.9 2021-07-15T17:43:09,297 creating build/lib.linux-armv7l-3.9/npio 2021-07-15T17:43:09,300 copying npio/__init__.py -> build/lib.linux-armv7l-3.9/npio 2021-07-15T17:43:09,305 running build_ext 2021-07-15T17:43:09,318 building '_npio' extension 2021-07-15T17:43:09,324 creating build/temp.linux-armv7l-3.9 2021-07-15T17:43:09,326 creating build/temp.linux-armv7l-3.9/source 2021-07-15T17:43:09,328 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c source/boardtype.c -o build/temp.linux-armv7l-3.9/source/boardtype.o 2021-07-15T17:43:09,644 source/boardtype.c:16:10: fatal error: boardtype.h: No such file or directory 2021-07-15T17:43:09,644 16 | #include "boardtype.h" 2021-07-15T17:43:09,645 | ^~~~~~~~~~~~~ 2021-07-15T17:43:09,646 compilation terminated. 2021-07-15T17:43:09,651 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2021-07-15T17:43:09,849 Building wheel for npio (setup.py): finished with status 'error' 2021-07-15T17:43:09,850 ERROR: Failed building wheel for npio 2021-07-15T17:43:09,851 Running setup.py clean for npio 2021-07-15T17:43:09,852 Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-ii6ohlom/npio_1cde9a0445aa4d49954a51e4dccc1eaf/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-ii6ohlom/npio_1cde9a0445aa4d49954a51e4dccc1eaf/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all 2021-07-15T17:43:12,053 <-> find packages: ['npio'] 2021-07-15T17:43:12,054 <-> find extensions: ['soft_pwm.c', 'c_gpio.c', 'constants.c', 'py_gpio.c', 'cpuinfo.c', 'common.c', 'boardtype.c', 'event_gpio.c', 'py_pwm.c'] 2021-07-15T17:43:12,054 <-> find data files: ['README.md'] 2021-07-15T17:43:12,054 ### Introduction 2021-07-15T17:43:12,055 This is a NanoPi boards based GPIO manipulation package written on C with Python3 wrapper with some improvements and installable from PyPI package. In this package tryed an attempt to maximize the preservation of API compatibility with original package ***WiringNP*** . 2021-07-15T17:43:12,056 ### APT 2021-07-15T17:43:12,057 #### Common requirements 2021-07-15T17:43:12,057 sudo apt update 2021-07-15T17:43:12,057 sudo apt install python3-dev 2021-07-15T17:43:12,058 ### PyPI 2021-07-15T17:43:12,058 #### Installation 2021-07-15T17:43:12,059 sudo pip3 install npio 2021-07-15T17:43:12,059 ### GIT 2021-07-15T17:43:12,060 #### Download 2021-07-15T17:43:12,060 git clone [ https://github.com/leftradio/npio ] 2021-07-15T17:43:12,061 #### Installation 2021-07-15T17:43:12,061 cd npio 2021-07-15T17:43:12,062 python3 setup.py buils sdist bdist 2021-07-15T17:43:12,066 sudo python3 setup.py install 2021-07-15T17:43:12,068 For correct work after installing copy yours board ***sys_info*** to ***/etc/sys_info*** path. 2021-07-15T17:43:12,369 running clean 2021-07-15T17:43:12,373 removing 'build/temp.linux-armv7l-3.9' (and everything under it) 2021-07-15T17:43:12,376 removing 'build/lib.linux-armv7l-3.9' (and everything under it) 2021-07-15T17:43:12,379 'build/bdist.linux-armv7l' does not exist -- can't clean it 2021-07-15T17:43:12,380 'build/scripts-3.9' does not exist -- can't clean it 2021-07-15T17:43:12,380 removing 'build' 2021-07-15T17:43:12,474 Failed to build npio 2021-07-15T17:43:12,475 ERROR: Failed to build one or more wheels 2021-07-15T17:43:12,482 Exception information: 2021-07-15T17:43:12,482 Traceback (most recent call last): 2021-07-15T17:43:12,482 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T17:43:12,482 status = self.run(options, args) 2021-07-15T17:43:12,482 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T17:43:12,482 return func(self, options, args) 2021-07-15T17:43:12,482 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 174, in run 2021-07-15T17:43:12,482 raise CommandError( 2021-07-15T17:43:12,482 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2021-07-15T17:43:12,505 Removed build tracker: '/tmp/pip-req-tracker-gyqd3dg7'