2022-02-06T18:30:42,029 Created temporary directory: /tmp/pip-ephem-wheel-cache-c2z2ives 2022-02-06T18:30:42,035 Created temporary directory: /tmp/pip-req-tracker-zdkx6fuc 2022-02-06T18:30:42,036 Initialized build tracking at /tmp/pip-req-tracker-zdkx6fuc 2022-02-06T18:30:42,037 Created build tracker: /tmp/pip-req-tracker-zdkx6fuc 2022-02-06T18:30:42,037 Entered build tracker: /tmp/pip-req-tracker-zdkx6fuc 2022-02-06T18:30:42,038 Created temporary directory: /tmp/pip-wheel-ow9qxns7 2022-02-06T18:30:42,103 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-06T18:30:42,109 2 location(s) to search for versions of win32build2: 2022-02-06T18:30:42,109 * https://pypi.org/simple/win32build2/ 2022-02-06T18:30:42,109 * https://www.piwheels.org/simple/win32build2/ 2022-02-06T18:30:42,110 Fetching project page and analyzing links: https://pypi.org/simple/win32build2/ 2022-02-06T18:30:42,111 Getting page https://pypi.org/simple/win32build2/ 2022-02-06T18:30:42,114 Found index url https://pypi.org/simple 2022-02-06T18:30:42,313 Skipping link: No binaries permitted for win32build2: https://files.pythonhosted.org/packages/71/24/cf0ac543a6720b43fb0291034a84ad5e18881528d021d9a3716f251034ca/win32build2-0.0.1-py3-none-any.whl#sha256=a60a98148f611f99ccb4d3213918f91823cf7725931337cf38a16e815bb56230 (from https://pypi.org/simple/win32build2/) (requires-python:>=3.9) 2022-02-06T18:30:42,315 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/0c/52/ae66dd012a1b23fef516bf4d6d01582a247757517d2f4ed785d8d6ac5529/win32build2-0.0.1.tar.gz#sha256=af47b705646406b415a5317b5bc9bd25ab53a92ab05503e6dd5f959647481061 (from https://pypi.org/simple/win32build2/) (requires-python:>=3.9) 2022-02-06T18:30:42,316 Skipping link: No binaries permitted for win32build2: https://files.pythonhosted.org/packages/9e/ee/f2b93783a1f64f06a8de2ad128d6296e1d3a79ccf792e9cf1bce44279be0/win32build2-0.0.2-py3-none-any.whl#sha256=2f798cecaeb3d6bbc2bf04781d36ef1ee7467a7995a599a9deca1a02fdfb91de (from https://pypi.org/simple/win32build2/) (requires-python:>=3.9) 2022-02-06T18:30:42,317 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/90/0a/67395095241c78109a7b75479f9ec6b17f4e12ca1349ec9baaa7279f8fcc/win32build2-0.0.2.tar.gz#sha256=aa3be3d871b8b9a5dfa5e9bd3136d9888d95de4d4145335dfe240ec70eff00df (from https://pypi.org/simple/win32build2/) (requires-python:>=3.9) 2022-02-06T18:30:42,318 Skipping link: No binaries permitted for win32build2: https://files.pythonhosted.org/packages/da/39/b3f8aa89588ed1dae69492ef6b304b5c73383a3def736db5050b81b74c38/win32build2-0.0.3-py3-none-any.whl#sha256=147ecffc004c8903b880344d2b0ff0ef5424ea56e37b04b6111deafd00d76721 (from https://pypi.org/simple/win32build2/) (requires-python:>=3.9) 2022-02-06T18:30:42,319 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/29/88/41b983e74ecd4f7af07ea988ecced9cfcad482ced93c54632d55f316591a/win32build2-0.0.3.tar.gz#sha256=bfa27ead6e56f36f77007b707e6e462854bdcdee94c1f94af28d1b71b18fc562 (from https://pypi.org/simple/win32build2/) (requires-python:>=3.9) 2022-02-06T18:30:42,320 Fetching project page and analyzing links: https://www.piwheels.org/simple/win32build2/ 2022-02-06T18:30:42,320 Getting page https://www.piwheels.org/simple/win32build2/ 2022-02-06T18:30:42,322 Found index url https://www.piwheels.org/simple 2022-02-06T18:30:42,547 Skipping link: not a file: https://www.piwheels.org/simple/win32build2/ 2022-02-06T18:30:42,548 Skipping link: not a file: https://pypi.org/simple/win32build2/ 2022-02-06T18:30:42,581 Given no hashes to check 0 links for project 'win32build2': discarding no candidates 2022-02-06T18:30:42,582 ERROR: Could not find a version that satisfies the requirement win32build2==0.0.2 (from versions: none) 2022-02-06T18:30:42,583 ERROR: No matching distribution found for win32build2==0.0.2 2022-02-06T18:30:42,583 Exception information: 2022-02-06T18:30:42,583 Traceback (most recent call last): 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-06T18:30:42,583 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-06T18:30:42,583 raise RequirementsConflicted(criterion) 2022-02-06T18:30:42,583 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('win32build2==0.0.2') 2022-02-06T18:30:42,583 2022-02-06T18:30:42,583 During handling of the above exception, another exception occurred: 2022-02-06T18:30:42,583 2022-02-06T18:30:42,583 Traceback (most recent call last): 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-06T18:30:42,583 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-06T18:30:42,583 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-06T18:30:42,583 raise ResolutionImpossible(e.criterion.information) 2022-02-06T18:30:42,583 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('win32build2==0.0.2'), parent=None)] 2022-02-06T18:30:42,583 2022-02-06T18:30:42,583 The above exception was the direct cause of the following exception: 2022-02-06T18:30:42,583 2022-02-06T18:30:42,583 Traceback (most recent call last): 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-06T18:30:42,583 status = run_func(*args) 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-06T18:30:42,583 return func(self, options, args) 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-06T18:30:42,583 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-06T18:30:42,583 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-06T18:30:42,583 raise error from e 2022-02-06T18:30:42,583 pip._internal.exceptions.DistributionNotFound: No matching distribution found for win32build2==0.0.2 2022-02-06T18:30:42,591 Removed build tracker: '/tmp/pip-req-tracker-zdkx6fuc'