2022-04-03T17:32:44,858 Created temporary directory: /tmp/pip-ephem-wheel-cache-2p3nuy0t 2022-04-03T17:32:44,863 Created temporary directory: /tmp/pip-req-tracker-cd1i5mtl 2022-04-03T17:32:44,864 Initialized build tracking at /tmp/pip-req-tracker-cd1i5mtl 2022-04-03T17:32:44,864 Created build tracker: /tmp/pip-req-tracker-cd1i5mtl 2022-04-03T17:32:44,865 Entered build tracker: /tmp/pip-req-tracker-cd1i5mtl 2022-04-03T17:32:44,866 Created temporary directory: /tmp/pip-wheel-_c4_cjdt 2022-04-03T17:32:44,935 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-03T17:32:44,945 2 location(s) to search for versions of grab-convert-from-libgen: 2022-04-03T17:32:44,945 * https://pypi.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:44,945 * https://www.piwheels.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:44,946 Fetching project page and analyzing links: https://pypi.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:44,947 Getting page https://pypi.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:44,950 Found index url https://pypi.org/simple 2022-04-03T17:32:45,059 Skipping link: No binaries permitted for grab-convert-from-libgen: https://files.pythonhosted.org/packages/0a/58/56b9fb2fe968c74134abdde061e09b42f894adcf30c99b0c8d101c6d3f94/grab_convert_from_libgen-1.0.0-py3-none-any.whl#sha256=5296ff9fb9f0518d7e880f3b246408431a1f3faa2a64f5c02c0b45c3b16c17dd (from https://pypi.org/simple/grab-convert-from-libgen/) (requires-python:>=3.7) 2022-04-03T17:32:45,061 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/9b/33/15148a5d6f62cbe4c10c26350b9f9beacd8765682e56a65491038dff3b75/grab-convert-from-libgen-2.0.0.tar.gz#sha256=57eb4f961bb97a1b1a5eaae975a610e2a7876bc3d828f6baabfcec265597d75d (from https://pypi.org/simple/grab-convert-from-libgen/) (requires-python:>=3.9,<4.0) 2022-04-03T17:32:45,062 Skipping link: No binaries permitted for grab-convert-from-libgen: https://files.pythonhosted.org/packages/8c/a7/0d39a66e0744dd3e81819f4068b22ab9e12afd5ee0b017c7aa1df1bde799/grab_convert_from_libgen-2.0.0-py3-none-any.whl#sha256=54ef4aca068eb2199ea6813b307ec8f35c8ac421e020cf9bdf01757124b3ca54 (from https://pypi.org/simple/grab-convert-from-libgen/) (requires-python:>=3.9,<4.0) 2022-04-03T17:32:45,063 Fetching project page and analyzing links: https://www.piwheels.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:45,063 Getting page https://www.piwheels.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:45,065 Found index url https://www.piwheels.org/simple 2022-04-03T17:32:45,298 Skipping link: not a file: https://www.piwheels.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:45,298 Skipping link: not a file: https://pypi.org/simple/grab-convert-from-libgen/ 2022-04-03T17:32:45,331 Given no hashes to check 0 links for project 'grab-convert-from-libgen': discarding no candidates 2022-04-03T17:32:45,332 ERROR: Could not find a version that satisfies the requirement grab-convert-from-libgen==2.0.0 (from versions: none) 2022-04-03T17:32:45,335 ERROR: No matching distribution found for grab-convert-from-libgen==2.0.0 2022-04-03T17:32:45,337 Exception information: 2022-04-03T17:32:45,337 Traceback (most recent call last): 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-03T17:32:45,337 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-03T17:32:45,337 raise RequirementsConflicted(criterion) 2022-04-03T17:32:45,337 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('grab-convert-from-libgen==2.0.0') 2022-04-03T17:32:45,337 2022-04-03T17:32:45,337 During handling of the above exception, another exception occurred: 2022-04-03T17:32:45,337 2022-04-03T17:32:45,337 Traceback (most recent call last): 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-03T17:32:45,337 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-03T17:32:45,337 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-03T17:32:45,337 raise ResolutionImpossible(e.criterion.information) 2022-04-03T17:32:45,337 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('grab-convert-from-libgen==2.0.0'), parent=None)] 2022-04-03T17:32:45,337 2022-04-03T17:32:45,337 The above exception was the direct cause of the following exception: 2022-04-03T17:32:45,337 2022-04-03T17:32:45,337 Traceback (most recent call last): 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-03T17:32:45,337 status = run_func(*args) 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-03T17:32:45,337 return func(self, options, args) 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-03T17:32:45,337 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-03T17:32:45,337 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-03T17:32:45,337 raise error from e 2022-04-03T17:32:45,337 pip._internal.exceptions.DistributionNotFound: No matching distribution found for grab-convert-from-libgen==2.0.0 2022-04-03T17:32:45,346 Removed build tracker: '/tmp/pip-req-tracker-cd1i5mtl'