2022-07-21T06:44:52,836 Created temporary directory: /tmp/pip-ephem-wheel-cache-bqra_9vk 2022-07-21T06:44:52,842 Created temporary directory: /tmp/pip-build-tracker-dxcu7d6k 2022-07-21T06:44:52,843 Initialized build tracking at /tmp/pip-build-tracker-dxcu7d6k 2022-07-21T06:44:52,843 Created build tracker: /tmp/pip-build-tracker-dxcu7d6k 2022-07-21T06:44:52,843 Entered build tracker: /tmp/pip-build-tracker-dxcu7d6k 2022-07-21T06:44:52,845 Created temporary directory: /tmp/pip-wheel-uq_lmgl4 2022-07-21T06:44:52,908 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-21T06:44:52,917 2 location(s) to search for versions of xfers-sdk: 2022-07-21T06:44:52,917 * https://pypi.org/simple/xfers-sdk/ 2022-07-21T06:44:52,917 * https://www.piwheels.org/simple/xfers-sdk/ 2022-07-21T06:44:52,918 Fetching project page and analyzing links: https://pypi.org/simple/xfers-sdk/ 2022-07-21T06:44:52,919 Getting page https://pypi.org/simple/xfers-sdk/ 2022-07-21T06:44:52,923 Found index url https://pypi.org/simple 2022-07-21T06:44:53,105 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/02/6c/72964decda39b4476344195165b99b2a4f27d3c411d1c10e321ebdb7b1d0/xfers-sdk-1.0.tar.gz#sha256=f39dfb69e819ec28e49a2c0d5b3fe65f1534f1648a6b9b0c15ef86b0499cb253 (from https://pypi.org/simple/xfers-sdk/) (requires-python:>=3.9,<4.0) 2022-07-21T06:44:53,105 Skipping link: 1.0 Requires-Python >=3.9,<4.0: https://files.pythonhosted.org/packages/02/6c/72964decda39b4476344195165b99b2a4f27d3c411d1c10e321ebdb7b1d0/xfers-sdk-1.0.tar.gz#sha256=f39dfb69e819ec28e49a2c0d5b3fe65f1534f1648a6b9b0c15ef86b0499cb253 (from https://pypi.org/simple/xfers-sdk/) (requires-python:>=3.9,<4.0) 2022-07-21T06:44:53,106 Skipping link: No binaries permitted for xfers-sdk: https://files.pythonhosted.org/packages/5a/0f/0a2fd5c0d3de9d3c08247ea3cd5bdb0f0c17b37916de633f844b9924d660/xfers_sdk-1.0-py3-none-any.whl#sha256=7b00aba4e8f1bd8eb31640c045d651bea4aae9eaea1685ecf56de01d0be6943b (from https://pypi.org/simple/xfers-sdk/) (requires-python:>=3.9,<4.0) 2022-07-21T06:44:53,107 Fetching project page and analyzing links: https://www.piwheels.org/simple/xfers-sdk/ 2022-07-21T06:44:53,107 Getting page https://www.piwheels.org/simple/xfers-sdk/ 2022-07-21T06:44:53,109 Found index url https://www.piwheels.org/simple 2022-07-21T06:44:53,336 Skipping link: not a file: https://www.piwheels.org/simple/xfers-sdk/ 2022-07-21T06:44:53,336 Skipping link: not a file: https://pypi.org/simple/xfers-sdk/ 2022-07-21T06:44:53,369 Given no hashes to check 0 links for project 'xfers-sdk': discarding no candidates 2022-07-21T06:44:53,370 ERROR: Ignored the following versions that require a different python version: 1.0 Requires-Python >=3.9,<4.0 2022-07-21T06:44:53,372 ERROR: Could not find a version that satisfies the requirement xfers-sdk==1.0 (from versions: none) 2022-07-21T06:44:53,375 ERROR: No matching distribution found for xfers-sdk==1.0 2022-07-21T06:44:53,376 Exception information: 2022-07-21T06:44:53,376 Traceback (most recent call last): 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-21T06:44:53,376 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-07-21T06:44:53,376 raise RequirementsConflicted(criterion) 2022-07-21T06:44:53,376 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('xfers-sdk==1.0') 2022-07-21T06:44:53,376 2022-07-21T06:44:53,376 During handling of the above exception, another exception occurred: 2022-07-21T06:44:53,376 2022-07-21T06:44:53,376 Traceback (most recent call last): 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-07-21T06:44:53,376 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-21T06:44:53,376 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-07-21T06:44:53,376 raise ResolutionImpossible(e.criterion.information) 2022-07-21T06:44:53,376 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('xfers-sdk==1.0'), parent=None)] 2022-07-21T06:44:53,376 2022-07-21T06:44:53,376 The above exception was the direct cause of the following exception: 2022-07-21T06:44:53,376 2022-07-21T06:44:53,376 Traceback (most recent call last): 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-21T06:44:53,376 status = run_func(*args) 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-21T06:44:53,376 return func(self, options, args) 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-21T06:44:53,376 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-21T06:44:53,376 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-07-21T06:44:53,376 raise error from e 2022-07-21T06:44:53,376 pip._internal.exceptions.DistributionNotFound: No matching distribution found for xfers-sdk==1.0 2022-07-21T06:44:53,385 Removed build tracker: '/tmp/pip-build-tracker-dxcu7d6k'