2021-02-26T01:21:22,546 Created temporary directory: /tmp/pip-ephem-wheel-cache-rgkpevad 2021-02-26T01:21:22,549 Created temporary directory: /tmp/pip-req-tracker-r2v52xkw 2021-02-26T01:21:22,550 Initialized build tracking at /tmp/pip-req-tracker-r2v52xkw 2021-02-26T01:21:22,550 Created build tracker: /tmp/pip-req-tracker-r2v52xkw 2021-02-26T01:21:22,550 Entered build tracker: /tmp/pip-req-tracker-r2v52xkw 2021-02-26T01:21:22,551 Created temporary directory: /tmp/pip-wheel-1aw0lqez 2021-02-26T01:21:22,580 1 location(s) to search for versions of pypkgs-sy: 2021-02-26T01:21:22,580 * https://pypi.org/simple/pypkgs-sy/ 2021-02-26T01:21:22,581 Fetching project page and analyzing links: https://pypi.org/simple/pypkgs-sy/ 2021-02-26T01:21:22,581 Getting page https://pypi.org/simple/pypkgs-sy/ 2021-02-26T01:21:22,583 Found index url https://pypi.org/simple 2021-02-26T01:21:22,684 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/94/f5/20287461130b31dfbc223c5bacd99b3358bc40f677f446071b7fd7e2f820/pypkgs_sy-0.1.0-py3-none-any.whl#sha256=6d10f4c5297c423acf033c5f0a75a50097d97aadd9882d111ab3e175b3fb1bc3 (from https://pypi.org/simple/pypkgs-sy/) (requires-python:>=3.8,<4.0) 2021-02-26T01:21:22,685 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/59/06/786948d11dc2235727ebddec7dc3818b53047ec8273fb32033c58d6e1b57/pypkgs_sy-0.1.0.tar.gz#sha256=0dea6ac93dd9846fa557b378be3e98988bdfd6996150524988d6588594e2d7ca (from https://pypi.org/simple/pypkgs-sy/) (requires-python:>=3.8,<4.0) 2021-02-26T01:21:22,685 Given no hashes to check 0 links for project 'pypkgs-sy': discarding no candidates 2021-02-26T01:21:22,685 ERROR: Could not find a version that satisfies the requirement pypkgs-sy==0.1.0 2021-02-26T01:21:22,686 ERROR: No matching distribution found for pypkgs-sy==0.1.0 2021-02-26T01:21:22,686 Exception information: 2021-02-26T01:21:22,686 Traceback (most recent call last): 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-26T01:21:22,686 crit = self.state.criteria[name] 2021-02-26T01:21:22,686 KeyError: 'pypkgs-sy' 2021-02-26T01:21:22,686 2021-02-26T01:21:22,686 During handling of the above exception, another exception occurred: 2021-02-26T01:21:22,686 2021-02-26T01:21:22,686 Traceback (most recent call last): 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-26T01:21:22,686 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-26T01:21:22,686 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-26T01:21:22,686 raise RequirementsConflicted(criterion) 2021-02-26T01:21:22,686 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pypkgs-sy==0.1.0') 2021-02-26T01:21:22,686 2021-02-26T01:21:22,686 During handling of the above exception, another exception occurred: 2021-02-26T01:21:22,686 2021-02-26T01:21:22,686 Traceback (most recent call last): 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-26T01:21:22,686 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-26T01:21:22,686 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-26T01:21:22,686 raise ResolutionImpossible(e.criterion.information) 2021-02-26T01:21:22,686 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pypkgs-sy==0.1.0'), parent=None)] 2021-02-26T01:21:22,686 2021-02-26T01:21:22,686 The above exception was the direct cause of the following exception: 2021-02-26T01:21:22,686 2021-02-26T01:21:22,686 Traceback (most recent call last): 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-26T01:21:22,686 status = self.run(options, args) 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-26T01:21:22,686 return func(self, options, args) 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-26T01:21:22,686 reqs, check_supported_wheels=True 2021-02-26T01:21:22,686 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-26T01:21:22,686 six.raise_from(error, e) 2021-02-26T01:21:22,686 File "", line 3, in raise_from 2021-02-26T01:21:22,686 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pypkgs-sy==0.1.0 2021-02-26T01:21:22,690 Removed build tracker: '/tmp/pip-req-tracker-r2v52xkw'