2023-07-27T01:11:58,973 Created temporary directory: /tmp/pip-build-tracker-67gr2xt1 2023-07-27T01:11:58,976 Initialized build tracking at /tmp/pip-build-tracker-67gr2xt1 2023-07-27T01:11:58,976 Created build tracker: /tmp/pip-build-tracker-67gr2xt1 2023-07-27T01:11:58,976 Entered build tracker: /tmp/pip-build-tracker-67gr2xt1 2023-07-27T01:11:58,978 Created temporary directory: /tmp/pip-wheel-ga5t98ya 2023-07-27T01:11:58,986 Created temporary directory: /tmp/pip-ephem-wheel-cache-j38lxomb 2023-07-27T01:11:59,038 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-07-27T01:11:59,046 2 location(s) to search for versions of csvm: 2023-07-27T01:11:59,046 * https://pypi.org/simple/csvm/ 2023-07-27T01:11:59,046 * https://www.piwheels.org/simple/csvm/ 2023-07-27T01:11:59,047 Fetching project page and analyzing links: https://pypi.org/simple/csvm/ 2023-07-27T01:11:59,048 Getting page https://pypi.org/simple/csvm/ 2023-07-27T01:11:59,053 Found index url https://pypi.org/simple/ 2023-07-27T01:11:59,239 Fetched page https://pypi.org/simple/csvm/ as application/vnd.pypi.simple.v1+json 2023-07-27T01:11:59,243 Skipping link: No binaries permitted for csvm: https://files.pythonhosted.org/packages/17/06/718799884fb5c71df74ca0ccfa7ee1de09831370639c485afa016a82e1c4/csvm-0.0.1-py3-none-any.whl (from https://pypi.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,245 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/5d/36/d49cb41f955170b8c86210e6a5e46e94aad91bc9d9460651b4180e0a86ac/csvm-0.0.1.tar.gz (from https://pypi.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,245 Skipping link: 0.0.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/5d/36/d49cb41f955170b8c86210e6a5e46e94aad91bc9d9460651b4180e0a86ac/csvm-0.0.1.tar.gz (from https://pypi.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,246 Skipping link: No binaries permitted for csvm: https://files.pythonhosted.org/packages/89/f3/8d6527a54642282a5adf0790f0a11494666eb9a27197dd864a25706ff7cd/csvm-0.0.2-py3-none-any.whl (from https://pypi.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,247 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ac/29/2b167aaf2033fecb6aaf75a21481497138be6d201a58319fb0aa081dc89d/csvm-0.0.2.tar.gz (from https://pypi.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,247 Skipping link: 0.0.2 Requires-Python >=3.8: https://files.pythonhosted.org/packages/ac/29/2b167aaf2033fecb6aaf75a21481497138be6d201a58319fb0aa081dc89d/csvm-0.0.2.tar.gz (from https://pypi.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,248 Fetching project page and analyzing links: https://www.piwheels.org/simple/csvm/ 2023-07-27T01:11:59,249 Getting page https://www.piwheels.org/simple/csvm/ 2023-07-27T01:11:59,251 Found index url https://www.piwheels.org/simple/ 2023-07-27T01:11:59,464 Fetched page https://www.piwheels.org/simple/csvm/ as text/html 2023-07-27T01:11:59,467 Skipping link: No binaries permitted for csvm: https://www.piwheels.org/simple/csvm/csvm-0.0.1-py3-none-any.whl#sha256=3d245171d581146e417d58fa3157b03badd3bac1f2b48ac0c72015713d9502b6 (from https://www.piwheels.org/simple/csvm/) (requires-python:>=3.8) 2023-07-27T01:11:59,468 Skipping link: not a file: https://www.piwheels.org/simple/csvm/ 2023-07-27T01:11:59,468 Skipping link: not a file: https://pypi.org/simple/csvm/ 2023-07-27T01:11:59,500 Given no hashes to check 0 links for project 'csvm': discarding no candidates 2023-07-27T01:11:59,501 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8; 0.0.2 Requires-Python >=3.8 2023-07-27T01:11:59,504 ERROR: Could not find a version that satisfies the requirement csvm==0.0.2 (from versions: none) 2023-07-27T01:11:59,506 ERROR: No matching distribution found for csvm==0.0.2 2023-07-27T01:11:59,508 Exception information: 2023-07-27T01:11:59,508 Traceback (most recent call last): 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-07-27T01:11:59,508 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-07-27T01:11:59,508 raise RequirementsConflicted(criterion) 2023-07-27T01:11:59,508 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('csvm==0.0.2') 2023-07-27T01:11:59,508 2023-07-27T01:11:59,508 During handling of the above exception, another exception occurred: 2023-07-27T01:11:59,508 2023-07-27T01:11:59,508 Traceback (most recent call last): 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-07-27T01:11:59,508 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-07-27T01:11:59,508 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-07-27T01:11:59,508 raise ResolutionImpossible(e.criterion.information) 2023-07-27T01:11:59,508 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('csvm==0.0.2'), parent=None)] 2023-07-27T01:11:59,508 2023-07-27T01:11:59,508 The above exception was the direct cause of the following exception: 2023-07-27T01:11:59,508 2023-07-27T01:11:59,508 Traceback (most recent call last): 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-07-27T01:11:59,508 status = run_func(*args) 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-07-27T01:11:59,508 return func(self, options, args) 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-07-27T01:11:59,508 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-07-27T01:11:59,508 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-07-27T01:11:59,508 raise error from e 2023-07-27T01:11:59,508 pip._internal.exceptions.DistributionNotFound: No matching distribution found for csvm==0.0.2 2023-07-27T01:11:59,517 Removed build tracker: '/tmp/pip-build-tracker-67gr2xt1'