2022-07-21T17:46:56,803 Created temporary directory: /tmp/pip-ephem-wheel-cache-qnk5mfdv 2022-07-21T17:46:56,809 Created temporary directory: /tmp/pip-build-tracker-c2f8x7bv 2022-07-21T17:46:56,810 Initialized build tracking at /tmp/pip-build-tracker-c2f8x7bv 2022-07-21T17:46:56,810 Created build tracker: /tmp/pip-build-tracker-c2f8x7bv 2022-07-21T17:46:56,811 Entered build tracker: /tmp/pip-build-tracker-c2f8x7bv 2022-07-21T17:46:56,812 Created temporary directory: /tmp/pip-wheel-rwmmfaxw 2022-07-21T17:46:56,878 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-21T17:46:56,886 2 location(s) to search for versions of callingcardstools: 2022-07-21T17:46:56,886 * https://pypi.org/simple/callingcardstools/ 2022-07-21T17:46:56,886 * https://www.piwheels.org/simple/callingcardstools/ 2022-07-21T17:46:56,887 Fetching project page and analyzing links: https://pypi.org/simple/callingcardstools/ 2022-07-21T17:46:56,888 Getting page https://pypi.org/simple/callingcardstools/ 2022-07-21T17:46:56,891 Found index url https://pypi.org/simple 2022-07-21T17:46:57,072 Skipping link: No binaries permitted for callingcardstools: https://files.pythonhosted.org/packages/36/e0/03bbb705f78a451122cd8a6edff02b45f677b53d37324d663b2eedc7be5a/callingCardsTools-0.0.0-py3-none-any.whl#sha256=a14459510db089b19eb50fc39a9a1db31d3aa4fc8394694df4946da8f7378d3c (from https://pypi.org/simple/callingcardstools/) (requires-python:>=3.8,<3.11) 2022-07-21T17:46:57,074 Link requires a different Python (3.7.3 not in: '>=3.8,<3.11'): https://files.pythonhosted.org/packages/f7/03/bf86e5614121f684bfd8986c94f993424229018651011df6079bcb962ab0/callingCardsTools-0.0.0.tar.gz#sha256=3759b859c7eb16cced065301bc432229a0743b9d473584a3976f3c2b833659b3 (from https://pypi.org/simple/callingcardstools/) (requires-python:>=3.8,<3.11) 2022-07-21T17:46:57,074 Skipping link: 0.0.0 Requires-Python >=3.8,<3.11: https://files.pythonhosted.org/packages/f7/03/bf86e5614121f684bfd8986c94f993424229018651011df6079bcb962ab0/callingCardsTools-0.0.0.tar.gz#sha256=3759b859c7eb16cced065301bc432229a0743b9d473584a3976f3c2b833659b3 (from https://pypi.org/simple/callingcardstools/) (requires-python:>=3.8,<3.11) 2022-07-21T17:46:57,075 Fetching project page and analyzing links: https://www.piwheels.org/simple/callingcardstools/ 2022-07-21T17:46:57,076 Getting page https://www.piwheels.org/simple/callingcardstools/ 2022-07-21T17:46:57,078 Found index url https://www.piwheels.org/simple 2022-07-21T17:46:57,285 Skipping link: not a file: https://www.piwheels.org/simple/callingcardstools/ 2022-07-21T17:46:57,286 Skipping link: not a file: https://pypi.org/simple/callingcardstools/ 2022-07-21T17:46:57,319 Given no hashes to check 0 links for project 'callingcardstools': discarding no candidates 2022-07-21T17:46:57,320 ERROR: Ignored the following versions that require a different python version: 0.0.0 Requires-Python >=3.8,<3.11 2022-07-21T17:46:57,323 ERROR: Could not find a version that satisfies the requirement callingcardstools==0.0.0 (from versions: none) 2022-07-21T17:46:57,325 ERROR: No matching distribution found for callingcardstools==0.0.0 2022-07-21T17:46:57,327 Exception information: 2022-07-21T17:46:57,327 Traceback (most recent call last): 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-21T17:46:57,327 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-07-21T17:46:57,327 raise RequirementsConflicted(criterion) 2022-07-21T17:46:57,327 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('callingcardstools==0.0.0') 2022-07-21T17:46:57,327 2022-07-21T17:46:57,327 During handling of the above exception, another exception occurred: 2022-07-21T17:46:57,327 2022-07-21T17:46:57,327 Traceback (most recent call last): 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-07-21T17:46:57,327 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-21T17:46:57,327 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-07-21T17:46:57,327 raise ResolutionImpossible(e.criterion.information) 2022-07-21T17:46:57,327 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('callingcardstools==0.0.0'), parent=None)] 2022-07-21T17:46:57,327 2022-07-21T17:46:57,327 The above exception was the direct cause of the following exception: 2022-07-21T17:46:57,327 2022-07-21T17:46:57,327 Traceback (most recent call last): 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-21T17:46:57,327 status = run_func(*args) 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-21T17:46:57,327 return func(self, options, args) 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-21T17:46:57,327 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-21T17:46:57,327 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-07-21T17:46:57,327 raise error from e 2022-07-21T17:46:57,327 pip._internal.exceptions.DistributionNotFound: No matching distribution found for callingcardstools==0.0.0 2022-07-21T17:46:57,335 Removed build tracker: '/tmp/pip-build-tracker-c2f8x7bv'