2022-03-28T08:31:40,297 Created temporary directory: /tmp/pip-ephem-wheel-cache-b48m8kfo 2022-03-28T08:31:40,304 Created temporary directory: /tmp/pip-req-tracker-hdxse7dm 2022-03-28T08:31:40,304 Initialized build tracking at /tmp/pip-req-tracker-hdxse7dm 2022-03-28T08:31:40,305 Created build tracker: /tmp/pip-req-tracker-hdxse7dm 2022-03-28T08:31:40,305 Entered build tracker: /tmp/pip-req-tracker-hdxse7dm 2022-03-28T08:31:40,307 Created temporary directory: /tmp/pip-wheel-hazexfzt 2022-03-28T08:31:40,367 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-28T08:31:40,371 2 location(s) to search for versions of contek-tusk: 2022-03-28T08:31:40,371 * https://pypi.org/simple/contek-tusk/ 2022-03-28T08:31:40,371 * https://www.piwheels.org/simple/contek-tusk/ 2022-03-28T08:31:40,371 Fetching project page and analyzing links: https://pypi.org/simple/contek-tusk/ 2022-03-28T08:31:40,374 Getting page https://pypi.org/simple/contek-tusk/ 2022-03-28T08:31:40,378 Found index url https://pypi.org/simple 2022-03-28T08:31:40,699 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/01/ad/b86b68698127ecd610ec5fa4562243d014a4215dff17e05213a76e7ba5b6/contek-tusk-1.0.tar.gz#sha256=863012a886c865b35b4d3d0661672994634b0ac78efae406923a668c39b625ca (from https://pypi.org/simple/contek-tusk/) (requires-python:>=3.6) 2022-03-28T08:31:40,699 Skipping link: No binaries permitted for contek-tusk: https://files.pythonhosted.org/packages/b6/78/d0383bf8ec226a736c67cb6084960b8473914351ae7f161a36185e30fae6/contek_tusk-1.0-py3-none-any.whl#sha256=ac264af6a20bd34c5e561ca50f4b6d794cc3270fb2b280ed60c559bd9d5597d0 (from https://pypi.org/simple/contek-tusk/) (requires-python:>=3.6) 2022-03-28T08:31:40,701 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/a9/15/715001311dbf2edd28f35dac8add2df781fd6c4b520bad1b3001d8ebcad6/contek-tusk-1.1.tar.gz#sha256=a34110d7b90f99fce5ddf9a1ec52db500600e7a687593fbd5d9fbf6d2a1cfde3 (from https://pypi.org/simple/contek-tusk/) (requires-python:>=3.6) 2022-03-28T08:31:40,702 Skipping link: No binaries permitted for contek-tusk: https://files.pythonhosted.org/packages/6d/92/bd71689d9a9b56cb938939d1b23d79143586c28265d1ff37525796803ae8/contek_tusk-1.1-py3-none-any.whl#sha256=1d69271196541557ce34601ae5d7960c711cff24fe07ce8a41a4eb7cb49956b3 (from https://pypi.org/simple/contek-tusk/) (requires-python:>=3.6) 2022-03-28T08:31:40,702 Fetching project page and analyzing links: https://www.piwheels.org/simple/contek-tusk/ 2022-03-28T08:31:40,703 Getting page https://www.piwheels.org/simple/contek-tusk/ 2022-03-28T08:31:40,706 Found index url https://www.piwheels.org/simple 2022-03-28T08:31:40,927 Skipping link: No binaries permitted for contek-tusk: https://www.piwheels.org/simple/contek-tusk/contek_tusk-1.0-py3-none-any.whl#sha256=406d2edb40782bce991c8e5e6cc148dad4b5b59523f5b616ed5c521843d9e648 (from https://www.piwheels.org/simple/contek-tusk/) (requires-python:>=3.6) 2022-03-28T08:31:40,955 Given no hashes to check 0 links for project 'contek-tusk': discarding no candidates 2022-03-28T08:31:40,956 ERROR: Could not find a version that satisfies the requirement contek-tusk==1.1 2022-03-28T08:31:40,957 ERROR: No matching distribution found for contek-tusk==1.1 2022-03-28T08:31:40,957 Exception information: 2022-03-28T08:31:40,957 Traceback (most recent call last): 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2022-03-28T08:31:40,957 crit = self.state.criteria[name] 2022-03-28T08:31:40,957 KeyError: 'contek-tusk' 2022-03-28T08:31:40,957 2022-03-28T08:31:40,957 During handling of the above exception, another exception occurred: 2022-03-28T08:31:40,957 2022-03-28T08:31:40,957 Traceback (most recent call last): 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2022-03-28T08:31:40,957 name, crit = self._merge_into_criterion(r, parent=None) 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2022-03-28T08:31:40,957 crit = Criterion.from_requirement(self._p, requirement, parent) 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2022-03-28T08:31:40,957 raise RequirementsConflicted(criterion) 2022-03-28T08:31:40,957 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('contek-tusk==1.1') 2022-03-28T08:31:40,957 2022-03-28T08:31:40,957 During handling of the above exception, another exception occurred: 2022-03-28T08:31:40,957 2022-03-28T08:31:40,957 Traceback (most recent call last): 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2022-03-28T08:31:40,957 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2022-03-28T08:31:40,957 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2022-03-28T08:31:40,957 raise ResolutionImpossible(e.criterion.information) 2022-03-28T08:31:40,957 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('contek-tusk==1.1'), parent=None)] 2022-03-28T08:31:40,957 2022-03-28T08:31:40,957 The above exception was the direct cause of the following exception: 2022-03-28T08:31:40,957 2022-03-28T08:31:40,957 Traceback (most recent call last): 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2022-03-28T08:31:40,957 status = self.run(options, args) 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2022-03-28T08:31:40,957 return func(self, options, args) 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2022-03-28T08:31:40,957 reqs, check_supported_wheels=True 2022-03-28T08:31:40,957 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2022-03-28T08:31:40,957 six.raise_from(error, e) 2022-03-28T08:31:40,957 File "", line 3, in raise_from 2022-03-28T08:31:40,957 pip._internal.exceptions.DistributionNotFound: No matching distribution found for contek-tusk==1.1 2022-03-28T08:31:40,967 Removed build tracker: '/tmp/pip-req-tracker-hdxse7dm'