2021-01-25T23:21:03,066 Created temporary directory: /tmp/pip-ephem-wheel-cache-teovqtd6 2021-01-25T23:21:03,068 Created temporary directory: /tmp/pip-req-tracker-yem7524g 2021-01-25T23:21:03,069 Initialized build tracking at /tmp/pip-req-tracker-yem7524g 2021-01-25T23:21:03,069 Created build tracker: /tmp/pip-req-tracker-yem7524g 2021-01-25T23:21:03,069 Entered build tracker: /tmp/pip-req-tracker-yem7524g 2021-01-25T23:21:03,069 Created temporary directory: /tmp/pip-wheel-7bh7toay 2021-01-25T23:21:03,097 1 location(s) to search for versions of trackfs: 2021-01-25T23:21:03,097 * https://pypi.org/simple/trackfs/ 2021-01-25T23:21:03,097 Fetching project page and analyzing links: https://pypi.org/simple/trackfs/ 2021-01-25T23:21:03,098 Getting page https://pypi.org/simple/trackfs/ 2021-01-25T23:21:03,099 Found index url https://pypi.org/simple 2021-01-25T23:21:03,201 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/f6/b8/54dd1bf771417cafff530991c1bb9b33b53e59f3a31b1e3ae7a6c7ec5345/trackfs-0.1.2-py3-none-any.whl#sha256=6cf62b4d87735449438003b3199cdbd8daff51edaeb0df60bf7dd5f23faf1207 (from https://pypi.org/simple/trackfs/) (requires-python:>=3.8) 2021-01-25T23:21:03,201 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/09/96/d80f2d0e9d804589f096b35bf488ee9677882e14e205179f54aef4f1f89e/trackfs-0.1.2.tar.gz#sha256=9dbd48f77c2bbb4bb16ed000e707fca7abf488c15152cb6bf83ccb080ab3659c (from https://pypi.org/simple/trackfs/) (requires-python:>=3.8) 2021-01-25T23:21:03,202 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/0a/1a/9e8c48c0058714d66426f709552c8f147eded27ec3b2c58fd0a23bcb06b3/trackfs-0.1.3-py3-none-any.whl#sha256=5d154ffb7a0f4b4048667cd6898c180357a2568386a1a9b7d71cfa95c20e711e (from https://pypi.org/simple/trackfs/) (requires-python:>=3.8) 2021-01-25T23:21:03,203 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/65/df/763f09c005369b80444f3d918920976d3b81c13dab5ed15055854720ff47/trackfs-0.1.3.tar.gz#sha256=bab12f4312bb46e766ef5375cff70a1b6a447da95359045f5cbd6b00f50515b0 (from https://pypi.org/simple/trackfs/) (requires-python:>=3.8) 2021-01-25T23:21:03,203 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/69/7f/f8d63720d83e34c903ff0a1271dd7d39c2d9a1d27412a7eb6902367a5162/trackfs-0.1.4-py3-none-any.whl#sha256=72b29d1bf31396acc7020223f7bbf684be95ca82360a42f25661566beba60b5c (from https://pypi.org/simple/trackfs/) (requires-python:>=3.8) 2021-01-25T23:21:03,204 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/6e/f8/aea9ebfe0996dd85e53666765c933b9fc90e7aea84c316db6ef2881d9f36/trackfs-0.1.4.tar.gz#sha256=c4919af33ab448f0b6e5e3f7349ae5aea0c59af785bbdaa4d0a09220afaf4e4a (from https://pypi.org/simple/trackfs/) (requires-python:>=3.8) 2021-01-25T23:21:03,204 Given no hashes to check 0 links for project 'trackfs': discarding no candidates 2021-01-25T23:21:03,205 ERROR: Could not find a version that satisfies the requirement trackfs==0.1.4 2021-01-25T23:21:03,205 ERROR: No matching distribution found for trackfs==0.1.4 2021-01-25T23:21:03,205 Exception information: 2021-01-25T23:21:03,205 Traceback (most recent call last): 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-01-25T23:21:03,205 crit = self.state.criteria[name] 2021-01-25T23:21:03,205 KeyError: 'trackfs' 2021-01-25T23:21:03,205 2021-01-25T23:21:03,205 During handling of the above exception, another exception occurred: 2021-01-25T23:21:03,205 2021-01-25T23:21:03,205 Traceback (most recent call last): 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-01-25T23:21:03,205 name, crit = self._merge_into_criterion(r, parent=None) 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-01-25T23:21:03,205 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-01-25T23:21:03,205 raise RequirementsConflicted(criterion) 2021-01-25T23:21:03,205 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('trackfs==0.1.4') 2021-01-25T23:21:03,205 2021-01-25T23:21:03,205 During handling of the above exception, another exception occurred: 2021-01-25T23:21:03,205 2021-01-25T23:21:03,205 Traceback (most recent call last): 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-01-25T23:21:03,205 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-01-25T23:21:03,205 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-01-25T23:21:03,205 raise ResolutionImpossible(e.criterion.information) 2021-01-25T23:21:03,205 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('trackfs==0.1.4'), parent=None)] 2021-01-25T23:21:03,205 2021-01-25T23:21:03,205 The above exception was the direct cause of the following exception: 2021-01-25T23:21:03,205 2021-01-25T23:21:03,205 Traceback (most recent call last): 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-01-25T23:21:03,205 status = self.run(options, args) 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-01-25T23:21:03,205 return func(self, options, args) 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-01-25T23:21:03,205 reqs, check_supported_wheels=True 2021-01-25T23:21:03,205 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-01-25T23:21:03,205 six.raise_from(error, e) 2021-01-25T23:21:03,205 File "", line 3, in raise_from 2021-01-25T23:21:03,205 pip._internal.exceptions.DistributionNotFound: No matching distribution found for trackfs==0.1.4 2021-01-25T23:21:03,209 Removed build tracker: '/tmp/pip-req-tracker-yem7524g'