2021-04-19T19:03:10,421 Created temporary directory: /tmp/pip-ephem-wheel-cache-adgrtu_n 2021-04-19T19:03:10,424 Created temporary directory: /tmp/pip-req-tracker-8m9rdyy2 2021-04-19T19:03:10,424 Initialized build tracking at /tmp/pip-req-tracker-8m9rdyy2 2021-04-19T19:03:10,425 Created build tracker: /tmp/pip-req-tracker-8m9rdyy2 2021-04-19T19:03:10,425 Entered build tracker: /tmp/pip-req-tracker-8m9rdyy2 2021-04-19T19:03:10,426 Created temporary directory: /tmp/pip-wheel-ew1fw6ew 2021-04-19T19:03:10,454 1 location(s) to search for versions of cdtea: 2021-04-19T19:03:10,454 * https://pypi.org/simple/cdtea/ 2021-04-19T19:03:10,455 Fetching project page and analyzing links: https://pypi.org/simple/cdtea/ 2021-04-19T19:03:10,455 Getting page https://pypi.org/simple/cdtea/ 2021-04-19T19:03:10,457 Found index url https://pypi.org/simple 2021-04-19T19:03:10,459 Getting credentials from keyring for https://pypi.org/simple 2021-04-19T19:03:10,866 Loading KWallet 2021-04-19T19:03:10,895 Loading SecretService 2021-04-19T19:03:10,950 Loading Windows 2021-04-19T19:03:10,954 Loading chainer 2021-04-19T19:03:10,955 Loading macOS 2021-04-19T19:03:10,959 Loading Gnome 2021-04-19T19:03:11,010 Loading Google 2021-04-19T19:03:11,015 Loading Windows (alt) 2021-04-19T19:03:11,021 Loading file 2021-04-19T19:03:11,023 Loading keyczar 2021-04-19T19:03:11,023 Loading multi 2021-04-19T19:03:11,025 Loading pyfs 2021-04-19T19:03:11,072 Getting credentials from keyring for pypi.org 2021-04-19T19:03:11,203 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:03:11,204 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:03:11,205 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:03:11,206 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:03:11,206 Given no hashes to check 0 links for project 'cdtea': discarding no candidates 2021-04-19T19:03:11,206 ERROR: Could not find a version that satisfies the requirement cdtea==0.0.2 2021-04-19T19:03:11,207 ERROR: No matching distribution found for cdtea==0.0.2 2021-04-19T19:03:11,207 Exception information: 2021-04-19T19:03:11,207 Traceback (most recent call last): 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-19T19:03:11,207 crit = self.state.criteria[name] 2021-04-19T19:03:11,207 KeyError: 'cdtea' 2021-04-19T19:03:11,207 2021-04-19T19:03:11,207 During handling of the above exception, another exception occurred: 2021-04-19T19:03:11,207 2021-04-19T19:03:11,207 Traceback (most recent call last): 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-19T19:03:11,207 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-19T19:03:11,207 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-19T19:03:11,207 raise RequirementsConflicted(criterion) 2021-04-19T19:03:11,207 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cdtea==0.0.2') 2021-04-19T19:03:11,207 2021-04-19T19:03:11,207 During handling of the above exception, another exception occurred: 2021-04-19T19:03:11,207 2021-04-19T19:03:11,207 Traceback (most recent call last): 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-19T19:03:11,207 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-19T19:03:11,207 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-19T19:03:11,207 raise ResolutionImpossible(e.criterion.information) 2021-04-19T19:03:11,207 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cdtea==0.0.2'), parent=None)] 2021-04-19T19:03:11,207 2021-04-19T19:03:11,207 The above exception was the direct cause of the following exception: 2021-04-19T19:03:11,207 2021-04-19T19:03:11,207 Traceback (most recent call last): 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-19T19:03:11,207 status = self.run(options, args) 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-19T19:03:11,207 return func(self, options, args) 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-19T19:03:11,207 reqs, check_supported_wheels=True 2021-04-19T19:03:11,207 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-19T19:03:11,207 six.raise_from(error, e) 2021-04-19T19:03:11,207 File "", line 3, in raise_from 2021-04-19T19:03:11,207 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cdtea==0.0.2 2021-04-19T19:03:11,211 Removed build tracker: '/tmp/pip-req-tracker-8m9rdyy2'