2021-03-22T10:37:32,505 Created temporary directory: /tmp/pip-ephem-wheel-cache-s7ok9e5p 2021-03-22T10:37:32,509 Created temporary directory: /tmp/pip-req-tracker-wn8z3usf 2021-03-22T10:37:32,509 Initialized build tracking at /tmp/pip-req-tracker-wn8z3usf 2021-03-22T10:37:32,509 Created build tracker: /tmp/pip-req-tracker-wn8z3usf 2021-03-22T10:37:32,509 Entered build tracker: /tmp/pip-req-tracker-wn8z3usf 2021-03-22T10:37:32,510 Created temporary directory: /tmp/pip-wheel-addo54fq 2021-03-22T10:37:32,547 1 location(s) to search for versions of connect-reports-core: 2021-03-22T10:37:32,547 * https://pypi.org/simple/connect-reports-core/ 2021-03-22T10:37:32,547 Fetching project page and analyzing links: https://pypi.org/simple/connect-reports-core/ 2021-03-22T10:37:32,547 Getting page https://pypi.org/simple/connect-reports-core/ 2021-03-22T10:37:32,549 Found index url https://pypi.org/simple 2021-03-22T10:37:32,640 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/5c/f8/7cef6eeec8d589fc72582bfed4e674a086f6e7fe6a88724669602622684a/connect-reports-core-1.0.0.tar.gz#sha256=895f3e563c377308e372b6be3b6d7c192c3e383a42daa83b11e66c46e6cbf039 (from https://pypi.org/simple/connect-reports-core/) (requires-python:>=3.8,<4.0) 2021-03-22T10:37:32,654 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/7b/60/abb0a19239c1cb88da8d83982dad9122f4857425e8733d40826cc89439d6/connect_reports_core-1.0.0-py3-none-any.whl#sha256=d0ee40a95718230bdbb396076f6b5323ad8ea17f14ec9430a3673490ace23fc4 (from https://pypi.org/simple/connect-reports-core/) (requires-python:>=3.8,<4.0) 2021-03-22T10:37:32,654 Given no hashes to check 0 links for project 'connect-reports-core': discarding no candidates 2021-03-22T10:37:32,655 ERROR: Could not find a version that satisfies the requirement connect-reports-core==1.0.0 2021-03-22T10:37:32,655 ERROR: No matching distribution found for connect-reports-core==1.0.0 2021-03-22T10:37:32,655 Exception information: 2021-03-22T10:37:32,655 Traceback (most recent call last): 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-22T10:37:32,655 crit = self.state.criteria[name] 2021-03-22T10:37:32,655 KeyError: 'connect-reports-core' 2021-03-22T10:37:32,655 2021-03-22T10:37:32,655 During handling of the above exception, another exception occurred: 2021-03-22T10:37:32,655 2021-03-22T10:37:32,655 Traceback (most recent call last): 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-22T10:37:32,655 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-22T10:37:32,655 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-22T10:37:32,655 raise RequirementsConflicted(criterion) 2021-03-22T10:37:32,655 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('connect-reports-core==1.0.0') 2021-03-22T10:37:32,655 2021-03-22T10:37:32,655 During handling of the above exception, another exception occurred: 2021-03-22T10:37:32,655 2021-03-22T10:37:32,655 Traceback (most recent call last): 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-22T10:37:32,655 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-22T10:37:32,655 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-22T10:37:32,655 raise ResolutionImpossible(e.criterion.information) 2021-03-22T10:37:32,655 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('connect-reports-core==1.0.0'), parent=None)] 2021-03-22T10:37:32,655 2021-03-22T10:37:32,655 The above exception was the direct cause of the following exception: 2021-03-22T10:37:32,655 2021-03-22T10:37:32,655 Traceback (most recent call last): 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-22T10:37:32,655 status = self.run(options, args) 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-22T10:37:32,655 return func(self, options, args) 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-22T10:37:32,655 reqs, check_supported_wheels=True 2021-03-22T10:37:32,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-22T10:37:32,655 six.raise_from(error, e) 2021-03-22T10:37:32,655 File "", line 3, in raise_from 2021-03-22T10:37:32,655 pip._internal.exceptions.DistributionNotFound: No matching distribution found for connect-reports-core==1.0.0 2021-03-22T10:37:32,660 Removed build tracker: '/tmp/pip-req-tracker-wn8z3usf'