2021-07-11T23:12:06,571 Created temporary directory: /tmp/pip-ephem-wheel-cache-at_cu3p0 2021-07-11T23:12:06,574 Created temporary directory: /tmp/pip-req-tracker-dfo02je1 2021-07-11T23:12:06,574 Initialized build tracking at /tmp/pip-req-tracker-dfo02je1 2021-07-11T23:12:06,574 Created build tracker: /tmp/pip-req-tracker-dfo02je1 2021-07-11T23:12:06,575 Entered build tracker: /tmp/pip-req-tracker-dfo02je1 2021-07-11T23:12:06,575 Created temporary directory: /tmp/pip-wheel-yypale93 2021-07-11T23:12:06,605 1 location(s) to search for versions of docker-host-ip: 2021-07-11T23:12:06,605 * https://pypi.org/simple/docker-host-ip/ 2021-07-11T23:12:06,605 Fetching project page and analyzing links: https://pypi.org/simple/docker-host-ip/ 2021-07-11T23:12:06,606 Getting page https://pypi.org/simple/docker-host-ip/ 2021-07-11T23:12:06,607 Found index url https://pypi.org/simple 2021-07-11T23:12:06,878 Found link https://files.pythonhosted.org/packages/56/bd/0d63543c79aa9cd13b277296f4f6b46df27ae154308ae2a439ff75496faa/docker-host-ip-0.0.1.tar.gz#sha256=3eee50a7ce1d32982e5c9d03979e91e181fc9a3c50ed04136ca08a7578225917 (from https://pypi.org/simple/docker-host-ip/), version: 0.0.1 2021-07-11T23:12:06,896 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/c6/95/7311772359cf71ca74a336d2f6d3f24868f3b8abf8299aa93761ea74df76/docker_host_ip-0.0.1-py2-none-any.whl#sha256=3be1e3f2ce7553baffdcb3a6925d6a56f38729dac865e021abc5b9f6d593de36 (from https://pypi.org/simple/docker-host-ip/) 2021-07-11T23:12:06,896 Found link https://files.pythonhosted.org/packages/e7/61/c52ab508fbf3e518f40a7ecf31a8247761d4bc3100075e2d0b3699b7da2c/docker-host-ip-0.0.2.linux-x86_64.tar.gz#sha256=f1aafb430124b0a9bbf2ffa5a1de396337d9a9f44bdd516ec442e64d928a2d3e (from https://pypi.org/simple/docker-host-ip/), version: 0.0.2.linux-x86_64 2021-07-11T23:12:06,897 Found link https://files.pythonhosted.org/packages/c7/4b/fb04438924f9b7ee2f7787907c72af338d662f874bf936a930604ad66eba/docker-host-ip-0.0.2.tar.gz#sha256=8fd972c2031fbe25c7b8876daf8e6ec57a68c76e37d4a40d5664b0ece4a19600 (from https://pypi.org/simple/docker-host-ip/), version: 0.0.2 2021-07-11T23:12:06,897 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/99/d3/e5f7ee87e2dfbd52d680eca13fec759add1235cc2c8a68864a8e0c3f0ed3/docker_host_ip-0.0.2-py2-none-any.whl#sha256=7cd127828518ad0bf449194cedd64469645fafb49c398c4444f39f869165ef08 (from https://pypi.org/simple/docker-host-ip/) 2021-07-11T23:12:06,897 Found link https://files.pythonhosted.org/packages/c7/35/230159864dc5ff724e7a869e6039bfc6121e75893f4b4e87e4e01347a50e/docker-host-ip-0.0.3.linux-x86_64.tar.gz#sha256=e7773f995a4a823ef945386d2b68310aaad70f3dd2cfcabde8a4b6d9d8e4ab08 (from https://pypi.org/simple/docker-host-ip/), version: 0.0.3.linux-x86_64 2021-07-11T23:12:06,898 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/cc/92/4db694bb4b8cf2a60ec60cd8b2f2281bf04a2547d83914d28f192ce6ef2b/docker_host_ip-0.0.3-py2-none-any.whl#sha256=6bcc18853b5435520d0266983dad2c53a9d9f64ea82a06cefc66102ac33118ef (from https://pypi.org/simple/docker-host-ip/) 2021-07-11T23:12:06,898 Skipping link: not a file: https://pypi.org/simple/docker-host-ip/ 2021-07-11T23:12:06,899 Given no hashes to check 0 links for project 'docker-host-ip': discarding no candidates 2021-07-11T23:12:06,900 ERROR: Could not find a version that satisfies the requirement docker-host-ip==0.0.3 (from versions: 0.0.2.linux-x86_64, 0.0.3.linux-x86_64, 0.0.1, 0.0.2) 2021-07-11T23:12:06,900 ERROR: No matching distribution found for docker-host-ip==0.0.3 2021-07-11T23:12:06,900 Exception information: 2021-07-11T23:12:06,900 Traceback (most recent call last): 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T23:12:06,900 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T23:12:06,900 raise RequirementsConflicted(criterion) 2021-07-11T23:12:06,900 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('docker-host-ip==0.0.3') 2021-07-11T23:12:06,900 2021-07-11T23:12:06,900 During handling of the above exception, another exception occurred: 2021-07-11T23:12:06,900 2021-07-11T23:12:06,900 Traceback (most recent call last): 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T23:12:06,900 result = self._result = resolver.resolve( 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T23:12:06,900 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T23:12:06,900 raise ResolutionImpossible(e.criterion.information) 2021-07-11T23:12:06,900 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('docker-host-ip==0.0.3'), parent=None)] 2021-07-11T23:12:06,900 2021-07-11T23:12:06,900 The above exception was the direct cause of the following exception: 2021-07-11T23:12:06,900 2021-07-11T23:12:06,900 Traceback (most recent call last): 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T23:12:06,900 status = self.run(options, args) 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T23:12:06,900 return func(self, options, args) 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T23:12:06,900 requirement_set = resolver.resolve( 2021-07-11T23:12:06,900 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T23:12:06,900 raise error from e 2021-07-11T23:12:06,900 pip._internal.exceptions.DistributionNotFound: No matching distribution found for docker-host-ip==0.0.3 2021-07-11T23:12:06,904 Removed build tracker: '/tmp/pip-req-tracker-dfo02je1'