2022-02-07T08:09:59,193 Created temporary directory: /tmp/pip-ephem-wheel-cache-knubw3bj 2022-02-07T08:09:59,199 Created temporary directory: /tmp/pip-req-tracker-kwo3s96e 2022-02-07T08:09:59,200 Initialized build tracking at /tmp/pip-req-tracker-kwo3s96e 2022-02-07T08:09:59,201 Created build tracker: /tmp/pip-req-tracker-kwo3s96e 2022-02-07T08:09:59,201 Entered build tracker: /tmp/pip-req-tracker-kwo3s96e 2022-02-07T08:09:59,202 Created temporary directory: /tmp/pip-wheel-iobm_2ae 2022-02-07T08:09:59,273 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-07T08:09:59,276 2 location(s) to search for versions of walkmapper2: 2022-02-07T08:09:59,276 * https://pypi.org/simple/walkmapper2/ 2022-02-07T08:09:59,276 * https://www.piwheels.org/simple/walkmapper2/ 2022-02-07T08:09:59,277 Fetching project page and analyzing links: https://pypi.org/simple/walkmapper2/ 2022-02-07T08:09:59,279 Getting page https://pypi.org/simple/walkmapper2/ 2022-02-07T08:09:59,284 Found index url https://pypi.org/simple 2022-02-07T08:09:59,634 Skipping link: No binaries permitted for walkmapper2: https://files.pythonhosted.org/packages/ff/12/02eae2d1022d7d282a55a85d63ab6a3ab0dd237070498bbb6404df20f82b/walkmapper2-0.1.1-py3-none-any.whl#sha256=1355f36d06205eaa0e7a8dcb40bdd68150f304284bc5c161cfc61d3f6ee5233b (from https://pypi.org/simple/walkmapper2/) (requires-python:>=3.6) 2022-02-07T08:09:59,636 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/fc/5c/6a7b6c393f220ee00fdd3e49d28eb682e97735c21199a50579b9dfade0ad/walkmapper2-0.1.1.tar.gz#sha256=d44efbc9c3fea7b7133a31aeec984925fda5aa9a82f17b4d2b17e75d33e3ebb5 (from https://pypi.org/simple/walkmapper2/) (requires-python:>=3.6) 2022-02-07T08:09:59,637 Skipping link: No binaries permitted for walkmapper2: https://files.pythonhosted.org/packages/e9/54/31f85f21ce80a1ec93617ee14939eccf9706dc6e5b1f058dea65ec4d3a9e/walkmapper2-0.1.2-py3-none-any.whl#sha256=39c4632667001c52e9cc166c4fcf18ed51fc5ccae25fabaff0e91b8775312fd9 (from https://pypi.org/simple/walkmapper2/) (requires-python:>=3.6) 2022-02-07T08:09:59,638 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/2a/72/3bcb001ff8d5f6951991ba0bd38f51463ab9b233fe1e53d26203a2fc69bf/walkmapper2-0.1.2.tar.gz#sha256=cb98635e0fc8b6e6a549c3316dcfddfbe8999d7468d6305130367498a7cba4ca (from https://pypi.org/simple/walkmapper2/) (requires-python:>=3.6) 2022-02-07T08:09:59,639 Fetching project page and analyzing links: https://www.piwheels.org/simple/walkmapper2/ 2022-02-07T08:09:59,639 Getting page https://www.piwheels.org/simple/walkmapper2/ 2022-02-07T08:09:59,642 Found index url https://www.piwheels.org/simple 2022-02-07T08:09:59,863 Skipping link: No binaries permitted for walkmapper2: https://www.piwheels.org/simple/walkmapper2/walkmapper2-0.1.1-py3-none-any.whl#sha256=ff4bee230a6222287c7e5dd606eb79bfd6a7ad340028801561249a0d5576c020 (from https://www.piwheels.org/simple/walkmapper2/) (requires-python:>=3.6) 2022-02-07T08:09:59,891 Given no hashes to check 0 links for project 'walkmapper2': discarding no candidates 2022-02-07T08:09:59,892 ERROR: Could not find a version that satisfies the requirement walkmapper2==0.1.2 2022-02-07T08:09:59,893 ERROR: No matching distribution found for walkmapper2==0.1.2 2022-02-07T08:09:59,894 Exception information: 2022-02-07T08:09:59,894 Traceback (most recent call last): 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2022-02-07T08:09:59,894 crit = self.state.criteria[name] 2022-02-07T08:09:59,894 KeyError: 'walkmapper2' 2022-02-07T08:09:59,894 2022-02-07T08:09:59,894 During handling of the above exception, another exception occurred: 2022-02-07T08:09:59,894 2022-02-07T08:09:59,894 Traceback (most recent call last): 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2022-02-07T08:09:59,894 name, crit = self._merge_into_criterion(r, parent=None) 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2022-02-07T08:09:59,894 crit = Criterion.from_requirement(self._p, requirement, parent) 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2022-02-07T08:09:59,894 raise RequirementsConflicted(criterion) 2022-02-07T08:09:59,894 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('walkmapper2==0.1.2') 2022-02-07T08:09:59,894 2022-02-07T08:09:59,894 During handling of the above exception, another exception occurred: 2022-02-07T08:09:59,894 2022-02-07T08:09:59,894 Traceback (most recent call last): 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2022-02-07T08:09:59,894 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2022-02-07T08:09:59,894 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2022-02-07T08:09:59,894 raise ResolutionImpossible(e.criterion.information) 2022-02-07T08:09:59,894 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('walkmapper2==0.1.2'), parent=None)] 2022-02-07T08:09:59,894 2022-02-07T08:09:59,894 The above exception was the direct cause of the following exception: 2022-02-07T08:09:59,894 2022-02-07T08:09:59,894 Traceback (most recent call last): 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2022-02-07T08:09:59,894 status = self.run(options, args) 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2022-02-07T08:09:59,894 return func(self, options, args) 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2022-02-07T08:09:59,894 reqs, check_supported_wheels=True 2022-02-07T08:09:59,894 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2022-02-07T08:09:59,894 six.raise_from(error, e) 2022-02-07T08:09:59,894 File "", line 3, in raise_from 2022-02-07T08:09:59,894 pip._internal.exceptions.DistributionNotFound: No matching distribution found for walkmapper2==0.1.2 2022-02-07T08:09:59,903 Removed build tracker: '/tmp/pip-req-tracker-kwo3s96e'