2022-04-12T03:47:37,664 Created temporary directory: /tmp/pip-ephem-wheel-cache-g94kngeo 2022-04-12T03:47:37,669 Created temporary directory: /tmp/pip-req-tracker-ir2v53ie 2022-04-12T03:47:37,670 Initialized build tracking at /tmp/pip-req-tracker-ir2v53ie 2022-04-12T03:47:37,670 Created build tracker: /tmp/pip-req-tracker-ir2v53ie 2022-04-12T03:47:37,671 Entered build tracker: /tmp/pip-req-tracker-ir2v53ie 2022-04-12T03:47:37,672 Created temporary directory: /tmp/pip-wheel-qotf63z2 2022-04-12T03:47:37,746 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-12T03:47:37,755 2 location(s) to search for versions of audit-tools: 2022-04-12T03:47:37,755 * https://pypi.org/simple/audit-tools/ 2022-04-12T03:47:37,755 * https://www.piwheels.org/simple/audit-tools/ 2022-04-12T03:47:37,756 Fetching project page and analyzing links: https://pypi.org/simple/audit-tools/ 2022-04-12T03:47:37,757 Getting page https://pypi.org/simple/audit-tools/ 2022-04-12T03:47:37,760 Found index url https://pypi.org/simple 2022-04-12T03:47:37,871 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/60/63/8c125bc253b11854f7a39e8a13ab5184cffee12f8638df5e386fd920f871/audit-tools-0.1.0.tar.gz#sha256=f0175bf77bb14466452833171ded4d8aa4502751541698059ced97b96cda3e4a (from https://pypi.org/simple/audit-tools/) (requires-python:>=3.8,<4.0) 2022-04-12T03:47:37,872 Skipping link: No binaries permitted for audit-tools: https://files.pythonhosted.org/packages/f3/f9/311d3d733ab2a0e14ad1e4dbb282e5d2530d352238e38e87ea8531a25f4e/audit_tools-0.1.0-py3-none-any.whl#sha256=6b5946e117bf641b55ba06458d989abbcd74edcd7549c5d3c9846487aeded492 (from https://pypi.org/simple/audit-tools/) (requires-python:>=3.8,<4.0) 2022-04-12T03:47:37,873 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/f8/46/ede10957fc48d38f353cb37a4ec9a005610f008bec8c9dca9040375f7246/audit-tools-0.1.1.tar.gz#sha256=307c4f3491eee5439d551da44b252978c3d9467f6595cc58b5c97aca9d38f19d (from https://pypi.org/simple/audit-tools/) (requires-python:>=3.8,<4.0) 2022-04-12T03:47:37,874 Skipping link: No binaries permitted for audit-tools: https://files.pythonhosted.org/packages/a7/67/0fbff0296da244f2c88740ec93d5d15e937ce6acf4c60606ed7fbfaa2cb3/audit_tools-0.1.1-py3-none-any.whl#sha256=311ddaf77e2f79203bca6fcb6c7dbf1f40df07ce3ea5d9ee62e85a7b2dcecbe5 (from https://pypi.org/simple/audit-tools/) (requires-python:>=3.8,<4.0) 2022-04-12T03:47:37,875 Fetching project page and analyzing links: https://www.piwheels.org/simple/audit-tools/ 2022-04-12T03:47:37,875 Getting page https://www.piwheels.org/simple/audit-tools/ 2022-04-12T03:47:37,877 Found index url https://www.piwheels.org/simple 2022-04-12T03:47:38,088 Skipping link: not a file: https://www.piwheels.org/simple/audit-tools/ 2022-04-12T03:47:38,088 Skipping link: not a file: https://pypi.org/simple/audit-tools/ 2022-04-12T03:47:38,121 Given no hashes to check 0 links for project 'audit-tools': discarding no candidates 2022-04-12T03:47:38,122 ERROR: Could not find a version that satisfies the requirement audit-tools==0.1.0 (from versions: none) 2022-04-12T03:47:38,125 ERROR: No matching distribution found for audit-tools==0.1.0 2022-04-12T03:47:38,127 Exception information: 2022-04-12T03:47:38,127 Traceback (most recent call last): 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-12T03:47:38,127 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-12T03:47:38,127 raise RequirementsConflicted(criterion) 2022-04-12T03:47:38,127 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('audit-tools==0.1.0') 2022-04-12T03:47:38,127 2022-04-12T03:47:38,127 During handling of the above exception, another exception occurred: 2022-04-12T03:47:38,127 2022-04-12T03:47:38,127 Traceback (most recent call last): 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-12T03:47:38,127 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-12T03:47:38,127 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-12T03:47:38,127 raise ResolutionImpossible(e.criterion.information) 2022-04-12T03:47:38,127 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('audit-tools==0.1.0'), parent=None)] 2022-04-12T03:47:38,127 2022-04-12T03:47:38,127 The above exception was the direct cause of the following exception: 2022-04-12T03:47:38,127 2022-04-12T03:47:38,127 Traceback (most recent call last): 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-12T03:47:38,127 status = run_func(*args) 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-12T03:47:38,127 return func(self, options, args) 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-12T03:47:38,127 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-12T03:47:38,127 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-12T03:47:38,127 raise error from e 2022-04-12T03:47:38,127 pip._internal.exceptions.DistributionNotFound: No matching distribution found for audit-tools==0.1.0 2022-04-12T03:47:38,136 Removed build tracker: '/tmp/pip-req-tracker-ir2v53ie'