2022-01-13T01:01:30,898 Created temporary directory: /tmp/pip-ephem-wheel-cache-3v9p02jq 2022-01-13T01:01:30,903 Created temporary directory: /tmp/pip-req-tracker-a9yt2b25 2022-01-13T01:01:30,904 Initialized build tracking at /tmp/pip-req-tracker-a9yt2b25 2022-01-13T01:01:30,904 Created build tracker: /tmp/pip-req-tracker-a9yt2b25 2022-01-13T01:01:30,904 Entered build tracker: /tmp/pip-req-tracker-a9yt2b25 2022-01-13T01:01:30,906 Created temporary directory: /tmp/pip-wheel-0v3o92y6 2022-01-13T01:01:30,976 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-13T01:01:30,982 2 location(s) to search for versions of pycounts-sk: 2022-01-13T01:01:30,982 * https://pypi.org/simple/pycounts-sk/ 2022-01-13T01:01:30,982 * https://www.piwheels.org/simple/pycounts-sk/ 2022-01-13T01:01:30,983 Fetching project page and analyzing links: https://pypi.org/simple/pycounts-sk/ 2022-01-13T01:01:30,984 Getting page https://pypi.org/simple/pycounts-sk/ 2022-01-13T01:01:30,987 Found index url https://pypi.org/simple 2022-01-13T01:01:31,189 Skipping link: No binaries permitted for pycounts-sk: https://files.pythonhosted.org/packages/12/54/b9bcc86d9bdb06b0fea5733ef58fbf71f8d0f0970af915a32ce7200ced70/pycounts_sk-0.1.0-py3-none-any.whl#sha256=b146b4d669100848569b1f30cf5b7fe9fe369e0cd223635f36384a5bffe4a25b (from https://pypi.org/simple/pycounts-sk/) (requires-python:>=3.9,<4.0) 2022-01-13T01:01:31,192 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/75/d9/9a5c2c13907244a694a84c3bf6cb4c484c1c588244c26ac56750350afd55/pycounts_sk-0.1.0.tar.gz#sha256=ea0b5f48904202cf6a1ae5b2d6e8a637ee2f57a876956c36d99f225455c8f2f5 (from https://pypi.org/simple/pycounts-sk/) (requires-python:>=3.9,<4.0) 2022-01-13T01:01:31,192 Fetching project page and analyzing links: https://www.piwheels.org/simple/pycounts-sk/ 2022-01-13T01:01:31,193 Getting page https://www.piwheels.org/simple/pycounts-sk/ 2022-01-13T01:01:31,195 Found index url https://www.piwheels.org/simple 2022-01-13T01:01:31,413 Skipping link: not a file: https://www.piwheels.org/simple/pycounts-sk/ 2022-01-13T01:01:31,413 Skipping link: not a file: https://pypi.org/simple/pycounts-sk/ 2022-01-13T01:01:31,445 Given no hashes to check 0 links for project 'pycounts-sk': discarding no candidates 2022-01-13T01:01:31,446 ERROR: Could not find a version that satisfies the requirement pycounts-sk==0.1.0 (from versions: none) 2022-01-13T01:01:31,446 ERROR: No matching distribution found for pycounts-sk==0.1.0 2022-01-13T01:01:31,447 Exception information: 2022-01-13T01:01:31,447 Traceback (most recent call last): 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-13T01:01:31,447 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-13T01:01:31,447 raise RequirementsConflicted(criterion) 2022-01-13T01:01:31,447 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pycounts-sk==0.1.0') 2022-01-13T01:01:31,447 2022-01-13T01:01:31,447 During handling of the above exception, another exception occurred: 2022-01-13T01:01:31,447 2022-01-13T01:01:31,447 Traceback (most recent call last): 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-13T01:01:31,447 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-13T01:01:31,447 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-13T01:01:31,447 raise ResolutionImpossible(e.criterion.information) 2022-01-13T01:01:31,447 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pycounts-sk==0.1.0'), parent=None)] 2022-01-13T01:01:31,447 2022-01-13T01:01:31,447 The above exception was the direct cause of the following exception: 2022-01-13T01:01:31,447 2022-01-13T01:01:31,447 Traceback (most recent call last): 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-13T01:01:31,447 status = run_func(*args) 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-13T01:01:31,447 return func(self, options, args) 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-13T01:01:31,447 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-13T01:01:31,447 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-13T01:01:31,447 raise error from e 2022-01-13T01:01:31,447 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pycounts-sk==0.1.0 2022-01-13T01:01:31,455 Removed build tracker: '/tmp/pip-req-tracker-a9yt2b25'