2023-09-13T04:38:20,220 Created temporary directory: /tmp/pip-build-tracker-msp99bh2 2023-09-13T04:38:20,221 Initialized build tracking at /tmp/pip-build-tracker-msp99bh2 2023-09-13T04:38:20,222 Created build tracker: /tmp/pip-build-tracker-msp99bh2 2023-09-13T04:38:20,222 Entered build tracker: /tmp/pip-build-tracker-msp99bh2 2023-09-13T04:38:20,223 Created temporary directory: /tmp/pip-wheel-tanw7ejt 2023-09-13T04:38:20,226 Created temporary directory: /tmp/pip-ephem-wheel-cache-hx5xoasx 2023-09-13T04:38:20,249 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-13T04:38:20,253 2 location(s) to search for versions of simple-face-alignment: 2023-09-13T04:38:20,253 * https://pypi.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,253 * https://www.piwheels.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,254 Fetching project page and analyzing links: https://pypi.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,255 Getting page https://pypi.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,256 Found index url https://pypi.org/simple/ 2023-09-13T04:38:20,469 Fetched page https://pypi.org/simple/simple-face-alignment/ as application/vnd.pypi.simple.v1+json 2023-09-13T04:38:20,471 Skipping link: Missing project version for simple-face-alignment: https://files.pythonhosted.org/packages/e3/4e/f288e2fd3e082661b64010bbd6682377a3e6c67ab61406267f57c6451d53/simple%20face%20alignment-0.0.1.tar.gz (from https://pypi.org/simple/simple-face-alignment/) 2023-09-13T04:38:20,472 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/78/1c/ec38c65971e38a9c4db534b743ec895e99a13e39874ebfddd93090b76bfd/simple_face_alignment-0.0.1-py3.6.egg (from https://pypi.org/simple/simple-face-alignment/) 2023-09-13T04:38:20,473 Found link https://files.pythonhosted.org/packages/1d/b4/a602c9270dc5337bce60c0f4aae0a6c530e4022d8ee82759f2697b268780/simple_face_alignment-0.0.2.tar.gz (from https://pypi.org/simple/simple-face-alignment/), version: 0.0.2 2023-09-13T04:38:20,473 Fetching project page and analyzing links: https://www.piwheels.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,474 Getting page https://www.piwheels.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,475 Found index url https://www.piwheels.org/simple/ 2023-09-13T04:38:20,724 Fetched page https://www.piwheels.org/simple/simple-face-alignment/ as text/html 2023-09-13T04:38:20,726 Skipping link: No binaries permitted for simple-face-alignment: https://www.piwheels.org/simple/simple-face-alignment/simple_face_alignment-0.0.2-py3-none-any.whl#sha256=062a76e857eca26ef45b4feb2cdcacf091a8f56016a731c47693692e4287ff82 (from https://www.piwheels.org/simple/simple-face-alignment/) 2023-09-13T04:38:20,726 Skipping link: not a file: https://www.piwheels.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,727 Skipping link: not a file: https://pypi.org/simple/simple-face-alignment/ 2023-09-13T04:38:20,963 Given no hashes to check 0 links for project 'simple-face-alignment': discarding no candidates 2023-09-13T04:38:20,965 ERROR: Could not find a version that satisfies the requirement simple-face-alignment==0.0.1 (from versions: 0.0.2) 2023-09-13T04:38:20,967 ERROR: No matching distribution found for simple-face-alignment==0.0.1 2023-09-13T04:38:20,969 Exception information: 2023-09-13T04:38:20,969 Traceback (most recent call last): 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-13T04:38:20,969 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-13T04:38:20,969 raise RequirementsConflicted(criterion) 2023-09-13T04:38:20,969 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('simple-face-alignment==0.0.1') 2023-09-13T04:38:20,969 2023-09-13T04:38:20,969 During handling of the above exception, another exception occurred: 2023-09-13T04:38:20,969 2023-09-13T04:38:20,969 Traceback (most recent call last): 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-13T04:38:20,969 result = self._result = resolver.resolve( 2023-09-13T04:38:20,969 ^^^^^^^^^^^^^^^^^ 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-13T04:38:20,969 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-13T04:38:20,969 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-13T04:38:20,969 raise ResolutionImpossible(e.criterion.information) 2023-09-13T04:38:20,969 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('simple-face-alignment==0.0.1'), parent=None)] 2023-09-13T04:38:20,969 2023-09-13T04:38:20,969 The above exception was the direct cause of the following exception: 2023-09-13T04:38:20,969 2023-09-13T04:38:20,969 Traceback (most recent call last): 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-13T04:38:20,969 status = run_func(*args) 2023-09-13T04:38:20,969 ^^^^^^^^^^^^^^^ 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-13T04:38:20,969 return func(self, options, args) 2023-09-13T04:38:20,969 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-13T04:38:20,969 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-13T04:38:20,969 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-13T04:38:20,969 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-13T04:38:20,969 raise error from e 2023-09-13T04:38:20,969 pip._internal.exceptions.DistributionNotFound: No matching distribution found for simple-face-alignment==0.0.1 2023-09-13T04:38:20,976 Removed build tracker: '/tmp/pip-build-tracker-msp99bh2'