2023-07-12T03:00:48,946 Created temporary directory: /tmp/pip-build-tracker-yh_pko_l 2023-07-12T03:00:48,949 Initialized build tracking at /tmp/pip-build-tracker-yh_pko_l 2023-07-12T03:00:48,950 Created build tracker: /tmp/pip-build-tracker-yh_pko_l 2023-07-12T03:00:48,950 Entered build tracker: /tmp/pip-build-tracker-yh_pko_l 2023-07-12T03:00:48,951 Created temporary directory: /tmp/pip-wheel-yiw25hnz 2023-07-12T03:00:48,959 Created temporary directory: /tmp/pip-ephem-wheel-cache-rnm_12le 2023-07-12T03:00:49,011 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-07-12T03:00:49,019 2 location(s) to search for versions of extractemailattachments: 2023-07-12T03:00:49,019 * https://pypi.org/simple/extractemailattachments/ 2023-07-12T03:00:49,019 * https://www.piwheels.org/simple/extractemailattachments/ 2023-07-12T03:00:49,020 Fetching project page and analyzing links: https://pypi.org/simple/extractemailattachments/ 2023-07-12T03:00:49,021 Getting page https://pypi.org/simple/extractemailattachments/ 2023-07-12T03:00:49,025 Found index url https://pypi.org/simple/ 2023-07-12T03:00:49,210 Fetched page https://pypi.org/simple/extractemailattachments/ as application/vnd.pypi.simple.v1+json 2023-07-12T03:00:49,214 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/60/8f/6f2951f63932125a350f1220804af0bfb50590e051ca30fc9990ea2cd848/ExtractEmailAttachments-0.1.1.tar.gz (from https://pypi.org/simple/extractemailattachments/) (requires-python:>=3.8) 2023-07-12T03:00:49,214 Skipping link: 0.1.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/60/8f/6f2951f63932125a350f1220804af0bfb50590e051ca30fc9990ea2cd848/ExtractEmailAttachments-0.1.1.tar.gz (from https://pypi.org/simple/extractemailattachments/) (requires-python:>=3.8) 2023-07-12T03:00:49,215 Fetching project page and analyzing links: https://www.piwheels.org/simple/extractemailattachments/ 2023-07-12T03:00:49,216 Getting page https://www.piwheels.org/simple/extractemailattachments/ 2023-07-12T03:00:49,218 Found index url https://www.piwheels.org/simple/ 2023-07-12T03:00:49,519 Fetched page https://www.piwheels.org/simple/extractemailattachments/ as text/html 2023-07-12T03:00:49,521 Skipping link: not a file: https://www.piwheels.org/simple/extractemailattachments/ 2023-07-12T03:00:49,521 Skipping link: not a file: https://pypi.org/simple/extractemailattachments/ 2023-07-12T03:00:49,552 Given no hashes to check 0 links for project 'extractemailattachments': discarding no candidates 2023-07-12T03:00:49,553 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.8 2023-07-12T03:00:49,556 ERROR: Could not find a version that satisfies the requirement extractemailattachments==0.1.1 (from versions: none) 2023-07-12T03:00:49,558 ERROR: No matching distribution found for extractemailattachments==0.1.1 2023-07-12T03:00:49,560 Exception information: 2023-07-12T03:00:49,560 Traceback (most recent call last): 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-07-12T03:00:49,560 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-07-12T03:00:49,560 raise RequirementsConflicted(criterion) 2023-07-12T03:00:49,560 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('extractemailattachments==0.1.1') 2023-07-12T03:00:49,560 2023-07-12T03:00:49,560 During handling of the above exception, another exception occurred: 2023-07-12T03:00:49,560 2023-07-12T03:00:49,560 Traceback (most recent call last): 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-07-12T03:00:49,560 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-07-12T03:00:49,560 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-07-12T03:00:49,560 raise ResolutionImpossible(e.criterion.information) 2023-07-12T03:00:49,560 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('extractemailattachments==0.1.1'), parent=None)] 2023-07-12T03:00:49,560 2023-07-12T03:00:49,560 The above exception was the direct cause of the following exception: 2023-07-12T03:00:49,560 2023-07-12T03:00:49,560 Traceback (most recent call last): 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-07-12T03:00:49,560 status = run_func(*args) 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-07-12T03:00:49,560 return func(self, options, args) 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-07-12T03:00:49,560 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-07-12T03:00:49,560 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-07-12T03:00:49,560 raise error from e 2023-07-12T03:00:49,560 pip._internal.exceptions.DistributionNotFound: No matching distribution found for extractemailattachments==0.1.1 2023-07-12T03:00:49,569 Removed build tracker: '/tmp/pip-build-tracker-yh_pko_l'