2023-05-30T22:35:02,888 Created temporary directory: /tmp/pip-build-tracker-z1vgigg6 2023-05-30T22:35:02,891 Initialized build tracking at /tmp/pip-build-tracker-z1vgigg6 2023-05-30T22:35:02,891 Created build tracker: /tmp/pip-build-tracker-z1vgigg6 2023-05-30T22:35:02,892 Entered build tracker: /tmp/pip-build-tracker-z1vgigg6 2023-05-30T22:35:02,893 Created temporary directory: /tmp/pip-wheel-ery32pnx 2023-05-30T22:35:02,902 Created temporary directory: /tmp/pip-ephem-wheel-cache-435s6qri 2023-05-30T22:35:02,954 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-30T22:35:02,962 2 location(s) to search for versions of mapi-packaging-tutorial: 2023-05-30T22:35:02,962 * https://pypi.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:02,962 * https://www.piwheels.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:02,963 Fetching project page and analyzing links: https://pypi.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:02,964 Getting page https://pypi.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:02,969 Found index url https://pypi.org/simple/ 2023-05-30T22:35:03,154 Fetched page https://pypi.org/simple/mapi-packaging-tutorial/ as application/vnd.pypi.simple.v1+json 2023-05-30T22:35:03,156 Skipping link: No binaries permitted for mapi-packaging-tutorial: https://files.pythonhosted.org/packages/4a/b6/175295a57a74ce4315974df0a643611a26e027921239bc3fa91a0cd99af3/mapi_packaging_tutorial-1.2.3-py3-none-any.whl (from https://pypi.org/simple/mapi-packaging-tutorial/) (requires-python:<3.11,>=3.8) 2023-05-30T22:35:03,158 Link requires a different Python (3.7.3 not in: '<3.11,>=3.8'): https://files.pythonhosted.org/packages/d6/b0/36eed56b0159e4e58c7b0be81b970fb2d45e5e9496b2e4dc9499f389ea5e/mapi_packaging_tutorial-1.2.3.tar.gz (from https://pypi.org/simple/mapi-packaging-tutorial/) (requires-python:<3.11,>=3.8) 2023-05-30T22:35:03,159 Skipping link: 1.2.3 Requires-Python <3.11,>=3.8: https://files.pythonhosted.org/packages/d6/b0/36eed56b0159e4e58c7b0be81b970fb2d45e5e9496b2e4dc9499f389ea5e/mapi_packaging_tutorial-1.2.3.tar.gz (from https://pypi.org/simple/mapi-packaging-tutorial/) (requires-python:<3.11,>=3.8) 2023-05-30T22:35:03,160 Fetching project page and analyzing links: https://www.piwheels.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:03,160 Getting page https://www.piwheels.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:03,163 Found index url https://www.piwheels.org/simple/ 2023-05-30T22:35:03,409 Fetched page https://www.piwheels.org/simple/mapi-packaging-tutorial/ as text/html 2023-05-30T22:35:03,411 Skipping link: not a file: https://www.piwheels.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:03,412 Skipping link: not a file: https://pypi.org/simple/mapi-packaging-tutorial/ 2023-05-30T22:35:03,447 Given no hashes to check 0 links for project 'mapi-packaging-tutorial': discarding no candidates 2023-05-30T22:35:03,448 ERROR: Ignored the following versions that require a different python version: 1.2.3 Requires-Python <3.11,>=3.8 2023-05-30T22:35:03,451 ERROR: Could not find a version that satisfies the requirement mapi-packaging-tutorial==1.2.3 (from versions: none) 2023-05-30T22:35:03,453 ERROR: No matching distribution found for mapi-packaging-tutorial==1.2.3 2023-05-30T22:35:03,455 Exception information: 2023-05-30T22:35:03,455 Traceback (most recent call last): 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-05-30T22:35:03,455 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-05-30T22:35:03,455 raise RequirementsConflicted(criterion) 2023-05-30T22:35:03,455 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mapi-packaging-tutorial==1.2.3') 2023-05-30T22:35:03,455 2023-05-30T22:35:03,455 During handling of the above exception, another exception occurred: 2023-05-30T22:35:03,455 2023-05-30T22:35:03,455 Traceback (most recent call last): 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-05-30T22:35:03,455 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-05-30T22:35:03,455 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-05-30T22:35:03,455 raise ResolutionImpossible(e.criterion.information) 2023-05-30T22:35:03,455 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mapi-packaging-tutorial==1.2.3'), parent=None)] 2023-05-30T22:35:03,455 2023-05-30T22:35:03,455 The above exception was the direct cause of the following exception: 2023-05-30T22:35:03,455 2023-05-30T22:35:03,455 Traceback (most recent call last): 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-05-30T22:35:03,455 status = run_func(*args) 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-05-30T22:35:03,455 return func(self, options, args) 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-05-30T22:35:03,455 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-05-30T22:35:03,455 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-05-30T22:35:03,455 raise error from e 2023-05-30T22:35:03,455 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mapi-packaging-tutorial==1.2.3 2023-05-30T22:35:03,464 Removed build tracker: '/tmp/pip-build-tracker-z1vgigg6'