2022-01-16T21:41:35,097 Created temporary directory: /tmp/pip-ephem-wheel-cache-l_sctlnx 2022-01-16T21:41:35,103 Created temporary directory: /tmp/pip-req-tracker-9olivo83 2022-01-16T21:41:35,104 Initialized build tracking at /tmp/pip-req-tracker-9olivo83 2022-01-16T21:41:35,104 Created build tracker: /tmp/pip-req-tracker-9olivo83 2022-01-16T21:41:35,104 Entered build tracker: /tmp/pip-req-tracker-9olivo83 2022-01-16T21:41:35,105 Created temporary directory: /tmp/pip-wheel-to84wtrx 2022-01-16T21:41:35,183 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-16T21:41:35,189 2 location(s) to search for versions of httpget: 2022-01-16T21:41:35,189 * https://pypi.org/simple/httpget/ 2022-01-16T21:41:35,189 * https://www.piwheels.org/simple/httpget/ 2022-01-16T21:41:35,190 Fetching project page and analyzing links: https://pypi.org/simple/httpget/ 2022-01-16T21:41:35,191 Getting page https://pypi.org/simple/httpget/ 2022-01-16T21:41:35,194 Found index url https://pypi.org/simple 2022-01-16T21:41:35,396 Skipping link: No binaries permitted for httpget: https://files.pythonhosted.org/packages/e5/18/03e210601c65db4cf77d61085131c764adfad149da9bf4b06ea74491c0a1/httpget-1.1.0-py3-none-any.whl#sha256=3acb8931d39dd4e2123091b5df25e8f1ad5438807d2eab22f73a0a915cd004d2 (from https://pypi.org/simple/httpget/) (requires-python:>=3.8,<4.0) 2022-01-16T21:41:35,398 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/93/af/9f857746a819e077f0c489fbb285da583ab5b1266355cdbd78c21c66f1cd/httpget-1.1.0.tar.gz#sha256=d844d9b99c973807381307655aff477b072abe87977642a123eebc149d1d090b (from https://pypi.org/simple/httpget/) (requires-python:>=3.8,<4.0) 2022-01-16T21:41:35,399 Fetching project page and analyzing links: https://www.piwheels.org/simple/httpget/ 2022-01-16T21:41:35,400 Getting page https://www.piwheels.org/simple/httpget/ 2022-01-16T21:41:35,402 Found index url https://www.piwheels.org/simple 2022-01-16T21:41:35,602 Skipping link: not a file: https://www.piwheels.org/simple/httpget/ 2022-01-16T21:41:35,602 Skipping link: not a file: https://pypi.org/simple/httpget/ 2022-01-16T21:41:35,634 Given no hashes to check 0 links for project 'httpget': discarding no candidates 2022-01-16T21:41:35,634 ERROR: Could not find a version that satisfies the requirement httpget==1.1.0 (from versions: none) 2022-01-16T21:41:35,635 ERROR: No matching distribution found for httpget==1.1.0 2022-01-16T21:41:35,636 Exception information: 2022-01-16T21:41:35,636 Traceback (most recent call last): 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-16T21:41:35,636 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-16T21:41:35,636 raise RequirementsConflicted(criterion) 2022-01-16T21:41:35,636 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('httpget==1.1.0') 2022-01-16T21:41:35,636 2022-01-16T21:41:35,636 During handling of the above exception, another exception occurred: 2022-01-16T21:41:35,636 2022-01-16T21:41:35,636 Traceback (most recent call last): 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-16T21:41:35,636 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-16T21:41:35,636 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-16T21:41:35,636 raise ResolutionImpossible(e.criterion.information) 2022-01-16T21:41:35,636 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('httpget==1.1.0'), parent=None)] 2022-01-16T21:41:35,636 2022-01-16T21:41:35,636 The above exception was the direct cause of the following exception: 2022-01-16T21:41:35,636 2022-01-16T21:41:35,636 Traceback (most recent call last): 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-16T21:41:35,636 status = run_func(*args) 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-16T21:41:35,636 return func(self, options, args) 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-16T21:41:35,636 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-16T21:41:35,636 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-16T21:41:35,636 raise error from e 2022-01-16T21:41:35,636 pip._internal.exceptions.DistributionNotFound: No matching distribution found for httpget==1.1.0 2022-01-16T21:41:35,644 Removed build tracker: '/tmp/pip-req-tracker-9olivo83'