2021-03-29T17:26:01,223 Created temporary directory: /tmp/pip-ephem-wheel-cache-6mqy3ptt 2021-03-29T17:26:01,226 Created temporary directory: /tmp/pip-req-tracker-9hcxfhob 2021-03-29T17:26:01,227 Initialized build tracking at /tmp/pip-req-tracker-9hcxfhob 2021-03-29T17:26:01,227 Created build tracker: /tmp/pip-req-tracker-9hcxfhob 2021-03-29T17:26:01,227 Entered build tracker: /tmp/pip-req-tracker-9hcxfhob 2021-03-29T17:26:01,228 Created temporary directory: /tmp/pip-wheel-l7s5gue9 2021-03-29T17:26:01,262 1 location(s) to search for versions of kviz: 2021-03-29T17:26:01,262 * https://pypi.org/simple/kviz/ 2021-03-29T17:26:01,262 Fetching project page and analyzing links: https://pypi.org/simple/kviz/ 2021-03-29T17:26:01,263 Getting page https://pypi.org/simple/kviz/ 2021-03-29T17:26:01,264 Found index url https://pypi.org/simple 2021-03-29T17:26:01,373 Found link https://files.pythonhosted.org/packages/47/f1/f30a788cc4fa89530892b9247e963910f849c3b3e110f17e3f6f72f3a78e/kviz-0.0.1-py3-none-any.whl#sha256=dbd346bd221c7314e676286650217da974cdc81626c9fd9620086b3710af7c06 (from https://pypi.org/simple/kviz/) (requires-python:>=3.7, <4), version: 0.0.1 2021-03-29T17:26:01,374 Found link https://files.pythonhosted.org/packages/95/f5/dfb3bdeafa31c69023bc8dd68d4c6febfbcb604a74bfe4be38a4351dcb0d/kviz-0.0.1.tar.gz#sha256=81a369952516f57ac28f45bef2fea2797f3ab31c288da73e90cd69e73df55a01 (from https://pypi.org/simple/kviz/) (requires-python:>=3.7, <4), version: 0.0.1 2021-03-29T17:26:01,375 Link requires a different Python (3.7.3 not in: '>=3.9, <4'): https://files.pythonhosted.org/packages/21/c8/56224252bd4ec96fa229900eb347a13b94d0e31ab6544bb9ab6f4a701c1c/kviz-0.0.2-py3-none-any.whl#sha256=c9be9a48566ded1499e602d4b908f9ea8e7e7502e41cbace197925dcc1f0000e (from https://pypi.org/simple/kviz/) (requires-python:>=3.9, <4) 2021-03-29T17:26:01,376 Link requires a different Python (3.7.3 not in: '>=3.9, <4'): https://files.pythonhosted.org/packages/a1/53/4be0e4418e2be1841d712f9acfd3461f9e0a1152025dd966b910f67c4709/kviz-0.0.2.tar.gz#sha256=55f30231cb296fc6eb667a98d28c72ee1cb5984933aa36b3bd14b2f65c2eab97 (from https://pypi.org/simple/kviz/) (requires-python:>=3.9, <4) 2021-03-29T17:26:01,377 Link requires a different Python (3.7.3 not in: '>=3.9, <4'): https://files.pythonhosted.org/packages/26/08/c05d177a3f0f925af9807befc4a661c0f35376285c6a5239accfe4532075/kviz-0.0.3-py3-none-any.whl#sha256=3f03fec4c90c878de35e9358984a054cf9ea415cf695f5afabb2c496642ace94 (from https://pypi.org/simple/kviz/) (requires-python:>=3.9, <4) 2021-03-29T17:26:01,377 Link requires a different Python (3.7.3 not in: '>=3.9, <4'): https://files.pythonhosted.org/packages/2f/05/2bbc9fdbaaac7a23508d360b81ee736480298878feffbdf2e20ece5c84f6/kviz-0.0.3.tar.gz#sha256=2688e5047aa2cdbe06aa1f18eb676cf0bdcb704a240acc6fd20041cc2cadbe63 (from https://pypi.org/simple/kviz/) (requires-python:>=3.9, <4) 2021-03-29T17:26:01,378 Given no hashes to check 0 links for project 'kviz': discarding no candidates 2021-03-29T17:26:01,378 ERROR: Could not find a version that satisfies the requirement kviz==0.0.3 2021-03-29T17:26:01,379 ERROR: No matching distribution found for kviz==0.0.3 2021-03-29T17:26:01,379 Exception information: 2021-03-29T17:26:01,379 Traceback (most recent call last): 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-29T17:26:01,379 crit = self.state.criteria[name] 2021-03-29T17:26:01,379 KeyError: 'kviz' 2021-03-29T17:26:01,379 2021-03-29T17:26:01,379 During handling of the above exception, another exception occurred: 2021-03-29T17:26:01,379 2021-03-29T17:26:01,379 Traceback (most recent call last): 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-29T17:26:01,379 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-29T17:26:01,379 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-29T17:26:01,379 raise RequirementsConflicted(criterion) 2021-03-29T17:26:01,379 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kviz==0.0.3') 2021-03-29T17:26:01,379 2021-03-29T17:26:01,379 During handling of the above exception, another exception occurred: 2021-03-29T17:26:01,379 2021-03-29T17:26:01,379 Traceback (most recent call last): 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-29T17:26:01,379 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-29T17:26:01,379 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-29T17:26:01,379 raise ResolutionImpossible(e.criterion.information) 2021-03-29T17:26:01,379 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kviz==0.0.3'), parent=None)] 2021-03-29T17:26:01,379 2021-03-29T17:26:01,379 The above exception was the direct cause of the following exception: 2021-03-29T17:26:01,379 2021-03-29T17:26:01,379 Traceback (most recent call last): 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-29T17:26:01,379 status = self.run(options, args) 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-29T17:26:01,379 return func(self, options, args) 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-29T17:26:01,379 reqs, check_supported_wheels=True 2021-03-29T17:26:01,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-29T17:26:01,379 six.raise_from(error, e) 2021-03-29T17:26:01,379 File "", line 3, in raise_from 2021-03-29T17:26:01,379 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kviz==0.0.3 2021-03-29T17:26:01,383 Removed build tracker: '/tmp/pip-req-tracker-9hcxfhob'