2022-07-09T18:23:09,637 Created temporary directory: /tmp/pip-ephem-wheel-cache-lri2gpep 2022-07-09T18:23:09,643 Created temporary directory: /tmp/pip-build-tracker-5so3h8t4 2022-07-09T18:23:09,644 Initialized build tracking at /tmp/pip-build-tracker-5so3h8t4 2022-07-09T18:23:09,644 Created build tracker: /tmp/pip-build-tracker-5so3h8t4 2022-07-09T18:23:09,644 Entered build tracker: /tmp/pip-build-tracker-5so3h8t4 2022-07-09T18:23:09,645 Created temporary directory: /tmp/pip-wheel-4mdemggy 2022-07-09T18:23:09,715 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-09T18:23:09,723 2 location(s) to search for versions of yolov10: 2022-07-09T18:23:09,723 * https://pypi.org/simple/yolov10/ 2022-07-09T18:23:09,723 * https://www.piwheels.org/simple/yolov10/ 2022-07-09T18:23:09,725 Fetching project page and analyzing links: https://pypi.org/simple/yolov10/ 2022-07-09T18:23:09,726 Getting page https://pypi.org/simple/yolov10/ 2022-07-09T18:23:09,729 Found index url https://pypi.org/simple 2022-07-09T18:23:09,852 Skipping link: No binaries permitted for yolov10: https://files.pythonhosted.org/packages/f6/6f/e2db18b23b64c0937927d8b9563022d8b93557e653957fcc3845512ffd15/yolov10-0.0.1-py37.py38.py39-none-any.whl#sha256=66ab013b46043bd38196c1acae47fed398c9fc2901baeedfc8c0706257a623bb (from https://pypi.org/simple/yolov10/) (requires-python:>=3.7) 2022-07-09T18:23:09,854 Found link https://files.pythonhosted.org/packages/a5/96/f57b28bea91f2a2a758112356376bd1c0602d8da0ba30bd6585142b0fe6f/yolov10-0.0.1.tar.gz#sha256=8f9ccc5a40dc699e2cb3dc92e9a655a45967e4f53a7f10ac8d237c8d3ba32090 (from https://pypi.org/simple/yolov10/) (requires-python:>=3.7), version: 0.0.1 2022-07-09T18:23:09,855 Fetching project page and analyzing links: https://www.piwheels.org/simple/yolov10/ 2022-07-09T18:23:09,856 Getting page https://www.piwheels.org/simple/yolov10/ 2022-07-09T18:23:09,857 Found index url https://www.piwheels.org/simple 2022-07-09T18:23:10,082 Skipping link: not a file: https://www.piwheels.org/simple/yolov10/ 2022-07-09T18:23:10,082 Skipping link: not a file: https://pypi.org/simple/yolov10/ 2022-07-09T18:23:10,127 Given no hashes to check 1 links for project 'yolov10': discarding no candidates 2022-07-09T18:23:10,168 Collecting yolov10==0.0.1 2022-07-09T18:23:10,172 Created temporary directory: /tmp/pip-unpack-gtt2qmtj 2022-07-09T18:23:10,265 Downloading yolov10-0.0.1.tar.gz (2.0 kB) 2022-07-09T18:23:10,323 Added yolov10==0.0.1 from https://files.pythonhosted.org/packages/a5/96/f57b28bea91f2a2a758112356376bd1c0602d8da0ba30bd6585142b0fe6f/yolov10-0.0.1.tar.gz#sha256=8f9ccc5a40dc699e2cb3dc92e9a655a45967e4f53a7f10ac8d237c8d3ba32090 to build tracker '/tmp/pip-build-tracker-5so3h8t4' 2022-07-09T18:23:10,326 Running setup.py (path:/tmp/pip-wheel-4mdemggy/yolov10_8119aec6b29a4dbda05ef04ef38dfa2f/setup.py) egg_info for package yolov10 2022-07-09T18:23:10,327 Created temporary directory: /tmp/pip-pip-egg-info-dkwgmn6_ 2022-07-09T18:23:10,328 Preparing metadata (setup.py): started 2022-07-09T18:23:10,330 Running command python setup.py egg_info 2022-07-09T18:23:12,229 Traceback (most recent call last): 2022-07-09T18:23:12,230 File "", line 2, in 2022-07-09T18:23:12,231 File "", line 34, in 2022-07-09T18:23:12,231 File "/tmp/pip-wheel-4mdemggy/yolov10_8119aec6b29a4dbda05ef04ef38dfa2f/setup.py", line 37, in 2022-07-09T18:23:12,231 install_requires=get_requirements(), 2022-07-09T18:23:12,232 File "/tmp/pip-wheel-4mdemggy/yolov10_8119aec6b29a4dbda05ef04ef38dfa2f/setup.py", line 15, in get_requirements 2022-07-09T18:23:12,232 with open("requirements.txt") as f: 2022-07-09T18:23:12,233 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2022-07-09T18:23:12,374 ERROR: [present-rich] python setup.py egg_info exited with 1 2022-07-09T18:23:12,414 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2022-07-09T18:23:12,414 exec(compile('"'"''"'"''"'"' 2022-07-09T18:23:12,414 # This is -- a caller that pip uses to run setup.py 2022-07-09T18:23:12,414 # 2022-07-09T18:23:12,414 # - It imports setuptools before invoking setup.py, to enable projects that directly 2022-07-09T18:23:12,414 # import from `distutils.core` to work with newer packaging standards. 2022-07-09T18:23:12,414 # - It provides a clear error message when setuptools is not installed. 2022-07-09T18:23:12,414 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2022-07-09T18:23:12,414 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2022-07-09T18:23:12,414 # manifest_maker: standard file '"'"'-c'"'"' not found". 2022-07-09T18:23:12,414 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2022-07-09T18:23:12,414 import os, sys, tokenize 2022-07-09T18:23:12,414 2022-07-09T18:23:12,414 try: 2022-07-09T18:23:12,414 import setuptools 2022-07-09T18:23:12,414 except ImportError as error: 2022-07-09T18:23:12,414 print( 2022-07-09T18:23:12,414 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2022-07-09T18:23:12,414 "the build environment.", 2022-07-09T18:23:12,414 file=sys.stderr, 2022-07-09T18:23:12,414 ) 2022-07-09T18:23:12,414 sys.exit(1) 2022-07-09T18:23:12,414 2022-07-09T18:23:12,414 __file__ = %r 2022-07-09T18:23:12,414 sys.argv[0] = __file__ 2022-07-09T18:23:12,414 2022-07-09T18:23:12,414 if os.path.exists(__file__): 2022-07-09T18:23:12,414 filename = __file__ 2022-07-09T18:23:12,414 with tokenize.open(__file__) as f: 2022-07-09T18:23:12,414 setup_py_code = f.read() 2022-07-09T18:23:12,414 else: 2022-07-09T18:23:12,414 filename = "" 2022-07-09T18:23:12,414 setup_py_code = "from setuptools import setup; setup()" 2022-07-09T18:23:12,414 2022-07-09T18:23:12,414 exec(compile(setup_py_code, filename, "exec")) 2022-07-09T18:23:12,414 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-4mdemggy/yolov10_8119aec6b29a4dbda05ef04ef38dfa2f/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-dkwgmn6_[/] 2022-07-09T18:23:12,415 [bold magenta]cwd[/]: /tmp/pip-wheel-4mdemggy/yolov10_8119aec6b29a4dbda05ef04ef38dfa2f/ 2022-07-09T18:23:12,415 Preparing metadata (setup.py): finished with status 'error' 2022-07-09T18:23:12,418 ERROR: [present-rich] metadata generation failed 2022-07-09T18:23:12,432 Exception information: 2022-07-09T18:23:12,432 Traceback (most recent call last): 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata 2022-07-09T18:23:12,432 call_subprocess( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess 2022-07-09T18:23:12,432 raise error 2022-07-09T18:23:12,432 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2022-07-09T18:23:12,432 2022-07-09T18:23:12,432 The above exception was the direct cause of the following exception: 2022-07-09T18:23:12,432 2022-07-09T18:23:12,432 Traceback (most recent call last): 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-09T18:23:12,432 status = run_func(*args) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-09T18:23:12,432 return func(self, options, args) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-09T18:23:12,432 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-07-09T18:23:12,432 result = self._result = resolver.resolve( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-09T18:23:12,432 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-09T18:23:12,432 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2022-07-09T18:23:12,432 if not criterion.candidates: 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-07-09T18:23:12,432 return bool(self._sequence) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-07-09T18:23:12,432 return any(self) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-07-09T18:23:12,432 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-07-09T18:23:12,432 candidate = func() 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 215, in _make_candidate_from_link 2022-07-09T18:23:12,432 self._link_candidate_cache[link] = LinkCandidate( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 291, in __init__ 2022-07-09T18:23:12,432 super().__init__( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 161, in __init__ 2022-07-09T18:23:12,432 self.dist = self._prepare() 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 230, in _prepare 2022-07-09T18:23:12,432 dist = self._prepare_distribution() 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 302, in _prepare_distribution 2022-07-09T18:23:12,432 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 428, in prepare_linked_requirement 2022-07-09T18:23:12,432 return self._prepare_linked_requirement(req, parallel_builds) 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 497, in _prepare_linked_requirement 2022-07-09T18:23:12,432 dist = _get_prepared_distribution( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution 2022-07-09T18:23:12,432 abstract_dist.prepare_distribution_metadata( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py", line 61, in prepare_distribution_metadata 2022-07-09T18:23:12,432 self.req.prepare_metadata() 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/req/req_install.py", line 532, in prepare_metadata 2022-07-09T18:23:12,432 self.metadata_directory = generate_metadata_legacy( 2022-07-09T18:23:12,432 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata 2022-07-09T18:23:12,432 raise MetadataGenerationFailed(package_details=details) from error 2022-07-09T18:23:12,432 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2022-07-09T18:23:12,455 Removed yolov10==0.0.1 from https://files.pythonhosted.org/packages/a5/96/f57b28bea91f2a2a758112356376bd1c0602d8da0ba30bd6585142b0fe6f/yolov10-0.0.1.tar.gz#sha256=8f9ccc5a40dc699e2cb3dc92e9a655a45967e4f53a7f10ac8d237c8d3ba32090 from build tracker '/tmp/pip-build-tracker-5so3h8t4' 2022-07-09T18:23:12,456 Removed build tracker: '/tmp/pip-build-tracker-5so3h8t4'