2021-12-20T17:24:43,860 Created temporary directory: /tmp/pip-ephem-wheel-cache-zaclc5md 2021-12-20T17:24:43,866 Created temporary directory: /tmp/pip-req-tracker-jhjdvu2w 2021-12-20T17:24:43,866 Initialized build tracking at /tmp/pip-req-tracker-jhjdvu2w 2021-12-20T17:24:43,867 Created build tracker: /tmp/pip-req-tracker-jhjdvu2w 2021-12-20T17:24:43,867 Entered build tracker: /tmp/pip-req-tracker-jhjdvu2w 2021-12-20T17:24:43,868 Created temporary directory: /tmp/pip-wheel-b3dmhkaa 2021-12-20T17:24:43,932 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-20T17:24:43,937 2 location(s) to search for versions of dlk: 2021-12-20T17:24:43,937 * https://pypi.org/simple/dlk/ 2021-12-20T17:24:43,937 * https://www.piwheels.org/simple/dlk/ 2021-12-20T17:24:43,938 Fetching project page and analyzing links: https://pypi.org/simple/dlk/ 2021-12-20T17:24:43,940 Getting page https://pypi.org/simple/dlk/ 2021-12-20T17:24:43,943 Found index url https://pypi.org/simple 2021-12-20T17:24:44,139 Skipping link: No binaries permitted for dlk: https://files.pythonhosted.org/packages/04/83/60a04c13bba0a1b9ce44e8b947679c00d6222bc51f63ffd27a2cba1bc896/dlk-0.0.1-py3-none-any.whl#sha256=d1ede56b4822ea4d6a835ba27be758767867a92578aef5396027886c2cea69cc (from https://pypi.org/simple/dlk/) (requires-python:>=3.8) 2021-12-20T17:24:44,141 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/71/2e/170983b26f14d53182436fc4955a52decbb8c37dbef520c3956b2f7da065/dlk-0.0.1.tar.gz#sha256=5d6246736aa6aac3a905f3bbcc0721a8d8b0275bd678387c86523cf709469c47 (from https://pypi.org/simple/dlk/) (requires-python:>=3.8) 2021-12-20T17:24:44,142 Skipping link: No binaries permitted for dlk: https://files.pythonhosted.org/packages/fe/32/c450a395371c83f70cf66c9ec6789c5dd08edaacbe6eb8a6efdb50d29fc3/dlk-0.0.2-py3-none-any.whl#sha256=ed88b47729497f886e29129e6dbf5bdbc70e70514c2a330d9c5804a6efb01557 (from https://pypi.org/simple/dlk/) (requires-python:>=3.8) 2021-12-20T17:24:44,143 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/e3/22/285284756896c67a3a358c6779be2faee408d13e0f774fb761b2684bcce0/dlk-0.0.2.tar.gz#sha256=1960a248f6d017d69640e86f297927c613c89a731a0432ddfc58977973a0ddd2 (from https://pypi.org/simple/dlk/) (requires-python:>=3.8) 2021-12-20T17:24:44,144 Fetching project page and analyzing links: https://www.piwheels.org/simple/dlk/ 2021-12-20T17:24:44,145 Getting page https://www.piwheels.org/simple/dlk/ 2021-12-20T17:24:44,146 Found index url https://www.piwheels.org/simple 2021-12-20T17:24:44,366 Skipping link: not a file: https://www.piwheels.org/simple/dlk/ 2021-12-20T17:24:44,366 Skipping link: not a file: https://pypi.org/simple/dlk/ 2021-12-20T17:24:44,397 Given no hashes to check 0 links for project 'dlk': discarding no candidates 2021-12-20T17:24:44,398 ERROR: Could not find a version that satisfies the requirement dlk==0.0.2 (from versions: none) 2021-12-20T17:24:44,399 ERROR: No matching distribution found for dlk==0.0.2 2021-12-20T17:24:44,399 Exception information: 2021-12-20T17:24:44,399 Traceback (most recent call last): 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-20T17:24:44,399 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2021-12-20T17:24:44,399 raise RequirementsConflicted(criterion) 2021-12-20T17:24:44,399 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dlk==0.0.2') 2021-12-20T17:24:44,399 2021-12-20T17:24:44,399 During handling of the above exception, another exception occurred: 2021-12-20T17:24:44,399 2021-12-20T17:24:44,399 Traceback (most recent call last): 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2021-12-20T17:24:44,399 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-20T17:24:44,399 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2021-12-20T17:24:44,399 raise ResolutionImpossible(e.criterion.information) 2021-12-20T17:24:44,399 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dlk==0.0.2'), parent=None)] 2021-12-20T17:24:44,399 2021-12-20T17:24:44,399 The above exception was the direct cause of the following exception: 2021-12-20T17:24:44,399 2021-12-20T17:24:44,399 Traceback (most recent call last): 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-20T17:24:44,399 status = run_func(*args) 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-20T17:24:44,399 return func(self, options, args) 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-20T17:24:44,399 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-20T17:24:44,399 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2021-12-20T17:24:44,399 raise error from e 2021-12-20T17:24:44,399 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dlk==0.0.2 2021-12-20T17:24:44,407 Removed build tracker: '/tmp/pip-req-tracker-jhjdvu2w'