2021-01-30T08:54:40,701 Created temporary directory: /tmp/pip-ephem-wheel-cache-ib66o9yh 2021-01-30T08:54:40,704 Created temporary directory: /tmp/pip-req-tracker-almn93np 2021-01-30T08:54:40,705 Initialized build tracking at /tmp/pip-req-tracker-almn93np 2021-01-30T08:54:40,705 Created build tracker: /tmp/pip-req-tracker-almn93np 2021-01-30T08:54:40,705 Entered build tracker: /tmp/pip-req-tracker-almn93np 2021-01-30T08:54:40,706 Created temporary directory: /tmp/pip-wheel-jiyxl3h9 2021-01-30T08:54:40,736 1 location(s) to search for versions of nonebot-plugin-ipypreter: 2021-01-30T08:54:40,736 * https://pypi.org/simple/nonebot-plugin-ipypreter/ 2021-01-30T08:54:40,736 Fetching project page and analyzing links: https://pypi.org/simple/nonebot-plugin-ipypreter/ 2021-01-30T08:54:40,736 Getting page https://pypi.org/simple/nonebot-plugin-ipypreter/ 2021-01-30T08:54:40,738 Found index url https://pypi.org/simple 2021-01-30T08:54:40,823 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/9a/8a/b280290639a6c9de14352f32e3f30b040e5151e519c4bb5467e1e168598d/nonebot-plugin-ipypreter-0.1.0.tar.gz#sha256=9c8daa021fd75ac7633d30b8a76bf742989e6fd8a44fd25a11cc48cfd0b6f68a (from https://pypi.org/simple/nonebot-plugin-ipypreter/) (requires-python:>=3.8) 2021-01-30T08:54:40,835 Given no hashes to check 0 links for project 'nonebot-plugin-ipypreter': discarding no candidates 2021-01-30T08:54:40,836 ERROR: Could not find a version that satisfies the requirement nonebot-plugin-ipypreter==0.1.0 2021-01-30T08:54:40,836 ERROR: No matching distribution found for nonebot-plugin-ipypreter==0.1.0 2021-01-30T08:54:40,836 Exception information: 2021-01-30T08:54:40,836 Traceback (most recent call last): 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-01-30T08:54:40,836 crit = self.state.criteria[name] 2021-01-30T08:54:40,836 KeyError: 'nonebot-plugin-ipypreter' 2021-01-30T08:54:40,836 2021-01-30T08:54:40,836 During handling of the above exception, another exception occurred: 2021-01-30T08:54:40,836 2021-01-30T08:54:40,836 Traceback (most recent call last): 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-01-30T08:54:40,836 name, crit = self._merge_into_criterion(r, parent=None) 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-01-30T08:54:40,836 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-01-30T08:54:40,836 raise RequirementsConflicted(criterion) 2021-01-30T08:54:40,836 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nonebot-plugin-ipypreter==0.1.0') 2021-01-30T08:54:40,836 2021-01-30T08:54:40,836 During handling of the above exception, another exception occurred: 2021-01-30T08:54:40,836 2021-01-30T08:54:40,836 Traceback (most recent call last): 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-01-30T08:54:40,836 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-01-30T08:54:40,836 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-01-30T08:54:40,836 raise ResolutionImpossible(e.criterion.information) 2021-01-30T08:54:40,836 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nonebot-plugin-ipypreter==0.1.0'), parent=None)] 2021-01-30T08:54:40,836 2021-01-30T08:54:40,836 The above exception was the direct cause of the following exception: 2021-01-30T08:54:40,836 2021-01-30T08:54:40,836 Traceback (most recent call last): 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-01-30T08:54:40,836 status = self.run(options, args) 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-01-30T08:54:40,836 return func(self, options, args) 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-01-30T08:54:40,836 reqs, check_supported_wheels=True 2021-01-30T08:54:40,836 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-01-30T08:54:40,836 six.raise_from(error, e) 2021-01-30T08:54:40,836 File "", line 3, in raise_from 2021-01-30T08:54:40,836 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nonebot-plugin-ipypreter==0.1.0 2021-01-30T08:54:40,841 Removed build tracker: '/tmp/pip-req-tracker-almn93np'