2021-12-18T20:44:59,444 Created temporary directory: /tmp/pip-ephem-wheel-cache-x_a_ghu7 2021-12-18T20:44:59,449 Created temporary directory: /tmp/pip-req-tracker-kfv1j8pj 2021-12-18T20:44:59,450 Initialized build tracking at /tmp/pip-req-tracker-kfv1j8pj 2021-12-18T20:44:59,450 Created build tracker: /tmp/pip-req-tracker-kfv1j8pj 2021-12-18T20:44:59,451 Entered build tracker: /tmp/pip-req-tracker-kfv1j8pj 2021-12-18T20:44:59,452 Created temporary directory: /tmp/pip-wheel-4v7mev0h 2021-12-18T20:44:59,521 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-18T20:44:59,526 2 location(s) to search for versions of protobuf-init: 2021-12-18T20:44:59,526 * https://pypi.org/simple/protobuf-init/ 2021-12-18T20:44:59,526 * https://www.piwheels.org/simple/protobuf-init/ 2021-12-18T20:44:59,528 Fetching project page and analyzing links: https://pypi.org/simple/protobuf-init/ 2021-12-18T20:44:59,528 Getting page https://pypi.org/simple/protobuf-init/ 2021-12-18T20:44:59,532 Found index url https://pypi.org/simple 2021-12-18T20:44:59,809 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/91/c1/ec313740e7a00c68063dbdd17be97e7ad5dacc0876754d1d2348b584109a/protobuf-init-0.1.0.tar.gz#sha256=9abc3a3c2f8160239987dd0952977e19b066babab4bc9ac1c77355b2baccea58 (from https://pypi.org/simple/protobuf-init/) (requires-python:>=3.8,<4.0) 2021-12-18T20:44:59,810 Skipping link: No binaries permitted for protobuf-init: https://files.pythonhosted.org/packages/be/61/ca0cda64cd09d750632ff09561c87b7bd478dfd6a79ccb0035bb25c9a290/protobuf_init-0.1.0-py3-none-any.whl#sha256=35abe04cdf77e3827585b118543cd92d0087a2a3acdedee6f584c29c60d44a28 (from https://pypi.org/simple/protobuf-init/) (requires-python:>=3.8,<4.0) 2021-12-18T20:44:59,811 Fetching project page and analyzing links: https://www.piwheels.org/simple/protobuf-init/ 2021-12-18T20:44:59,811 Getting page https://www.piwheels.org/simple/protobuf-init/ 2021-12-18T20:44:59,813 Found index url https://www.piwheels.org/simple 2021-12-18T20:45:00,034 Skipping link: not a file: https://www.piwheels.org/simple/protobuf-init/ 2021-12-18T20:45:00,035 Skipping link: not a file: https://pypi.org/simple/protobuf-init/ 2021-12-18T20:45:00,063 Given no hashes to check 0 links for project 'protobuf-init': discarding no candidates 2021-12-18T20:45:00,064 ERROR: Could not find a version that satisfies the requirement protobuf-init==0.1.0 (from versions: none) 2021-12-18T20:45:00,064 ERROR: No matching distribution found for protobuf-init==0.1.0 2021-12-18T20:45:00,065 Exception information: 2021-12-18T20:45:00,065 Traceback (most recent call last): 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-18T20:45:00,065 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2021-12-18T20:45:00,065 raise RequirementsConflicted(criterion) 2021-12-18T20:45:00,065 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('protobuf-init==0.1.0') 2021-12-18T20:45:00,065 2021-12-18T20:45:00,065 During handling of the above exception, another exception occurred: 2021-12-18T20:45:00,065 2021-12-18T20:45:00,065 Traceback (most recent call last): 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2021-12-18T20:45:00,065 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-18T20:45:00,065 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2021-12-18T20:45:00,065 raise ResolutionImpossible(e.criterion.information) 2021-12-18T20:45:00,065 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('protobuf-init==0.1.0'), parent=None)] 2021-12-18T20:45:00,065 2021-12-18T20:45:00,065 The above exception was the direct cause of the following exception: 2021-12-18T20:45:00,065 2021-12-18T20:45:00,065 Traceback (most recent call last): 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-18T20:45:00,065 status = run_func(*args) 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-18T20:45:00,065 return func(self, options, args) 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-18T20:45:00,065 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-18T20:45:00,065 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2021-12-18T20:45:00,065 raise error from e 2021-12-18T20:45:00,065 pip._internal.exceptions.DistributionNotFound: No matching distribution found for protobuf-init==0.1.0 2021-12-18T20:45:00,073 Removed build tracker: '/tmp/pip-req-tracker-kfv1j8pj'