2022-02-28T17:24:50,372 Created temporary directory: /tmp/pip-ephem-wheel-cache-b9uc9p9r 2022-02-28T17:24:50,378 Created temporary directory: /tmp/pip-req-tracker-6fdjzyub 2022-02-28T17:24:50,379 Initialized build tracking at /tmp/pip-req-tracker-6fdjzyub 2022-02-28T17:24:50,379 Created build tracker: /tmp/pip-req-tracker-6fdjzyub 2022-02-28T17:24:50,379 Entered build tracker: /tmp/pip-req-tracker-6fdjzyub 2022-02-28T17:24:50,381 Created temporary directory: /tmp/pip-wheel-sw03dod5 2022-02-28T17:24:50,445 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-28T17:24:50,454 2 location(s) to search for versions of github-app-access-token-fetcher: 2022-02-28T17:24:50,454 * https://pypi.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,454 * https://www.piwheels.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,456 Fetching project page and analyzing links: https://pypi.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,457 Getting page https://pypi.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,460 Found index url https://pypi.org/simple 2022-02-28T17:24:50,571 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/d1/6e/baf4089e4c8c3fb651091ca1a72a902de8c5e69aab90c5f6f66fe7f4736f/github-app-access-token-fetcher-1.0.0.tar.gz#sha256=a0b38a13904e75a36fd7e836548a9b0a3e4e930818842cf0718357ae62037fd9 (from https://pypi.org/simple/github-app-access-token-fetcher/) (requires-python:>=3.8,<4.0) 2022-02-28T17:24:50,572 Skipping link: No binaries permitted for github-app-access-token-fetcher: https://files.pythonhosted.org/packages/88/5a/b01cbbeb2567e3a3a3fe0d75f4a21894fb643dd7536346da25d30096b695/github_app_access_token_fetcher-1.0.0-py3-none-any.whl#sha256=431d0349c222eeea498e635a36127d6b4935b0b13061598da85950e5d116fe5f (from https://pypi.org/simple/github-app-access-token-fetcher/) (requires-python:>=3.8,<4.0) 2022-02-28T17:24:50,574 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/4e/4f/f76e1db367984ca9f6aaeb6f588dc225479171673966b56d598999948e26/github-app-access-token-fetcher-1.0.1.tar.gz#sha256=cd00d670e858b9526703827af338d0ec5766c1e7069a6b23f46a7bba56d4bbea (from https://pypi.org/simple/github-app-access-token-fetcher/) (requires-python:>=3.8,<4.0) 2022-02-28T17:24:50,574 Skipping link: No binaries permitted for github-app-access-token-fetcher: https://files.pythonhosted.org/packages/00/bf/c2635ab5300f5df18d84740895b90c7633ef98479e0af5408dbdc338b6e6/github_app_access_token_fetcher-1.0.1-py3-none-any.whl#sha256=7281e91b2c3b350e846a9257bc6b0f7afa13ae5a55fd7d1bf57c8c4ec1fc523c (from https://pypi.org/simple/github-app-access-token-fetcher/) (requires-python:>=3.8,<4.0) 2022-02-28T17:24:50,575 Fetching project page and analyzing links: https://www.piwheels.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,576 Getting page https://www.piwheels.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,578 Found index url https://www.piwheels.org/simple 2022-02-28T17:24:50,779 Skipping link: No binaries permitted for github-app-access-token-fetcher: https://www.piwheels.org/simple/github-app-access-token-fetcher/github_app_access_token_fetcher-1.0.0-py3-none-any.whl#sha256=1072428d2502cdf96db3953b7b74a46d8ebfe901cbf20e31b4bc3b1112319297 (from https://www.piwheels.org/simple/github-app-access-token-fetcher/) (requires-python:>=3.8,<4.0) 2022-02-28T17:24:50,780 Skipping link: not a file: https://www.piwheels.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,780 Skipping link: not a file: https://pypi.org/simple/github-app-access-token-fetcher/ 2022-02-28T17:24:50,813 Given no hashes to check 0 links for project 'github-app-access-token-fetcher': discarding no candidates 2022-02-28T17:24:50,814 ERROR: Could not find a version that satisfies the requirement github-app-access-token-fetcher==1.0.1 (from versions: none) 2022-02-28T17:24:50,817 ERROR: No matching distribution found for github-app-access-token-fetcher==1.0.1 2022-02-28T17:24:50,819 Exception information: 2022-02-28T17:24:50,819 Traceback (most recent call last): 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-02-28T17:24:50,819 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-02-28T17:24:50,819 raise RequirementsConflicted(criterion) 2022-02-28T17:24:50,819 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('github-app-access-token-fetcher==1.0.1') 2022-02-28T17:24:50,819 2022-02-28T17:24:50,819 During handling of the above exception, another exception occurred: 2022-02-28T17:24:50,819 2022-02-28T17:24:50,819 Traceback (most recent call last): 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-02-28T17:24:50,819 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-02-28T17:24:50,819 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-02-28T17:24:50,819 raise ResolutionImpossible(e.criterion.information) 2022-02-28T17:24:50,819 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('github-app-access-token-fetcher==1.0.1'), parent=None)] 2022-02-28T17:24:50,819 2022-02-28T17:24:50,819 The above exception was the direct cause of the following exception: 2022-02-28T17:24:50,819 2022-02-28T17:24:50,819 Traceback (most recent call last): 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-02-28T17:24:50,819 status = run_func(*args) 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-28T17:24:50,819 return func(self, options, args) 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-02-28T17:24:50,819 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-28T17:24:50,819 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-02-28T17:24:50,819 raise error from e 2022-02-28T17:24:50,819 pip._internal.exceptions.DistributionNotFound: No matching distribution found for github-app-access-token-fetcher==1.0.1 2022-02-28T17:24:50,828 Removed build tracker: '/tmp/pip-req-tracker-6fdjzyub'