2022-02-12T11:40:07,079 Created temporary directory: /tmp/pip-ephem-wheel-cache-9e86s0xg 2022-02-12T11:40:07,085 Created temporary directory: /tmp/pip-req-tracker-d3aiwlat 2022-02-12T11:40:07,086 Initialized build tracking at /tmp/pip-req-tracker-d3aiwlat 2022-02-12T11:40:07,086 Created build tracker: /tmp/pip-req-tracker-d3aiwlat 2022-02-12T11:40:07,087 Entered build tracker: /tmp/pip-req-tracker-d3aiwlat 2022-02-12T11:40:07,088 Created temporary directory: /tmp/pip-wheel-albf2yki 2022-02-12T11:40:07,159 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-12T11:40:07,165 2 location(s) to search for versions of daaja: 2022-02-12T11:40:07,165 * https://pypi.org/simple/daaja/ 2022-02-12T11:40:07,165 * https://www.piwheels.org/simple/daaja/ 2022-02-12T11:40:07,166 Fetching project page and analyzing links: https://pypi.org/simple/daaja/ 2022-02-12T11:40:07,167 Getting page https://pypi.org/simple/daaja/ 2022-02-12T11:40:07,171 Found index url https://pypi.org/simple 2022-02-12T11:40:07,366 Skipping link: No binaries permitted for daaja: https://files.pythonhosted.org/packages/6a/ec/1cd594298b0871ab6fd275f569ce959a9e0d96ea4baffcf95121945a6360/daaja-0.0.1-py3-none-any.whl#sha256=853b32342fc139188246f6598080893629b3c9bafedc1c22e30173a3824607b0 (from https://pypi.org/simple/daaja/) (requires-python:>=3.9,<4.0) 2022-02-12T11:40:07,368 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/32/f7/88605dde69fc13974aaaf4ce553695355aee38a1d1272358b4bad82056b3/daaja-0.0.1.tar.gz#sha256=5d52a2ca6bedb5ceb5ac4eca2de414a68e19884fbaf09a58dafc0d837c8e27d5 (from https://pypi.org/simple/daaja/) (requires-python:>=3.9,<4.0) 2022-02-12T11:40:07,369 Fetching project page and analyzing links: https://www.piwheels.org/simple/daaja/ 2022-02-12T11:40:07,370 Getting page https://www.piwheels.org/simple/daaja/ 2022-02-12T11:40:07,372 Found index url https://www.piwheels.org/simple 2022-02-12T11:40:07,596 Skipping link: not a file: https://www.piwheels.org/simple/daaja/ 2022-02-12T11:40:07,596 Skipping link: not a file: https://pypi.org/simple/daaja/ 2022-02-12T11:40:07,630 Given no hashes to check 0 links for project 'daaja': discarding no candidates 2022-02-12T11:40:07,630 ERROR: Could not find a version that satisfies the requirement daaja==0.0.1 (from versions: none) 2022-02-12T11:40:07,631 ERROR: No matching distribution found for daaja==0.0.1 2022-02-12T11:40:07,632 Exception information: 2022-02-12T11:40:07,632 Traceback (most recent call last): 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-12T11:40:07,632 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-12T11:40:07,632 raise RequirementsConflicted(criterion) 2022-02-12T11:40:07,632 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('daaja==0.0.1') 2022-02-12T11:40:07,632 2022-02-12T11:40:07,632 During handling of the above exception, another exception occurred: 2022-02-12T11:40:07,632 2022-02-12T11:40:07,632 Traceback (most recent call last): 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-12T11:40:07,632 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-12T11:40:07,632 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-12T11:40:07,632 raise ResolutionImpossible(e.criterion.information) 2022-02-12T11:40:07,632 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('daaja==0.0.1'), parent=None)] 2022-02-12T11:40:07,632 2022-02-12T11:40:07,632 The above exception was the direct cause of the following exception: 2022-02-12T11:40:07,632 2022-02-12T11:40:07,632 Traceback (most recent call last): 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-12T11:40:07,632 status = run_func(*args) 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-12T11:40:07,632 return func(self, options, args) 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-12T11:40:07,632 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-12T11:40:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-12T11:40:07,632 raise error from e 2022-02-12T11:40:07,632 pip._internal.exceptions.DistributionNotFound: No matching distribution found for daaja==0.0.1 2022-02-12T11:40:07,640 Removed build tracker: '/tmp/pip-req-tracker-d3aiwlat'