2022-06-03T15:40:09,359 Created temporary directory: /tmp/pip-ephem-wheel-cache-5lbt8kvw 2022-06-03T15:40:09,364 Created temporary directory: /tmp/pip-build-tracker-l67ccmsa 2022-06-03T15:40:09,365 Initialized build tracking at /tmp/pip-build-tracker-l67ccmsa 2022-06-03T15:40:09,365 Created build tracker: /tmp/pip-build-tracker-l67ccmsa 2022-06-03T15:40:09,366 Entered build tracker: /tmp/pip-build-tracker-l67ccmsa 2022-06-03T15:40:09,367 Created temporary directory: /tmp/pip-wheel-swy5bmr3 2022-06-03T15:40:09,435 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-03T15:40:09,443 2 location(s) to search for versions of pymince: 2022-06-03T15:40:09,443 * https://pypi.org/simple/pymince/ 2022-06-03T15:40:09,443 * https://www.piwheels.org/simple/pymince/ 2022-06-03T15:40:09,444 Fetching project page and analyzing links: https://pypi.org/simple/pymince/ 2022-06-03T15:40:09,445 Getting page https://pypi.org/simple/pymince/ 2022-06-03T15:40:09,449 Found index url https://pypi.org/simple 2022-06-03T15:40:09,565 Skipping link: No binaries permitted for pymince: https://files.pythonhosted.org/packages/ca/2e/0bdb492578694b634fe327411b942b0a51da5778518f59eb2ad633303dff/pymince-1.0.1-py3-none-any.whl#sha256=af6f98afe681d414a366771fde7bd71e1fe6a71550ecd48412f1f3000fbb0960 (from https://pypi.org/simple/pymince/) (requires-python:>=3.8) 2022-06-03T15:40:09,567 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/24/4d/1fbfcc506fafcd7b3a264c6dbc243b6e85385dfc6e07721ecf4e29b26111/pymince-1.0.1.tar.gz#sha256=b01b092559111ba397e96d91c409d404bfeb364a2200586b1a317254247b66cc (from https://pypi.org/simple/pymince/) (requires-python:>=3.8) 2022-06-03T15:40:09,568 Skipping link: 1.0.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/24/4d/1fbfcc506fafcd7b3a264c6dbc243b6e85385dfc6e07721ecf4e29b26111/pymince-1.0.1.tar.gz#sha256=b01b092559111ba397e96d91c409d404bfeb364a2200586b1a317254247b66cc (from https://pypi.org/simple/pymince/) (requires-python:>=3.8) 2022-06-03T15:40:09,568 Fetching project page and analyzing links: https://www.piwheels.org/simple/pymince/ 2022-06-03T15:40:09,569 Getting page https://www.piwheels.org/simple/pymince/ 2022-06-03T15:40:09,571 Found index url https://www.piwheels.org/simple 2022-06-03T15:40:09,806 Skipping link: No binaries permitted for pymince: https://www.piwheels.org/simple/pymince/pymince-1.0.1-py3-none-any.whl#sha256=a2b0abd575b813841b9276bb9bacf73e627ba1491397f12ab84c192c11d45ba1 (from https://www.piwheels.org/simple/pymince/) (requires-python:>=3.8) 2022-06-03T15:40:09,807 Skipping link: not a file: https://www.piwheels.org/simple/pymince/ 2022-06-03T15:40:09,808 Skipping link: not a file: https://pypi.org/simple/pymince/ 2022-06-03T15:40:09,837 Given no hashes to check 0 links for project 'pymince': discarding no candidates 2022-06-03T15:40:09,838 ERROR: Ignored the following versions that require a different python version: 1.0.1 Requires-Python >=3.8 2022-06-03T15:40:09,841 ERROR: Could not find a version that satisfies the requirement pymince==1.0.2 (from versions: none) 2022-06-03T15:40:09,843 ERROR: No matching distribution found for pymince==1.0.2 2022-06-03T15:40:09,845 Exception information: 2022-06-03T15:40:09,845 Traceback (most recent call last): 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-03T15:40:09,845 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-03T15:40:09,845 raise RequirementsConflicted(criterion) 2022-06-03T15:40:09,845 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pymince==1.0.2') 2022-06-03T15:40:09,845 2022-06-03T15:40:09,845 During handling of the above exception, another exception occurred: 2022-06-03T15:40:09,845 2022-06-03T15:40:09,845 Traceback (most recent call last): 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-03T15:40:09,845 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-03T15:40:09,845 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-03T15:40:09,845 raise ResolutionImpossible(e.criterion.information) 2022-06-03T15:40:09,845 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pymince==1.0.2'), parent=None)] 2022-06-03T15:40:09,845 2022-06-03T15:40:09,845 The above exception was the direct cause of the following exception: 2022-06-03T15:40:09,845 2022-06-03T15:40:09,845 Traceback (most recent call last): 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-03T15:40:09,845 status = run_func(*args) 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-03T15:40:09,845 return func(self, options, args) 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-06-03T15:40:09,845 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-03T15:40:09,845 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-03T15:40:09,845 raise error from e 2022-06-03T15:40:09,845 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pymince==1.0.2 2022-06-03T15:40:09,853 Removed build tracker: '/tmp/pip-build-tracker-l67ccmsa'