2021-03-15T23:41:33,728 Created temporary directory: /tmp/pip-ephem-wheel-cache-32ft257n 2021-03-15T23:41:33,731 Created temporary directory: /tmp/pip-req-tracker-7hcj970u 2021-03-15T23:41:33,732 Initialized build tracking at /tmp/pip-req-tracker-7hcj970u 2021-03-15T23:41:33,732 Created build tracker: /tmp/pip-req-tracker-7hcj970u 2021-03-15T23:41:33,732 Entered build tracker: /tmp/pip-req-tracker-7hcj970u 2021-03-15T23:41:33,733 Created temporary directory: /tmp/pip-wheel-02hy4ys5 2021-03-15T23:41:33,762 1 location(s) to search for versions of too-many-repos: 2021-03-15T23:41:33,762 * https://pypi.org/simple/too-many-repos/ 2021-03-15T23:41:33,762 Fetching project page and analyzing links: https://pypi.org/simple/too-many-repos/ 2021-03-15T23:41:33,763 Getting page https://pypi.org/simple/too-many-repos/ 2021-03-15T23:41:33,764 Found index url https://pypi.org/simple 2021-03-15T23:41:33,853 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/96/e2/bb93a252a6d3c9e7555d548266e54d83cf08c9b4c9142ab2f19d9397e6da/too-many-repos-0.0.1.tar.gz#sha256=29cb92d3571a17532b8e3c2d8e1d61091008e83e4095c006045ef67972ed554b (from https://pypi.org/simple/too-many-repos/) (requires-python:>=3.8,<4.0) 2021-03-15T23:41:33,866 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/70/06/d436dcaa1c2d8525ab55202bedc1cf2afaae8c0868834490181aa8c6c54d/too_many_repos-0.0.1-py3-none-any.whl#sha256=20bfe2bd2bb69b29f190e11558442eddc0fd741a276c26e412dc491483a605bd (from https://pypi.org/simple/too-many-repos/) (requires-python:>=3.8,<4.0) 2021-03-15T23:41:33,867 Given no hashes to check 0 links for project 'too-many-repos': discarding no candidates 2021-03-15T23:41:33,867 ERROR: Could not find a version that satisfies the requirement too-many-repos==0.0.1 2021-03-15T23:41:33,867 ERROR: No matching distribution found for too-many-repos==0.0.1 2021-03-15T23:41:33,868 Exception information: 2021-03-15T23:41:33,868 Traceback (most recent call last): 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-15T23:41:33,868 crit = self.state.criteria[name] 2021-03-15T23:41:33,868 KeyError: 'too-many-repos' 2021-03-15T23:41:33,868 2021-03-15T23:41:33,868 During handling of the above exception, another exception occurred: 2021-03-15T23:41:33,868 2021-03-15T23:41:33,868 Traceback (most recent call last): 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-15T23:41:33,868 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-15T23:41:33,868 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-15T23:41:33,868 raise RequirementsConflicted(criterion) 2021-03-15T23:41:33,868 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('too-many-repos==0.0.1') 2021-03-15T23:41:33,868 2021-03-15T23:41:33,868 During handling of the above exception, another exception occurred: 2021-03-15T23:41:33,868 2021-03-15T23:41:33,868 Traceback (most recent call last): 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-15T23:41:33,868 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-15T23:41:33,868 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-15T23:41:33,868 raise ResolutionImpossible(e.criterion.information) 2021-03-15T23:41:33,868 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('too-many-repos==0.0.1'), parent=None)] 2021-03-15T23:41:33,868 2021-03-15T23:41:33,868 The above exception was the direct cause of the following exception: 2021-03-15T23:41:33,868 2021-03-15T23:41:33,868 Traceback (most recent call last): 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-15T23:41:33,868 status = self.run(options, args) 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-15T23:41:33,868 return func(self, options, args) 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-15T23:41:33,868 reqs, check_supported_wheels=True 2021-03-15T23:41:33,868 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-15T23:41:33,868 six.raise_from(error, e) 2021-03-15T23:41:33,868 File "", line 3, in raise_from 2021-03-15T23:41:33,868 pip._internal.exceptions.DistributionNotFound: No matching distribution found for too-many-repos==0.0.1 2021-03-15T23:41:33,872 Removed build tracker: '/tmp/pip-req-tracker-7hcj970u'