2023-09-21T15:13:51,636 Created temporary directory: /tmp/pip-build-tracker-0zg6l5f1 2023-09-21T15:13:51,637 Initialized build tracking at /tmp/pip-build-tracker-0zg6l5f1 2023-09-21T15:13:51,637 Created build tracker: /tmp/pip-build-tracker-0zg6l5f1 2023-09-21T15:13:51,638 Entered build tracker: /tmp/pip-build-tracker-0zg6l5f1 2023-09-21T15:13:51,639 Created temporary directory: /tmp/pip-wheel-7k9h4alc 2023-09-21T15:13:51,642 Created temporary directory: /tmp/pip-ephem-wheel-cache-_o5wuqdw 2023-09-21T15:13:51,663 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-21T15:13:51,667 2 location(s) to search for versions of dk64-lib: 2023-09-21T15:13:51,667 * https://pypi.org/simple/dk64-lib/ 2023-09-21T15:13:51,667 * https://www.piwheels.org/simple/dk64-lib/ 2023-09-21T15:13:51,668 Fetching project page and analyzing links: https://pypi.org/simple/dk64-lib/ 2023-09-21T15:13:51,669 Getting page https://pypi.org/simple/dk64-lib/ 2023-09-21T15:13:51,670 Found index url https://pypi.org/simple/ 2023-09-21T15:13:51,937 Fetched page https://pypi.org/simple/dk64-lib/ as application/vnd.pypi.simple.v1+json 2023-09-21T15:13:51,938 Skipping link: No binaries permitted for dk64-lib: https://files.pythonhosted.org/packages/6b/7f/c72cd4cc2e2448e8cb7087748c784286a487910457395200f1e9a97a9acf/dk64_lib-0.0.1-py3-none-any.whl (from https://pypi.org/simple/dk64-lib/) 2023-09-21T15:13:51,939 Skipping link: No binaries permitted for dk64-lib: https://files.pythonhosted.org/packages/da/38/11f3d45264bd2af84a9b8ed72648dda98ab8491a3baf253720570e280b90/dk64_lib-0.0.2a1-py3-none-any.whl (from https://pypi.org/simple/dk64-lib/) 2023-09-21T15:13:51,940 Skipping link: No binaries permitted for dk64-lib: https://files.pythonhosted.org/packages/f1/8b/60852cb789913d0946768bba2b78bc28af27f6d9d1967fb61fdaed7b0b5f/dk64_lib-0.1.0-py3-none-any.whl (from https://pypi.org/simple/dk64-lib/) (requires-python:>=3.10) 2023-09-21T15:13:51,941 Found link https://files.pythonhosted.org/packages/01/8e/5a2439bf537efcb41a0b9da826258057661df23c6453c135195f8674eae5/dk64_lib-0.1.0.tar.gz (from https://pypi.org/simple/dk64-lib/) (requires-python:>=3.10), version: 0.1.0 2023-09-21T15:13:51,941 Fetching project page and analyzing links: https://www.piwheels.org/simple/dk64-lib/ 2023-09-21T15:13:51,942 Getting page https://www.piwheels.org/simple/dk64-lib/ 2023-09-21T15:13:51,944 Found index url https://www.piwheels.org/simple/ 2023-09-21T15:13:52,121 Fetched page https://www.piwheels.org/simple/dk64-lib/ as text/html 2023-09-21T15:13:52,122 Skipping link: not a file: https://www.piwheels.org/simple/dk64-lib/ 2023-09-21T15:13:52,123 Skipping link: not a file: https://pypi.org/simple/dk64-lib/ 2023-09-21T15:13:52,141 Given no hashes to check 0 links for project 'dk64-lib': discarding no candidates 2023-09-21T15:13:52,142 ERROR: Could not find a version that satisfies the requirement dk64-lib==0.0.1 (from versions: 0.1.0) 2023-09-21T15:13:52,144 ERROR: No matching distribution found for dk64-lib==0.0.1 2023-09-21T15:13:52,145 Exception information: 2023-09-21T15:13:52,145 Traceback (most recent call last): 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-21T15:13:52,145 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-21T15:13:52,145 raise RequirementsConflicted(criterion) 2023-09-21T15:13:52,145 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dk64-lib==0.0.1') 2023-09-21T15:13:52,145 2023-09-21T15:13:52,145 During handling of the above exception, another exception occurred: 2023-09-21T15:13:52,145 2023-09-21T15:13:52,145 Traceback (most recent call last): 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-21T15:13:52,145 result = self._result = resolver.resolve( 2023-09-21T15:13:52,145 ^^^^^^^^^^^^^^^^^ 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-21T15:13:52,145 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-21T15:13:52,145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-21T15:13:52,145 raise ResolutionImpossible(e.criterion.information) 2023-09-21T15:13:52,145 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dk64-lib==0.0.1'), parent=None)] 2023-09-21T15:13:52,145 2023-09-21T15:13:52,145 The above exception was the direct cause of the following exception: 2023-09-21T15:13:52,145 2023-09-21T15:13:52,145 Traceback (most recent call last): 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-21T15:13:52,145 status = run_func(*args) 2023-09-21T15:13:52,145 ^^^^^^^^^^^^^^^ 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-21T15:13:52,145 return func(self, options, args) 2023-09-21T15:13:52,145 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-21T15:13:52,145 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-21T15:13:52,145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-21T15:13:52,145 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-21T15:13:52,145 raise error from e 2023-09-21T15:13:52,145 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dk64-lib==0.0.1 2023-09-21T15:13:52,151 Removed build tracker: '/tmp/pip-build-tracker-0zg6l5f1'