2021-02-10T21:07:09,761 Created temporary directory: /tmp/pip-ephem-wheel-cache-4kly24ro 2021-02-10T21:07:09,764 Created temporary directory: /tmp/pip-req-tracker-6rtbyxsy 2021-02-10T21:07:09,764 Initialized build tracking at /tmp/pip-req-tracker-6rtbyxsy 2021-02-10T21:07:09,764 Created build tracker: /tmp/pip-req-tracker-6rtbyxsy 2021-02-10T21:07:09,764 Entered build tracker: /tmp/pip-req-tracker-6rtbyxsy 2021-02-10T21:07:09,765 Created temporary directory: /tmp/pip-wheel-nhn_ysev 2021-02-10T21:07:09,795 1 location(s) to search for versions of transformation-tree: 2021-02-10T21:07:09,795 * https://pypi.org/simple/transformation-tree/ 2021-02-10T21:07:09,795 Fetching project page and analyzing links: https://pypi.org/simple/transformation-tree/ 2021-02-10T21:07:09,796 Getting page https://pypi.org/simple/transformation-tree/ 2021-02-10T21:07:09,797 Found index url https://pypi.org/simple 2021-02-10T21:07:09,887 Link requires a different Python (3.7.3 not in: '>=3.7.9'): https://files.pythonhosted.org/packages/fc/d6/e3eb6f9124c6686850136d621c287420947d95ea7189938bc2a0c22a687c/transformation-tree-1.0.0.zip#sha256=675b7a3e979cc533d05df002b6089c75dc3e5d836d689efea4c6c06f6d21bbd2 (from https://pypi.org/simple/transformation-tree/) (requires-python:>=3.7.9) 2021-02-10T21:07:09,901 Link requires a different Python (3.7.3 not in: '>=3.7.9'): https://files.pythonhosted.org/packages/6e/cc/ea7690b8228a5673a9b62f7372a39a87e0c710298ef0e912da1421a2a52f/transformation_tree-1.0.0-py3-none-any.whl#sha256=9417f6319131d77d2ffd07b1e1e3ad187bc2c5d2ee2dfb10dd31c7c5fbdd9aab (from https://pypi.org/simple/transformation-tree/) (requires-python:>=3.7.9) 2021-02-10T21:07:09,902 Link requires a different Python (3.7.3 not in: '>=3.7.9'): https://files.pythonhosted.org/packages/79/f6/cc29b407188c44ccc173a5d192e5fac919703ba44d66b8021d41770fdf4e/transformation-tree-1.1.0.zip#sha256=45049093f01ff9a8d05477951aa9358578eaf464f08ed14e47c74bc919e5e014 (from https://pypi.org/simple/transformation-tree/) (requires-python:>=3.7.9) 2021-02-10T21:07:09,902 Link requires a different Python (3.7.3 not in: '>=3.7.9'): https://files.pythonhosted.org/packages/cb/64/a1d8353436a2341a2bd42dc290d8a879b6a4ae4ffca29f8f4fa7be0f1cee/transformation_tree-1.1.0-py3-none-any.whl#sha256=448d835887e2e5c7a86a575f14393f9eb83a36e15378232cd67a626b457f54fd (from https://pypi.org/simple/transformation-tree/) (requires-python:>=3.7.9) 2021-02-10T21:07:09,903 Given no hashes to check 0 links for project 'transformation-tree': discarding no candidates 2021-02-10T21:07:09,903 ERROR: Could not find a version that satisfies the requirement transformation-tree==1.1.0 2021-02-10T21:07:09,903 ERROR: No matching distribution found for transformation-tree==1.1.0 2021-02-10T21:07:09,904 Exception information: 2021-02-10T21:07:09,904 Traceback (most recent call last): 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-10T21:07:09,904 crit = self.state.criteria[name] 2021-02-10T21:07:09,904 KeyError: 'transformation-tree' 2021-02-10T21:07:09,904 2021-02-10T21:07:09,904 During handling of the above exception, another exception occurred: 2021-02-10T21:07:09,904 2021-02-10T21:07:09,904 Traceback (most recent call last): 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-10T21:07:09,904 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-10T21:07:09,904 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-10T21:07:09,904 raise RequirementsConflicted(criterion) 2021-02-10T21:07:09,904 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('transformation-tree==1.1.0') 2021-02-10T21:07:09,904 2021-02-10T21:07:09,904 During handling of the above exception, another exception occurred: 2021-02-10T21:07:09,904 2021-02-10T21:07:09,904 Traceback (most recent call last): 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-10T21:07:09,904 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-10T21:07:09,904 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-10T21:07:09,904 raise ResolutionImpossible(e.criterion.information) 2021-02-10T21:07:09,904 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('transformation-tree==1.1.0'), parent=None)] 2021-02-10T21:07:09,904 2021-02-10T21:07:09,904 The above exception was the direct cause of the following exception: 2021-02-10T21:07:09,904 2021-02-10T21:07:09,904 Traceback (most recent call last): 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-10T21:07:09,904 status = self.run(options, args) 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-10T21:07:09,904 return func(self, options, args) 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-10T21:07:09,904 reqs, check_supported_wheels=True 2021-02-10T21:07:09,904 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-10T21:07:09,904 six.raise_from(error, e) 2021-02-10T21:07:09,904 File "", line 3, in raise_from 2021-02-10T21:07:09,904 pip._internal.exceptions.DistributionNotFound: No matching distribution found for transformation-tree==1.1.0 2021-02-10T21:07:09,908 Removed build tracker: '/tmp/pip-req-tracker-6rtbyxsy'