2021-09-05T09:02:29,260 Created temporary directory: /tmp/pip-ephem-wheel-cache-ybv3b0a_ 2021-09-05T09:02:29,263 Created temporary directory: /tmp/pip-req-tracker-gjp2q5bx 2021-09-05T09:02:29,263 Initialized build tracking at /tmp/pip-req-tracker-gjp2q5bx 2021-09-05T09:02:29,264 Created build tracker: /tmp/pip-req-tracker-gjp2q5bx 2021-09-05T09:02:29,264 Entered build tracker: /tmp/pip-req-tracker-gjp2q5bx 2021-09-05T09:02:29,265 Created temporary directory: /tmp/pip-wheel-0wrj_4p5 2021-09-05T09:02:29,297 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-05T09:02:29,300 2 location(s) to search for versions of nonebot-plugin-atri: 2021-09-05T09:02:29,300 * https://pypi.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,300 * https://www.piwheels.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,301 Fetching project page and analyzing links: https://pypi.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,302 Getting page https://pypi.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,303 Found index url https://pypi.org/simple 2021-09-05T09:02:29,391 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/aa/05/e7e3ec27d70cf83ff0c89aae082ab5995cf2f44d2b4678fc6c9c6b26f3fa/nonebot-plugin-atri-0.0.1.tar.gz#sha256=e346b4b9d74109285807488e73ea3cd6257b7b351f7713a787decfbe7ba28f0b (from https://pypi.org/simple/nonebot-plugin-atri/) (requires-python:>=3.8) 2021-09-05T09:02:29,392 Fetching project page and analyzing links: https://www.piwheels.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,392 Getting page https://www.piwheels.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,393 Found index url https://www.piwheels.org/simple 2021-09-05T09:02:29,492 Skipping link: not a file: https://www.piwheels.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,492 Skipping link: not a file: https://pypi.org/simple/nonebot-plugin-atri/ 2021-09-05T09:02:29,509 Given no hashes to check 0 links for project 'nonebot-plugin-atri': discarding no candidates 2021-09-05T09:02:29,509 ERROR: Could not find a version that satisfies the requirement nonebot-plugin-atri==0.0.1 (from versions: none) 2021-09-05T09:02:29,510 ERROR: No matching distribution found for nonebot-plugin-atri==0.0.1 2021-09-05T09:02:29,510 Exception information: 2021-09-05T09:02:29,510 Traceback (most recent call last): 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-05T09:02:29,510 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-05T09:02:29,510 raise RequirementsConflicted(criterion) 2021-09-05T09:02:29,510 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nonebot-plugin-atri==0.0.1') 2021-09-05T09:02:29,510 2021-09-05T09:02:29,510 During handling of the above exception, another exception occurred: 2021-09-05T09:02:29,510 2021-09-05T09:02:29,510 Traceback (most recent call last): 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-05T09:02:29,510 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-05T09:02:29,510 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-05T09:02:29,510 raise ResolutionImpossible(e.criterion.information) 2021-09-05T09:02:29,510 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nonebot-plugin-atri==0.0.1'), parent=None)] 2021-09-05T09:02:29,510 2021-09-05T09:02:29,510 The above exception was the direct cause of the following exception: 2021-09-05T09:02:29,510 2021-09-05T09:02:29,510 Traceback (most recent call last): 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-05T09:02:29,510 status = self.run(options, args) 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-05T09:02:29,510 return func(self, options, args) 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-05T09:02:29,510 reqs, check_supported_wheels=True 2021-09-05T09:02:29,510 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-05T09:02:29,510 raise error from e 2021-09-05T09:02:29,510 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nonebot-plugin-atri==0.0.1 2021-09-05T09:02:29,515 Removed build tracker: '/tmp/pip-req-tracker-gjp2q5bx'