2022-06-20T10:01:01,851 Created temporary directory: /tmp/pip-ephem-wheel-cache-3gw1lj5l 2022-06-20T10:01:01,857 Created temporary directory: /tmp/pip-build-tracker-u4682sbc 2022-06-20T10:01:01,857 Initialized build tracking at /tmp/pip-build-tracker-u4682sbc 2022-06-20T10:01:01,858 Created build tracker: /tmp/pip-build-tracker-u4682sbc 2022-06-20T10:01:01,858 Entered build tracker: /tmp/pip-build-tracker-u4682sbc 2022-06-20T10:01:01,859 Created temporary directory: /tmp/pip-wheel-u13x9xvj 2022-06-20T10:01:01,928 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-20T10:01:01,937 2 location(s) to search for versions of scrapingsubsystem: 2022-06-20T10:01:01,937 * https://pypi.org/simple/scrapingsubsystem/ 2022-06-20T10:01:01,937 * https://www.piwheels.org/simple/scrapingsubsystem/ 2022-06-20T10:01:01,938 Fetching project page and analyzing links: https://pypi.org/simple/scrapingsubsystem/ 2022-06-20T10:01:01,939 Getting page https://pypi.org/simple/scrapingsubsystem/ 2022-06-20T10:01:01,942 Found index url https://pypi.org/simple 2022-06-20T10:01:02,054 Skipping link: No binaries permitted for scrapingsubsystem: https://files.pythonhosted.org/packages/02/05/b231438454040efaea39f1595e3bcd66f9d971767f8615b24eef685edf28/scrapingsubsystem-0.1.5-py3-none-any.whl#sha256=44c0aa96c11765cdf35236e6bc026aa4516c959f883586be9045e46e56ba8b81 (from https://pypi.org/simple/scrapingsubsystem/) (requires-python:>=3.8.0,<3.9.0) 2022-06-20T10:01:02,057 Link requires a different Python (3.9.2 not in: '>=3.8.0,<3.9.0'): https://files.pythonhosted.org/packages/a6/cd/da01ffd68fc56c61594d8b763238cee7eadafffcff5f48d64959828a75a2/scrapingsubsystem-0.1.5.tar.gz#sha256=1e368c7d99dead02883f81100381bc53e1dc37b79d47aab00d909aeea1af59fe (from https://pypi.org/simple/scrapingsubsystem/) (requires-python:>=3.8.0,<3.9.0) 2022-06-20T10:01:02,057 Skipping link: 0.1.5 Requires-Python >=3.8.0,<3.9.0: https://files.pythonhosted.org/packages/a6/cd/da01ffd68fc56c61594d8b763238cee7eadafffcff5f48d64959828a75a2/scrapingsubsystem-0.1.5.tar.gz#sha256=1e368c7d99dead02883f81100381bc53e1dc37b79d47aab00d909aeea1af59fe (from https://pypi.org/simple/scrapingsubsystem/) (requires-python:>=3.8.0,<3.9.0) 2022-06-20T10:01:02,058 Fetching project page and analyzing links: https://www.piwheels.org/simple/scrapingsubsystem/ 2022-06-20T10:01:02,058 Getting page https://www.piwheels.org/simple/scrapingsubsystem/ 2022-06-20T10:01:02,060 Found index url https://www.piwheels.org/simple 2022-06-20T10:01:02,276 Skipping link: not a file: https://www.piwheels.org/simple/scrapingsubsystem/ 2022-06-20T10:01:02,277 Skipping link: not a file: https://pypi.org/simple/scrapingsubsystem/ 2022-06-20T10:01:02,321 Given no hashes to check 0 links for project 'scrapingsubsystem': discarding no candidates 2022-06-20T10:01:02,322 ERROR: Ignored the following versions that require a different python version: 0.1.5 Requires-Python >=3.8.0,<3.9.0 2022-06-20T10:01:02,324 ERROR: Could not find a version that satisfies the requirement scrapingsubsystem==0.1.5 (from versions: none) 2022-06-20T10:01:02,326 ERROR: No matching distribution found for scrapingsubsystem==0.1.5 2022-06-20T10:01:02,328 Exception information: 2022-06-20T10:01:02,328 Traceback (most recent call last): 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-20T10:01:02,328 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-20T10:01:02,328 raise RequirementsConflicted(criterion) 2022-06-20T10:01:02,328 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('scrapingsubsystem==0.1.5') 2022-06-20T10:01:02,328 2022-06-20T10:01:02,328 During handling of the above exception, another exception occurred: 2022-06-20T10:01:02,328 2022-06-20T10:01:02,328 Traceback (most recent call last): 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-06-20T10:01:02,328 result = self._result = resolver.resolve( 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-20T10:01:02,328 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-20T10:01:02,328 raise ResolutionImpossible(e.criterion.information) 2022-06-20T10:01:02,328 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('scrapingsubsystem==0.1.5'), parent=None)] 2022-06-20T10:01:02,328 2022-06-20T10:01:02,328 The above exception was the direct cause of the following exception: 2022-06-20T10:01:02,328 2022-06-20T10:01:02,328 Traceback (most recent call last): 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-20T10:01:02,328 status = run_func(*args) 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-20T10:01:02,328 return func(self, options, args) 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-06-20T10:01:02,328 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-20T10:01:02,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-20T10:01:02,328 raise error from e 2022-06-20T10:01:02,328 pip._internal.exceptions.DistributionNotFound: No matching distribution found for scrapingsubsystem==0.1.5 2022-06-20T10:01:02,337 Removed build tracker: '/tmp/pip-build-tracker-u4682sbc'