2021-04-19T19:01:10,855 Created temporary directory: /tmp/pip-ephem-wheel-cache-07l12ux7 2021-04-19T19:01:10,858 Created temporary directory: /tmp/pip-req-tracker-d6t6fu4g 2021-04-19T19:01:10,858 Initialized build tracking at /tmp/pip-req-tracker-d6t6fu4g 2021-04-19T19:01:10,858 Created build tracker: /tmp/pip-req-tracker-d6t6fu4g 2021-04-19T19:01:10,859 Entered build tracker: /tmp/pip-req-tracker-d6t6fu4g 2021-04-19T19:01:10,859 Created temporary directory: /tmp/pip-wheel-3rjmq6fj 2021-04-19T19:01:10,887 1 location(s) to search for versions of cdtea: 2021-04-19T19:01:10,887 * https://pypi.org/simple/cdtea/ 2021-04-19T19:01:10,888 Fetching project page and analyzing links: https://pypi.org/simple/cdtea/ 2021-04-19T19:01:10,888 Getting page https://pypi.org/simple/cdtea/ 2021-04-19T19:01:10,890 Found index url https://pypi.org/simple 2021-04-19T19:01:10,892 Getting credentials from keyring for https://pypi.org/simple 2021-04-19T19:01:11,294 Loading KWallet 2021-04-19T19:01:11,318 Loading SecretService 2021-04-19T19:01:11,364 Loading Windows 2021-04-19T19:01:11,367 Loading chainer 2021-04-19T19:01:11,368 Loading macOS 2021-04-19T19:01:11,371 Loading Gnome 2021-04-19T19:01:11,412 Loading Google 2021-04-19T19:01:11,416 Loading Windows (alt) 2021-04-19T19:01:11,421 Loading file 2021-04-19T19:01:11,423 Loading keyczar 2021-04-19T19:01:11,423 Loading multi 2021-04-19T19:01:11,425 Loading pyfs 2021-04-19T19:01:11,462 Getting credentials from keyring for pypi.org 2021-04-19T19:01:11,598 Link requires a different Python (3.7.3 not in: '==3.7, ==3.8'): https://files.pythonhosted.org/packages/8b/d4/d80f6e3164879a65b2c8ef23dad480e34795752466fca2d4cbff319019ab/cdtea-0.0.1-py3-none-any.whl#sha256=ba839f8e20de2b41a358735e5f531725c0ae70f32eb202c44fba1fa0f1a6a78d (from https://pypi.org/simple/cdtea/) (requires-python:==3.7, ==3.8) 2021-04-19T19:01:11,598 Link requires a different Python (3.7.3 not in: '==3.7, ==3.8'): https://files.pythonhosted.org/packages/2c/45/99237b7cdb18b8281467573227185c47f03c5ecbe9308f052ba700178bca/cdtea-0.0.1.tar.gz#sha256=bf656f2abd695139b664c12617cdb4d83316760c0b865dfdf72960103b358e38 (from https://pypi.org/simple/cdtea/) (requires-python:==3.7, ==3.8) 2021-04-19T19:01:11,599 Link requires a different Python (3.7.3 not in: '==3.7, ==3.8'): https://files.pythonhosted.org/packages/f0/d7/de031cd5f16025321cb73e1d8f5a3641eb8db407080d9ac3c9cd8e82abc9/cdtea-0.0.2-py3-none-any.whl#sha256=2a37a37e38684c8b2b356a997728ff9df6dbce2f89d5d6c7d0f5f13d3d1d0871 (from https://pypi.org/simple/cdtea/) (requires-python:==3.7, ==3.8) 2021-04-19T19:01:11,600 Link requires a different Python (3.7.3 not in: '==3.7, ==3.8'): https://files.pythonhosted.org/packages/63/66/a9f927b63c1d1f06586ecc0ce447cc2cd825cce90fbd71061e4b116e85b2/cdtea-0.0.2.tar.gz#sha256=92dcc45a2457aebd758e11e4b4b33c50bd96a7611fee57358f4c3b3b76217640 (from https://pypi.org/simple/cdtea/) (requires-python:==3.7, ==3.8) 2021-04-19T19:01:11,600 Given no hashes to check 0 links for project 'cdtea': discarding no candidates 2021-04-19T19:01:11,601 ERROR: Could not find a version that satisfies the requirement cdtea==0.0.1 2021-04-19T19:01:11,601 ERROR: No matching distribution found for cdtea==0.0.1 2021-04-19T19:01:11,601 Exception information: 2021-04-19T19:01:11,601 Traceback (most recent call last): 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-19T19:01:11,601 crit = self.state.criteria[name] 2021-04-19T19:01:11,601 KeyError: 'cdtea' 2021-04-19T19:01:11,601 2021-04-19T19:01:11,601 During handling of the above exception, another exception occurred: 2021-04-19T19:01:11,601 2021-04-19T19:01:11,601 Traceback (most recent call last): 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-19T19:01:11,601 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-19T19:01:11,601 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-19T19:01:11,601 raise RequirementsConflicted(criterion) 2021-04-19T19:01:11,601 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cdtea==0.0.1') 2021-04-19T19:01:11,601 2021-04-19T19:01:11,601 During handling of the above exception, another exception occurred: 2021-04-19T19:01:11,601 2021-04-19T19:01:11,601 Traceback (most recent call last): 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-19T19:01:11,601 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-19T19:01:11,601 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-19T19:01:11,601 raise ResolutionImpossible(e.criterion.information) 2021-04-19T19:01:11,601 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cdtea==0.0.1'), parent=None)] 2021-04-19T19:01:11,601 2021-04-19T19:01:11,601 The above exception was the direct cause of the following exception: 2021-04-19T19:01:11,601 2021-04-19T19:01:11,601 Traceback (most recent call last): 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-19T19:01:11,601 status = self.run(options, args) 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-19T19:01:11,601 return func(self, options, args) 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-19T19:01:11,601 reqs, check_supported_wheels=True 2021-04-19T19:01:11,601 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-19T19:01:11,601 six.raise_from(error, e) 2021-04-19T19:01:11,601 File "", line 3, in raise_from 2021-04-19T19:01:11,601 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cdtea==0.0.1 2021-04-19T19:01:11,605 Removed build tracker: '/tmp/pip-req-tracker-d6t6fu4g'