2023-09-08T18:34:09,940 Created temporary directory: /tmp/pip-build-tracker-e0ik5cgl 2023-09-08T18:34:09,941 Initialized build tracking at /tmp/pip-build-tracker-e0ik5cgl 2023-09-08T18:34:09,942 Created build tracker: /tmp/pip-build-tracker-e0ik5cgl 2023-09-08T18:34:09,942 Entered build tracker: /tmp/pip-build-tracker-e0ik5cgl 2023-09-08T18:34:09,943 Created temporary directory: /tmp/pip-wheel-6jqis0ny 2023-09-08T18:34:09,946 Created temporary directory: /tmp/pip-ephem-wheel-cache-ftjinqap 2023-09-08T18:34:09,968 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-08T18:34:09,971 2 location(s) to search for versions of systime: 2023-09-08T18:34:09,971 * https://pypi.org/simple/systime/ 2023-09-08T18:34:09,971 * https://www.piwheels.org/simple/systime/ 2023-09-08T18:34:09,972 Fetching project page and analyzing links: https://pypi.org/simple/systime/ 2023-09-08T18:34:09,973 Getting page https://pypi.org/simple/systime/ 2023-09-08T18:34:09,974 Found index url https://pypi.org/simple/ 2023-09-08T18:34:10,190 Fetched page https://pypi.org/simple/systime/ as application/vnd.pypi.simple.v1+json 2023-09-08T18:34:10,191 Found link https://files.pythonhosted.org/packages/27/58/a86aa98b45382fe829e0ca6b1e0f58e2da21cbc008626f58015ef715a1fb/SysTime-1.0.tar.gz (from https://pypi.org/simple/systime/), version: 1.0 2023-09-08T18:34:10,192 Fetching project page and analyzing links: https://www.piwheels.org/simple/systime/ 2023-09-08T18:34:10,193 Getting page https://www.piwheels.org/simple/systime/ 2023-09-08T18:34:10,194 Found index url https://www.piwheels.org/simple/ 2023-09-08T18:34:10,466 Fetched page https://www.piwheels.org/simple/systime/ as text/html 2023-09-08T18:34:10,467 Skipping link: not a file: https://www.piwheels.org/simple/systime/ 2023-09-08T18:34:10,468 Skipping link: not a file: https://pypi.org/simple/systime/ 2023-09-08T18:34:10,486 Given no hashes to check 1 links for project 'systime': discarding no candidates 2023-09-08T18:34:10,504 Collecting systime==1.0 2023-09-08T18:34:10,506 Created temporary directory: /tmp/pip-unpack-qyn0wlnt 2023-09-08T18:34:10,718 Downloading SysTime-1.0.tar.gz (898 bytes) 2023-09-08T18:34:10,729 Added systime==1.0 from https://files.pythonhosted.org/packages/27/58/a86aa98b45382fe829e0ca6b1e0f58e2da21cbc008626f58015ef715a1fb/SysTime-1.0.tar.gz to build tracker '/tmp/pip-build-tracker-e0ik5cgl' 2023-09-08T18:34:10,731 Running setup.py (path:/tmp/pip-wheel-6jqis0ny/systime_d51690d2a9e545968125d89d8342f054/setup.py) egg_info for package systime 2023-09-08T18:34:10,732 Created temporary directory: /tmp/pip-pip-egg-info-tnmmhbmx 2023-09-08T18:34:10,732 Preparing metadata (setup.py): started 2023-09-08T18:34:10,734 Running command python setup.py egg_info 2023-09-08T18:34:11,936 Preparing metadata (setup.py): finished with status 'done' 2023-09-08T18:34:11,939 Source in /tmp/pip-wheel-6jqis0ny/systime_d51690d2a9e545968125d89d8342f054 has version 1.0, which satisfies requirement systime==1.0 from https://files.pythonhosted.org/packages/27/58/a86aa98b45382fe829e0ca6b1e0f58e2da21cbc008626f58015ef715a1fb/SysTime-1.0.tar.gz 2023-09-08T18:34:11,940 Removed systime==1.0 from https://files.pythonhosted.org/packages/27/58/a86aa98b45382fe829e0ca6b1e0f58e2da21cbc008626f58015ef715a1fb/SysTime-1.0.tar.gz from build tracker '/tmp/pip-build-tracker-e0ik5cgl' 2023-09-08T18:34:11,944 Created temporary directory: /tmp/pip-unpack-ji10h9or 2023-09-08T18:34:11,945 Created temporary directory: /tmp/pip-unpack-v0a20zp1 2023-09-08T18:34:11,947 Building wheels for collected packages: systime 2023-09-08T18:34:11,951 Created temporary directory: /tmp/pip-wheel-clad10k4 2023-09-08T18:34:11,952 Building wheel for systime (setup.py): started 2023-09-08T18:34:11,953 Destination directory: /tmp/pip-wheel-clad10k4 2023-09-08T18:34:11,954 Running command python setup.py bdist_wheel 2023-09-08T18:34:13,530 systimemodule.c:9:10: fatal error: Python/Python.h: No such file or directory 2023-09-08T18:34:13,531 9 | #include 2023-09-08T18:34:13,531 | ^~~~~~~~~~~~~~~~~ 2023-09-08T18:34:13,532 compilation terminated. 2023-09-08T18:34:13,533 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-08T18:34:13,676 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-08T18:34:13,689 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-08T18:34:13,689 exec(compile('"'"''"'"''"'"' 2023-09-08T18:34:13,689 # This is -- a caller that pip uses to run setup.py 2023-09-08T18:34:13,689 # 2023-09-08T18:34:13,689 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-08T18:34:13,689 # import from `distutils.core` to work with newer packaging standards. 2023-09-08T18:34:13,689 # - It provides a clear error message when setuptools is not installed. 2023-09-08T18:34:13,689 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-08T18:34:13,689 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-08T18:34:13,689 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-08T18:34:13,689 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-08T18:34:13,689 import os, sys, tokenize 2023-09-08T18:34:13,689 2023-09-08T18:34:13,689 try: 2023-09-08T18:34:13,689 import setuptools 2023-09-08T18:34:13,689 except ImportError as error: 2023-09-08T18:34:13,689 print( 2023-09-08T18:34:13,689 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-08T18:34:13,689 "the build environment.", 2023-09-08T18:34:13,689 file=sys.stderr, 2023-09-08T18:34:13,689 ) 2023-09-08T18:34:13,689 sys.exit(1) 2023-09-08T18:34:13,689 2023-09-08T18:34:13,689 __file__ = %r 2023-09-08T18:34:13,689 sys.argv[0] = __file__ 2023-09-08T18:34:13,689 2023-09-08T18:34:13,689 if os.path.exists(__file__): 2023-09-08T18:34:13,689 filename = __file__ 2023-09-08T18:34:13,689 with tokenize.open(__file__) as f: 2023-09-08T18:34:13,689 setup_py_code = f.read() 2023-09-08T18:34:13,689 else: 2023-09-08T18:34:13,689 filename = "" 2023-09-08T18:34:13,689 setup_py_code = "from setuptools import setup; setup()" 2023-09-08T18:34:13,689 2023-09-08T18:34:13,689 exec(compile(setup_py_code, filename, "exec")) 2023-09-08T18:34:13,689 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-6jqis0ny/systime_d51690d2a9e545968125d89d8342f054/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-clad10k4[/] 2023-09-08T18:34:13,689 [bold magenta]cwd[/]: /tmp/pip-wheel-6jqis0ny/systime_d51690d2a9e545968125d89d8342f054/ 2023-09-08T18:34:13,690 Building wheel for systime (setup.py): finished with status 'error' 2023-09-08T18:34:13,691 ERROR: Failed building wheel for systime 2023-09-08T18:34:13,693 Running setup.py clean for systime 2023-09-08T18:34:13,694 Running command python setup.py clean 2023-09-08T18:34:14,709 'build/lib.linux-armv7l-cpython-311' does not exist -- can't clean it 2023-09-08T18:34:14,710 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-08T18:34:14,710 'build/scripts-3.11' does not exist -- can't clean it 2023-09-08T18:34:14,827 Failed to build systime 2023-09-08T18:34:14,829 ERROR: Failed to build one or more wheels 2023-09-08T18:34:14,830 Exception information: 2023-09-08T18:34:14,830 Traceback (most recent call last): 2023-09-08T18:34:14,830 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-08T18:34:14,830 status = run_func(*args) 2023-09-08T18:34:14,830 ^^^^^^^^^^^^^^^ 2023-09-08T18:34:14,830 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-08T18:34:14,830 return func(self, options, args) 2023-09-08T18:34:14,830 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T18:34:14,830 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-08T18:34:14,830 raise CommandError("Failed to build one or more wheels") 2023-09-08T18:34:14,830 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-08T18:34:14,833 Removed build tracker: '/tmp/pip-build-tracker-e0ik5cgl'