2022-02-28T02:01:59,759 Created temporary directory: /tmp/pip-ephem-wheel-cache-oq1kuay8 2022-02-28T02:01:59,765 Created temporary directory: /tmp/pip-req-tracker-y65ps7hu 2022-02-28T02:01:59,766 Initialized build tracking at /tmp/pip-req-tracker-y65ps7hu 2022-02-28T02:01:59,766 Created build tracker: /tmp/pip-req-tracker-y65ps7hu 2022-02-28T02:01:59,766 Entered build tracker: /tmp/pip-req-tracker-y65ps7hu 2022-02-28T02:01:59,768 Created temporary directory: /tmp/pip-wheel-1t3xgfx5 2022-02-28T02:01:59,830 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-28T02:01:59,839 2 location(s) to search for versions of audax: 2022-02-28T02:01:59,839 * https://pypi.org/simple/audax/ 2022-02-28T02:01:59,839 * https://www.piwheels.org/simple/audax/ 2022-02-28T02:01:59,840 Fetching project page and analyzing links: https://pypi.org/simple/audax/ 2022-02-28T02:01:59,841 Getting page https://pypi.org/simple/audax/ 2022-02-28T02:01:59,844 Found index url https://pypi.org/simple 2022-02-28T02:01:59,952 Skipping link: No binaries permitted for audax: https://files.pythonhosted.org/packages/58/65/af4aa52f8c50166c3229bf4562f8b8afe5a2ff2d24e660e4f7bba8e03478/audax-0.0.3-py3-none-any.whl#sha256=fa033fc638e183216e94a0116160fd10492cd224d106fa1c8741ddab7c87f17d (from https://pypi.org/simple/audax/) (requires-python:>=3.8) 2022-02-28T02:01:59,954 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/65/96/99c7cb0401a25f103dde38d456e1ee8d40aad99c3249eda5a0d90fd10684/audax-0.0.3.tar.gz#sha256=569389e3346b8b8f871ecc03965bf5e57d55e251c25fb86ce5e3e4efd80031b1 (from https://pypi.org/simple/audax/) (requires-python:>=3.8) 2022-02-28T02:01:59,955 Fetching project page and analyzing links: https://www.piwheels.org/simple/audax/ 2022-02-28T02:01:59,955 Getting page https://www.piwheels.org/simple/audax/ 2022-02-28T02:01:59,957 Found index url https://www.piwheels.org/simple 2022-02-28T02:02:00,177 Skipping link: not a file: https://www.piwheels.org/simple/audax/ 2022-02-28T02:02:00,177 Skipping link: not a file: https://pypi.org/simple/audax/ 2022-02-28T02:02:00,210 Given no hashes to check 0 links for project 'audax': discarding no candidates 2022-02-28T02:02:00,211 ERROR: Could not find a version that satisfies the requirement audax==0.0.3 (from versions: none) 2022-02-28T02:02:00,214 ERROR: No matching distribution found for audax==0.0.3 2022-02-28T02:02:00,216 Exception information: 2022-02-28T02:02:00,216 Traceback (most recent call last): 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-02-28T02:02:00,216 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-02-28T02:02:00,216 raise RequirementsConflicted(criterion) 2022-02-28T02:02:00,216 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('audax==0.0.3') 2022-02-28T02:02:00,216 2022-02-28T02:02:00,216 During handling of the above exception, another exception occurred: 2022-02-28T02:02:00,216 2022-02-28T02:02:00,216 Traceback (most recent call last): 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-02-28T02:02:00,216 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-02-28T02:02:00,216 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-02-28T02:02:00,216 raise ResolutionImpossible(e.criterion.information) 2022-02-28T02:02:00,216 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('audax==0.0.3'), parent=None)] 2022-02-28T02:02:00,216 2022-02-28T02:02:00,216 The above exception was the direct cause of the following exception: 2022-02-28T02:02:00,216 2022-02-28T02:02:00,216 Traceback (most recent call last): 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-02-28T02:02:00,216 status = run_func(*args) 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-28T02:02:00,216 return func(self, options, args) 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-02-28T02:02:00,216 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-28T02:02:00,216 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-02-28T02:02:00,216 raise error from e 2022-02-28T02:02:00,216 pip._internal.exceptions.DistributionNotFound: No matching distribution found for audax==0.0.3 2022-02-28T02:02:00,225 Removed build tracker: '/tmp/pip-req-tracker-y65ps7hu'