2021-07-11T23:16:48,146 Created temporary directory: /tmp/pip-ephem-wheel-cache-6ehg7f0s 2021-07-11T23:16:48,149 Created temporary directory: /tmp/pip-req-tracker-dd8cvsq8 2021-07-11T23:16:48,149 Initialized build tracking at /tmp/pip-req-tracker-dd8cvsq8 2021-07-11T23:16:48,149 Created build tracker: /tmp/pip-req-tracker-dd8cvsq8 2021-07-11T23:16:48,150 Entered build tracker: /tmp/pip-req-tracker-dd8cvsq8 2021-07-11T23:16:48,150 Created temporary directory: /tmp/pip-wheel-8aau_5vw 2021-07-11T23:16:48,181 1 location(s) to search for versions of dynamic-ip-aws-route53: 2021-07-11T23:16:48,181 * https://pypi.org/simple/dynamic-ip-aws-route53/ 2021-07-11T23:16:48,182 Fetching project page and analyzing links: https://pypi.org/simple/dynamic-ip-aws-route53/ 2021-07-11T23:16:48,182 Getting page https://pypi.org/simple/dynamic-ip-aws-route53/ 2021-07-11T23:16:48,184 Found index url https://pypi.org/simple 2021-07-11T23:16:48,441 Found link https://files.pythonhosted.org/packages/9b/68/afdbc52cc8a41b6f9bbff3941edd16ddb7563b7f30887ebc61d1a06ab94f/dynamic-ip-aws-route53-0.0.1.macosx-10.11-x86_64.tar.gz#sha256=b633964938fafc31c617adfd09c551c7b22291dcca2d5322b2ac6a674aee2321 (from https://pypi.org/simple/dynamic-ip-aws-route53/), version: 0.0.1.macosx-10.11-x86_64 2021-07-11T23:16:48,459 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/32/91/87ddfb7ab53bf8d96381dc2405da5547aa69a49217b99c784644bb020f51/dynamic_ip_aws_route53-0.0.1-py2-none-any.whl#sha256=ad2d7226da2babe06da3f45d0962ca046ac1f8d957e38bc83900c5093ea07100 (from https://pypi.org/simple/dynamic-ip-aws-route53/) 2021-07-11T23:16:48,459 Skipping link: not a file: https://pypi.org/simple/dynamic-ip-aws-route53/ 2021-07-11T23:16:48,460 Given no hashes to check 0 links for project 'dynamic-ip-aws-route53': discarding no candidates 2021-07-11T23:16:48,460 ERROR: Could not find a version that satisfies the requirement dynamic-ip-aws-route53==0.0.1 (from versions: 0.0.1.macosx-10.11-x86_64) 2021-07-11T23:16:48,461 ERROR: No matching distribution found for dynamic-ip-aws-route53==0.0.1 2021-07-11T23:16:48,461 Exception information: 2021-07-11T23:16:48,461 Traceback (most recent call last): 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T23:16:48,461 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T23:16:48,461 raise RequirementsConflicted(criterion) 2021-07-11T23:16:48,461 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dynamic-ip-aws-route53==0.0.1') 2021-07-11T23:16:48,461 2021-07-11T23:16:48,461 During handling of the above exception, another exception occurred: 2021-07-11T23:16:48,461 2021-07-11T23:16:48,461 Traceback (most recent call last): 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T23:16:48,461 result = self._result = resolver.resolve( 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T23:16:48,461 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T23:16:48,461 raise ResolutionImpossible(e.criterion.information) 2021-07-11T23:16:48,461 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dynamic-ip-aws-route53==0.0.1'), parent=None)] 2021-07-11T23:16:48,461 2021-07-11T23:16:48,461 The above exception was the direct cause of the following exception: 2021-07-11T23:16:48,461 2021-07-11T23:16:48,461 Traceback (most recent call last): 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T23:16:48,461 status = self.run(options, args) 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T23:16:48,461 return func(self, options, args) 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T23:16:48,461 requirement_set = resolver.resolve( 2021-07-11T23:16:48,461 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T23:16:48,461 raise error from e 2021-07-11T23:16:48,461 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dynamic-ip-aws-route53==0.0.1 2021-07-11T23:16:48,465 Removed build tracker: '/tmp/pip-req-tracker-dd8cvsq8'