2023-09-09T16:06:38,014 Created temporary directory: /tmp/pip-build-tracker-iqxc001m 2023-09-09T16:06:38,016 Initialized build tracking at /tmp/pip-build-tracker-iqxc001m 2023-09-09T16:06:38,016 Created build tracker: /tmp/pip-build-tracker-iqxc001m 2023-09-09T16:06:38,017 Entered build tracker: /tmp/pip-build-tracker-iqxc001m 2023-09-09T16:06:38,017 Created temporary directory: /tmp/pip-wheel-nocf0g7z 2023-09-09T16:06:38,020 Created temporary directory: /tmp/pip-ephem-wheel-cache-esrau0gg 2023-09-09T16:06:38,045 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-09T16:06:38,049 2 location(s) to search for versions of my-script: 2023-09-09T16:06:38,049 * https://pypi.org/simple/my-script/ 2023-09-09T16:06:38,049 * https://www.piwheels.org/simple/my-script/ 2023-09-09T16:06:38,050 Fetching project page and analyzing links: https://pypi.org/simple/my-script/ 2023-09-09T16:06:38,051 Getting page https://pypi.org/simple/my-script/ 2023-09-09T16:06:38,052 Found index url https://pypi.org/simple/ 2023-09-09T16:06:38,302 Fetched page https://pypi.org/simple/my-script/ as application/vnd.pypi.simple.v1+json 2023-09-09T16:06:38,303 Found link https://files.pythonhosted.org/packages/4f/d2/edd9c47fa510dd420b88168cf74252e8f0221275beba8a88c56438b85c96/my-script-0.1.tar.gz (from https://pypi.org/simple/my-script/), version: 0.1 2023-09-09T16:06:38,304 Fetching project page and analyzing links: https://www.piwheels.org/simple/my-script/ 2023-09-09T16:06:38,304 Getting page https://www.piwheels.org/simple/my-script/ 2023-09-09T16:06:38,306 Found index url https://www.piwheels.org/simple/ 2023-09-09T16:06:38,611 Fetched page https://www.piwheels.org/simple/my-script/ as text/html 2023-09-09T16:06:38,613 Skipping link: not a file: https://www.piwheels.org/simple/my-script/ 2023-09-09T16:06:38,615 Skipping link: not a file: https://pypi.org/simple/my-script/ 2023-09-09T16:06:38,643 Given no hashes to check 1 links for project 'my-script': discarding no candidates 2023-09-09T16:06:38,669 Collecting my-script==0.1 2023-09-09T16:06:38,672 Created temporary directory: /tmp/pip-unpack-qnorxirk 2023-09-09T16:06:38,925 Downloading my-script-0.1.tar.gz (513 bytes) 2023-09-09T16:06:38,935 Added my-script==0.1 from https://files.pythonhosted.org/packages/4f/d2/edd9c47fa510dd420b88168cf74252e8f0221275beba8a88c56438b85c96/my-script-0.1.tar.gz to build tracker '/tmp/pip-build-tracker-iqxc001m' 2023-09-09T16:06:38,936 Running setup.py (path:/tmp/pip-wheel-nocf0g7z/my-script_4c457176164c4f0c9d86234fbfb64b4c/setup.py) egg_info for package my-script 2023-09-09T16:06:38,937 Created temporary directory: /tmp/pip-pip-egg-info-baft4l5h 2023-09-09T16:06:38,938 Preparing metadata (setup.py): started 2023-09-09T16:06:38,939 Running command python setup.py egg_info 2023-09-09T16:06:40,100 Preparing metadata (setup.py): finished with status 'done' 2023-09-09T16:06:40,103 Source in /tmp/pip-wheel-nocf0g7z/my-script_4c457176164c4f0c9d86234fbfb64b4c has version 0.1, which satisfies requirement my-script==0.1 from https://files.pythonhosted.org/packages/4f/d2/edd9c47fa510dd420b88168cf74252e8f0221275beba8a88c56438b85c96/my-script-0.1.tar.gz 2023-09-09T16:06:40,104 Removed my-script==0.1 from https://files.pythonhosted.org/packages/4f/d2/edd9c47fa510dd420b88168cf74252e8f0221275beba8a88c56438b85c96/my-script-0.1.tar.gz from build tracker '/tmp/pip-build-tracker-iqxc001m' 2023-09-09T16:06:40,108 Created temporary directory: /tmp/pip-unpack-dzmv4ec0 2023-09-09T16:06:40,109 Created temporary directory: /tmp/pip-unpack-8onwqv7z 2023-09-09T16:06:40,111 Building wheels for collected packages: my-script 2023-09-09T16:06:40,115 Created temporary directory: /tmp/pip-wheel-80zl06fq 2023-09-09T16:06:40,116 Building wheel for my-script (setup.py): started 2023-09-09T16:06:40,117 Destination directory: /tmp/pip-wheel-80zl06fq 2023-09-09T16:06:40,118 Running command python setup.py bdist_wheel 2023-09-09T16:06:41,155 error: [Errno 2] No such file or directory: 'my_script' 2023-09-09T16:06:41,263 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-09T16:06:41,276 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-09T16:06:41,276 exec(compile('"'"''"'"''"'"' 2023-09-09T16:06:41,276 # This is -- a caller that pip uses to run setup.py 2023-09-09T16:06:41,276 # 2023-09-09T16:06:41,276 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-09T16:06:41,276 # import from `distutils.core` to work with newer packaging standards. 2023-09-09T16:06:41,276 # - It provides a clear error message when setuptools is not installed. 2023-09-09T16:06:41,276 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-09T16:06:41,276 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-09T16:06:41,276 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-09T16:06:41,276 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-09T16:06:41,276 import os, sys, tokenize 2023-09-09T16:06:41,276 2023-09-09T16:06:41,276 try: 2023-09-09T16:06:41,276 import setuptools 2023-09-09T16:06:41,276 except ImportError as error: 2023-09-09T16:06:41,276 print( 2023-09-09T16:06:41,276 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-09T16:06:41,276 "the build environment.", 2023-09-09T16:06:41,276 file=sys.stderr, 2023-09-09T16:06:41,276 ) 2023-09-09T16:06:41,276 sys.exit(1) 2023-09-09T16:06:41,276 2023-09-09T16:06:41,276 __file__ = %r 2023-09-09T16:06:41,276 sys.argv[0] = __file__ 2023-09-09T16:06:41,276 2023-09-09T16:06:41,276 if os.path.exists(__file__): 2023-09-09T16:06:41,276 filename = __file__ 2023-09-09T16:06:41,276 with tokenize.open(__file__) as f: 2023-09-09T16:06:41,276 setup_py_code = f.read() 2023-09-09T16:06:41,276 else: 2023-09-09T16:06:41,276 filename = "" 2023-09-09T16:06:41,276 setup_py_code = "from setuptools import setup; setup()" 2023-09-09T16:06:41,276 2023-09-09T16:06:41,276 exec(compile(setup_py_code, filename, "exec")) 2023-09-09T16:06:41,276 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-nocf0g7z/my-script_4c457176164c4f0c9d86234fbfb64b4c/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-80zl06fq[/] 2023-09-09T16:06:41,277 [bold magenta]cwd[/]: /tmp/pip-wheel-nocf0g7z/my-script_4c457176164c4f0c9d86234fbfb64b4c/ 2023-09-09T16:06:41,278 Building wheel for my-script (setup.py): finished with status 'error' 2023-09-09T16:06:41,279 ERROR: Failed building wheel for my-script 2023-09-09T16:06:41,280 Running setup.py clean for my-script 2023-09-09T16:06:41,282 Running command python setup.py clean 2023-09-09T16:06:42,286 'build/lib' does not exist -- can't clean it 2023-09-09T16:06:42,286 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-09T16:06:42,396 Failed to build my-script 2023-09-09T16:06:42,398 ERROR: Failed to build one or more wheels 2023-09-09T16:06:42,400 Exception information: 2023-09-09T16:06:42,400 Traceback (most recent call last): 2023-09-09T16:06:42,400 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-09T16:06:42,400 status = run_func(*args) 2023-09-09T16:06:42,400 ^^^^^^^^^^^^^^^ 2023-09-09T16:06:42,400 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-09T16:06:42,400 return func(self, options, args) 2023-09-09T16:06:42,400 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-09T16:06:42,400 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-09T16:06:42,400 raise CommandError("Failed to build one or more wheels") 2023-09-09T16:06:42,400 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-09T16:06:42,404 Removed build tracker: '/tmp/pip-build-tracker-iqxc001m'