2021-02-11T19:37:22,535 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. 2021-02-11T19:37:23,211 Created temporary directory: /tmp/pip-ephem-wheel-cache-ds7beux7 2021-02-11T19:37:23,216 Created temporary directory: /tmp/pip-req-tracker-tsg6n9lx 2021-02-11T19:37:23,216 Initialized build tracking at /tmp/pip-req-tracker-tsg6n9lx 2021-02-11T19:37:23,217 Created build tracker: /tmp/pip-req-tracker-tsg6n9lx 2021-02-11T19:37:23,217 Entered build tracker: /tmp/pip-req-tracker-tsg6n9lx 2021-02-11T19:37:23,219 Created temporary directory: /tmp/pip-wheel-lff0n7l5 2021-02-11T19:37:23,283 1 location(s) to search for versions of wix-protos-catalyst-test-content-streams-repository-test: 2021-02-11T19:37:23,283 * https://pypi.org/simple/wix-protos-catalyst-test-content-streams-repository-test/ 2021-02-11T19:37:23,284 Fetching project page and analyzing links: https://pypi.org/simple/wix-protos-catalyst-test-content-streams-repository-test/ 2021-02-11T19:37:23,286 Getting page https://pypi.org/simple/wix-protos-catalyst-test-content-streams-repository-test/ 2021-02-11T19:37:23,291 Found index url https://pypi.org/simple 2021-02-11T19:37:23,608 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/e2/d4/ab7e0aed0a9c5f2e837457523b022c8f089a04703f8974e6550d72a1efa3/wix-protos-catalyst-test-content-streams-repository-test-0.0.1.tar.gz#sha256=0477b3039168726f8f8d5e3768b28e08192cf8ac74f1283f67afb2f8fc936b78 (from https://pypi.org/simple/wix-protos-catalyst-test-content-streams-repository-test/) (requires-python:>=3.6) 2021-02-11T19:37:23,636 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/6d/19/5934409a8d76336f31e24b89228b71316dabc3e305d9ed498ae117e75703/wix_protos_catalyst_test_content_streams_repository_test-0.0.1-py3-none-any.whl#sha256=7fdc34221b1b04424e0b61dbe8a1e74f5d47c236dcf57aff8039e8a335abae63 (from https://pypi.org/simple/wix-protos-catalyst-test-content-streams-repository-test/) (requires-python:>=3.6) 2021-02-11T19:37:23,637 Given no hashes to check 0 links for project 'wix-protos-catalyst-test-content-streams-repository-test': discarding no candidates 2021-02-11T19:37:23,638 ERROR: Could not find a version that satisfies the requirement wix-protos-catalyst-test-content-streams-repository-test==0.0.1 2021-02-11T19:37:23,639 ERROR: No matching distribution found for wix-protos-catalyst-test-content-streams-repository-test==0.0.1 2021-02-11T19:37:23,639 Exception information: 2021-02-11T19:37:23,639 Traceback (most recent call last): 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-11T19:37:23,639 crit = self.state.criteria[name] 2021-02-11T19:37:23,639 KeyError: 'wix-protos-catalyst-test-content-streams-repository-test' 2021-02-11T19:37:23,639 2021-02-11T19:37:23,639 During handling of the above exception, another exception occurred: 2021-02-11T19:37:23,639 2021-02-11T19:37:23,639 Traceback (most recent call last): 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-11T19:37:23,639 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-11T19:37:23,639 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-11T19:37:23,639 raise RequirementsConflicted(criterion) 2021-02-11T19:37:23,639 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wix-protos-catalyst-test-content-streams-repository-test==0.0.1') 2021-02-11T19:37:23,639 2021-02-11T19:37:23,639 During handling of the above exception, another exception occurred: 2021-02-11T19:37:23,639 2021-02-11T19:37:23,639 Traceback (most recent call last): 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-11T19:37:23,639 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-11T19:37:23,639 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-11T19:37:23,639 raise ResolutionImpossible(e.criterion.information) 2021-02-11T19:37:23,639 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wix-protos-catalyst-test-content-streams-repository-test==0.0.1'), parent=None)] 2021-02-11T19:37:23,639 2021-02-11T19:37:23,639 The above exception was the direct cause of the following exception: 2021-02-11T19:37:23,639 2021-02-11T19:37:23,639 Traceback (most recent call last): 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-02-11T19:37:23,639 status = self.run(options, args) 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-02-11T19:37:23,639 return func(self, options, args) 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-02-11T19:37:23,639 reqs, check_supported_wheels=True 2021-02-11T19:37:23,639 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-11T19:37:23,639 six.raise_from(error, e) 2021-02-11T19:37:23,639 File "", line 3, in raise_from 2021-02-11T19:37:23,639 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wix-protos-catalyst-test-content-streams-repository-test==0.0.1 2021-02-11T19:37:23,648 Removed build tracker: '/tmp/pip-req-tracker-tsg6n9lx'