2022-05-08T09:56:47,944 Created temporary directory: /tmp/pip-ephem-wheel-cache-3jxkphgm 2022-05-08T09:56:47,950 Created temporary directory: /tmp/pip-req-tracker-4nj8v500 2022-05-08T09:56:47,950 Initialized build tracking at /tmp/pip-req-tracker-4nj8v500 2022-05-08T09:56:47,951 Created build tracker: /tmp/pip-req-tracker-4nj8v500 2022-05-08T09:56:47,951 Entered build tracker: /tmp/pip-req-tracker-4nj8v500 2022-05-08T09:56:47,952 Created temporary directory: /tmp/pip-wheel-bi03boaa 2022-05-08T09:56:48,016 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-05-08T09:56:48,029 2 location(s) to search for versions of ospx: 2022-05-08T09:56:48,029 * https://pypi.org/simple/ospx/ 2022-05-08T09:56:48,029 * https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:48,031 Fetching project page and analyzing links: https://pypi.org/simple/ospx/ 2022-05-08T09:56:48,032 Getting page https://pypi.org/simple/ospx/ 2022-05-08T09:56:48,035 Found index url https://pypi.org/simple 2022-05-08T09:56:48,142 Skipping link: No binaries permitted for ospx: https://files.pythonhosted.org/packages/ed/1c/656bf2bda0483b86656387043ab346723700268845871de5c2ce8ed12956/ospx-0.0.15-py3-none-any.whl#sha256=acb6af24f89d25871733766ab0c84a5be00cca9502e29eb13f0864a8b50dcfe5 (from https://pypi.org/simple/ospx/) (requires-python:>=3.9) 2022-05-08T09:56:48,144 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/2f/d9/355ce3dd117c63a104ae49e589cd52ec8b72fe6163aad86d4e6a8282df49/ospx-0.0.15.tar.gz#sha256=3380e9de5cde6ad6a591df7a1989594cfc2fcac459de2fe6995c0136ac078bfc (from https://pypi.org/simple/ospx/) (requires-python:>=3.9) 2022-05-08T09:56:48,145 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/96/b9/c9c2e113c1e191573477c9b345ce5cc67d891de5faae7229ea0c368ef162/ospx-0.0.17.tar.gz#sha256=57d3789bfe6e5b90b9f6177b023f812055854bbbf2ce3e24fc7ea61ef87e1460 (from https://pypi.org/simple/ospx/) (requires-python:>=3.9) 2022-05-08T09:56:48,146 Fetching project page and analyzing links: https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:48,147 Getting page https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:48,149 Found index url https://www.piwheels.org/simple 2022-05-08T09:56:48,361 Skipping link: not a file: https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:48,362 Skipping link: not a file: https://pypi.org/simple/ospx/ 2022-05-08T09:56:48,395 Given no hashes to check 0 links for project 'ospx': discarding no candidates 2022-05-08T09:56:48,396 ERROR: Could not find a version that satisfies the requirement ospx==0.0.17 (from versions: none) 2022-05-08T09:56:48,398 ERROR: No matching distribution found for ospx==0.0.17 2022-05-08T09:56:48,400 Exception information: 2022-05-08T09:56:48,400 Traceback (most recent call last): 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-05-08T09:56:48,400 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-05-08T09:56:48,400 raise RequirementsConflicted(criterion) 2022-05-08T09:56:48,400 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ospx==0.0.17') 2022-05-08T09:56:48,400 2022-05-08T09:56:48,400 During handling of the above exception, another exception occurred: 2022-05-08T09:56:48,400 2022-05-08T09:56:48,400 Traceback (most recent call last): 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-05-08T09:56:48,400 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-05-08T09:56:48,400 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-05-08T09:56:48,400 raise ResolutionImpossible(e.criterion.information) 2022-05-08T09:56:48,400 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ospx==0.0.17'), parent=None)] 2022-05-08T09:56:48,400 2022-05-08T09:56:48,400 The above exception was the direct cause of the following exception: 2022-05-08T09:56:48,400 2022-05-08T09:56:48,400 Traceback (most recent call last): 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-05-08T09:56:48,400 status = run_func(*args) 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-05-08T09:56:48,400 return func(self, options, args) 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-05-08T09:56:48,400 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-05-08T09:56:48,400 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-05-08T09:56:48,400 raise error from e 2022-05-08T09:56:48,400 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ospx==0.0.17 2022-05-08T09:56:48,409 Removed build tracker: '/tmp/pip-req-tracker-4nj8v500'