2022-05-08T09:56:44,052 Created temporary directory: /tmp/pip-ephem-wheel-cache-go3jovwl 2022-05-08T09:56:44,058 Created temporary directory: /tmp/pip-req-tracker-7vsvh04r 2022-05-08T09:56:44,058 Initialized build tracking at /tmp/pip-req-tracker-7vsvh04r 2022-05-08T09:56:44,059 Created build tracker: /tmp/pip-req-tracker-7vsvh04r 2022-05-08T09:56:44,059 Entered build tracker: /tmp/pip-req-tracker-7vsvh04r 2022-05-08T09:56:44,060 Created temporary directory: /tmp/pip-wheel-fdzytx_x 2022-05-08T09:56:44,123 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-05-08T09:56:44,131 2 location(s) to search for versions of ospx: 2022-05-08T09:56:44,131 * https://pypi.org/simple/ospx/ 2022-05-08T09:56:44,131 * https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:44,132 Fetching project page and analyzing links: https://pypi.org/simple/ospx/ 2022-05-08T09:56:44,133 Getting page https://pypi.org/simple/ospx/ 2022-05-08T09:56:44,136 Found index url https://pypi.org/simple 2022-05-08T09:56:44,243 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:44,245 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:44,246 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:44,247 Fetching project page and analyzing links: https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:44,248 Getting page https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:44,250 Found index url https://www.piwheels.org/simple 2022-05-08T09:56:44,460 Skipping link: not a file: https://www.piwheels.org/simple/ospx/ 2022-05-08T09:56:44,460 Skipping link: not a file: https://pypi.org/simple/ospx/ 2022-05-08T09:56:44,493 Given no hashes to check 0 links for project 'ospx': discarding no candidates 2022-05-08T09:56:44,494 ERROR: Could not find a version that satisfies the requirement ospx==0.0.15 (from versions: none) 2022-05-08T09:56:44,497 ERROR: No matching distribution found for ospx==0.0.15 2022-05-08T09:56:44,499 Exception information: 2022-05-08T09:56:44,499 Traceback (most recent call last): 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-05-08T09:56:44,499 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-05-08T09:56:44,499 raise RequirementsConflicted(criterion) 2022-05-08T09:56:44,499 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ospx==0.0.15') 2022-05-08T09:56:44,499 2022-05-08T09:56:44,499 During handling of the above exception, another exception occurred: 2022-05-08T09:56:44,499 2022-05-08T09:56:44,499 Traceback (most recent call last): 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-05-08T09:56:44,499 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-05-08T09:56:44,499 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-05-08T09:56:44,499 raise ResolutionImpossible(e.criterion.information) 2022-05-08T09:56:44,499 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ospx==0.0.15'), parent=None)] 2022-05-08T09:56:44,499 2022-05-08T09:56:44,499 The above exception was the direct cause of the following exception: 2022-05-08T09:56:44,499 2022-05-08T09:56:44,499 Traceback (most recent call last): 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-05-08T09:56:44,499 status = run_func(*args) 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-05-08T09:56:44,499 return func(self, options, args) 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-05-08T09:56:44,499 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-05-08T09:56:44,499 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-05-08T09:56:44,499 raise error from e 2022-05-08T09:56:44,499 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ospx==0.0.15 2022-05-08T09:56:44,508 Removed build tracker: '/tmp/pip-req-tracker-7vsvh04r'