2021-04-12T18:24:55,079 Created temporary directory: /tmp/pip-ephem-wheel-cache-h0ts2wp1 2021-04-12T18:24:55,082 Created temporary directory: /tmp/pip-req-tracker-5bp1o1ht 2021-04-12T18:24:55,082 Initialized build tracking at /tmp/pip-req-tracker-5bp1o1ht 2021-04-12T18:24:55,082 Created build tracker: /tmp/pip-req-tracker-5bp1o1ht 2021-04-12T18:24:55,082 Entered build tracker: /tmp/pip-req-tracker-5bp1o1ht 2021-04-12T18:24:55,083 Created temporary directory: /tmp/pip-wheel-vpt978au 2021-04-12T18:24:55,113 1 location(s) to search for versions of paramiko-fork: 2021-04-12T18:24:55,113 * https://pypi.org/simple/paramiko-fork/ 2021-04-12T18:24:55,113 Fetching project page and analyzing links: https://pypi.org/simple/paramiko-fork/ 2021-04-12T18:24:55,114 Getting page https://pypi.org/simple/paramiko-fork/ 2021-04-12T18:24:55,115 Found index url https://pypi.org/simple 2021-04-12T18:24:55,298 Found link https://files.pythonhosted.org/packages/0b/ea/79ddca9a50fbf7227a8dfa02b715023245a2c7b7432bd9dc74ae92da8c0d/paramiko-fork-2.7.3.tar.gz#sha256=269bf6fc20697f7f188fd3c6e1bbe3267c2b4d4270fb758d696c4a00dbec9966 (from https://pypi.org/simple/paramiko-fork/), version: 2.7.3 2021-04-12T18:24:55,312 Found link https://files.pythonhosted.org/packages/d0/61/eb9bc431d98f6f36d670a80610a328ae3e35fe3ad755ee0a88e4bf205aef/paramiko_fork-2.7.3-py2.py3-none-any.whl#sha256=014d8ad140d1e9279db4e8b02f638bde1b586f9c400f6cd6dd7a7658f328cc8d (from https://pypi.org/simple/paramiko-fork/), version: 2.7.3 2021-04-12T18:24:55,312 Found link https://files.pythonhosted.org/packages/1d/dd/df656b5f0d17dd13b82bd0bdb7495e110ff9903d09cccadb9758e1ada888/paramiko-fork-2.7.4.tar.gz#sha256=548b4342bcf32935e0ee4da8497a697075a227ce69d5a95c90b086af307c8471 (from https://pypi.org/simple/paramiko-fork/), version: 2.7.4 2021-04-12T18:24:55,313 Found link https://files.pythonhosted.org/packages/7c/76/2bd19f7dc2d587621c19e2edda03811dd15768f25cdd898fadedfb7dd418/paramiko_fork-2.7.4-py2.py3-none-any.whl#sha256=f57221e7c0b3fb7696a446f163963c5671f52be717c91f8257b5137ffba4b5f4 (from https://pypi.org/simple/paramiko-fork/), version: 2.7.4 2021-04-12T18:24:55,314 Given no hashes to check 0 links for project 'paramiko-fork': discarding no candidates 2021-04-12T18:24:55,314 ERROR: Could not find a version that satisfies the requirement paramiko-fork==2.7.2 2021-04-12T18:24:55,315 ERROR: No matching distribution found for paramiko-fork==2.7.2 2021-04-12T18:24:55,315 Exception information: 2021-04-12T18:24:55,315 Traceback (most recent call last): 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-12T18:24:55,315 crit = self.state.criteria[name] 2021-04-12T18:24:55,315 KeyError: 'paramiko-fork' 2021-04-12T18:24:55,315 2021-04-12T18:24:55,315 During handling of the above exception, another exception occurred: 2021-04-12T18:24:55,315 2021-04-12T18:24:55,315 Traceback (most recent call last): 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-12T18:24:55,315 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-12T18:24:55,315 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-12T18:24:55,315 raise RequirementsConflicted(criterion) 2021-04-12T18:24:55,315 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('paramiko-fork==2.7.2') 2021-04-12T18:24:55,315 2021-04-12T18:24:55,315 During handling of the above exception, another exception occurred: 2021-04-12T18:24:55,315 2021-04-12T18:24:55,315 Traceback (most recent call last): 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-12T18:24:55,315 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-12T18:24:55,315 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-12T18:24:55,315 raise ResolutionImpossible(e.criterion.information) 2021-04-12T18:24:55,315 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('paramiko-fork==2.7.2'), parent=None)] 2021-04-12T18:24:55,315 2021-04-12T18:24:55,315 The above exception was the direct cause of the following exception: 2021-04-12T18:24:55,315 2021-04-12T18:24:55,315 Traceback (most recent call last): 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-12T18:24:55,315 status = self.run(options, args) 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-12T18:24:55,315 return func(self, options, args) 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-12T18:24:55,315 reqs, check_supported_wheels=True 2021-04-12T18:24:55,315 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-12T18:24:55,315 six.raise_from(error, e) 2021-04-12T18:24:55,315 File "", line 3, in raise_from 2021-04-12T18:24:55,315 pip._internal.exceptions.DistributionNotFound: No matching distribution found for paramiko-fork==2.7.2 2021-04-12T18:24:55,319 Removed build tracker: '/tmp/pip-req-tracker-5bp1o1ht'