2022-07-02T17:54:29,108 Created temporary directory: /tmp/pip-ephem-wheel-cache-vqwmmyd6 2022-07-02T17:54:29,113 Created temporary directory: /tmp/pip-build-tracker-qfjvii7p 2022-07-02T17:54:29,114 Initialized build tracking at /tmp/pip-build-tracker-qfjvii7p 2022-07-02T17:54:29,115 Created build tracker: /tmp/pip-build-tracker-qfjvii7p 2022-07-02T17:54:29,115 Entered build tracker: /tmp/pip-build-tracker-qfjvii7p 2022-07-02T17:54:29,116 Created temporary directory: /tmp/pip-wheel-szt9r4i3 2022-07-02T17:54:29,186 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-02T17:54:29,195 2 location(s) to search for versions of aloha-library: 2022-07-02T17:54:29,195 * https://pypi.org/simple/aloha-library/ 2022-07-02T17:54:29,195 * https://www.piwheels.org/simple/aloha-library/ 2022-07-02T17:54:29,196 Fetching project page and analyzing links: https://pypi.org/simple/aloha-library/ 2022-07-02T17:54:29,197 Getting page https://pypi.org/simple/aloha-library/ 2022-07-02T17:54:29,200 Found index url https://pypi.org/simple 2022-07-02T17:54:29,396 Skipping link: No binaries permitted for aloha-library: https://files.pythonhosted.org/packages/88/db/057b40309ececd630b9dcbde43813dcbefb6d18bc68fa60115beea9c21c3/aloha_library-0.1.0-py3-none-any.whl#sha256=f4765fa40a35078112904535928f31c408d933cabdee2d5a595fe871603b57ca (from https://pypi.org/simple/aloha-library/) (requires-python:>=3.8,<4.0) 2022-07-02T17:54:29,398 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/e7/a6/b82083042fa18475038b54aaf969094e12eb94b67a534c573114f1e93a2d/aloha_library-0.1.0.tar.gz#sha256=f07bdfb34d7b85c7721c677559152aff02c4bab6ee9f885b3e71b59beb43bdce (from https://pypi.org/simple/aloha-library/) (requires-python:>=3.8,<4.0) 2022-07-02T17:54:29,399 Skipping link: 0.1.0 Requires-Python >=3.8,<4.0: https://files.pythonhosted.org/packages/e7/a6/b82083042fa18475038b54aaf969094e12eb94b67a534c573114f1e93a2d/aloha_library-0.1.0.tar.gz#sha256=f07bdfb34d7b85c7721c677559152aff02c4bab6ee9f885b3e71b59beb43bdce (from https://pypi.org/simple/aloha-library/) (requires-python:>=3.8,<4.0) 2022-07-02T17:54:29,400 Fetching project page and analyzing links: https://www.piwheels.org/simple/aloha-library/ 2022-07-02T17:54:29,400 Getting page https://www.piwheels.org/simple/aloha-library/ 2022-07-02T17:54:29,402 Found index url https://www.piwheels.org/simple 2022-07-02T17:54:29,618 Skipping link: not a file: https://www.piwheels.org/simple/aloha-library/ 2022-07-02T17:54:29,619 Skipping link: not a file: https://pypi.org/simple/aloha-library/ 2022-07-02T17:54:29,651 Given no hashes to check 0 links for project 'aloha-library': discarding no candidates 2022-07-02T17:54:29,652 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8,<4.0 2022-07-02T17:54:29,655 ERROR: Could not find a version that satisfies the requirement aloha-library==0.1.0 (from versions: none) 2022-07-02T17:54:29,657 ERROR: No matching distribution found for aloha-library==0.1.0 2022-07-02T17:54:29,659 Exception information: 2022-07-02T17:54:29,659 Traceback (most recent call last): 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-02T17:54:29,659 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-07-02T17:54:29,659 raise RequirementsConflicted(criterion) 2022-07-02T17:54:29,659 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('aloha-library==0.1.0') 2022-07-02T17:54:29,659 2022-07-02T17:54:29,659 During handling of the above exception, another exception occurred: 2022-07-02T17:54:29,659 2022-07-02T17:54:29,659 Traceback (most recent call last): 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-07-02T17:54:29,659 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-02T17:54:29,659 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-07-02T17:54:29,659 raise ResolutionImpossible(e.criterion.information) 2022-07-02T17:54:29,659 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('aloha-library==0.1.0'), parent=None)] 2022-07-02T17:54:29,659 2022-07-02T17:54:29,659 The above exception was the direct cause of the following exception: 2022-07-02T17:54:29,659 2022-07-02T17:54:29,659 Traceback (most recent call last): 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-02T17:54:29,659 status = run_func(*args) 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-02T17:54:29,659 return func(self, options, args) 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-02T17:54:29,659 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-02T17:54:29,659 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-07-02T17:54:29,659 raise error from e 2022-07-02T17:54:29,659 pip._internal.exceptions.DistributionNotFound: No matching distribution found for aloha-library==0.1.0 2022-07-02T17:54:29,668 Removed build tracker: '/tmp/pip-build-tracker-qfjvii7p'