2022-01-14T21:38:34,732 Created temporary directory: /tmp/pip-ephem-wheel-cache-imltkqxk 2022-01-14T21:38:34,738 Created temporary directory: /tmp/pip-req-tracker-eepd684r 2022-01-14T21:38:34,739 Initialized build tracking at /tmp/pip-req-tracker-eepd684r 2022-01-14T21:38:34,739 Created build tracker: /tmp/pip-req-tracker-eepd684r 2022-01-14T21:38:34,739 Entered build tracker: /tmp/pip-req-tracker-eepd684r 2022-01-14T21:38:34,740 Created temporary directory: /tmp/pip-wheel-u_ehhmgn 2022-01-14T21:38:34,812 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-14T21:38:34,817 2 location(s) to search for versions of pycounts-dk: 2022-01-14T21:38:34,817 * https://pypi.org/simple/pycounts-dk/ 2022-01-14T21:38:34,817 * https://www.piwheels.org/simple/pycounts-dk/ 2022-01-14T21:38:34,818 Fetching project page and analyzing links: https://pypi.org/simple/pycounts-dk/ 2022-01-14T21:38:34,820 Getting page https://pypi.org/simple/pycounts-dk/ 2022-01-14T21:38:34,823 Found index url https://pypi.org/simple 2022-01-14T21:38:35,022 Skipping link: No binaries permitted for pycounts-dk: https://files.pythonhosted.org/packages/e2/a2/1961f92267ec9f902b5bc1607c07d8c0157378a8b5807b0b03b18302d304/pycounts_dk-0.1.0-py3-none-any.whl#sha256=d42c79fe37ce0f08b45bd757bbe00601732e42e6f96aca456fdcd3f3501823d1 (from https://pypi.org/simple/pycounts-dk/) (requires-python:>=3.9,<4.0) 2022-01-14T21:38:35,024 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/e2/4c/b8ddb45f3388a1ae77c968c6d8876a5d8186de4018494ccc2bb6558b5b7d/pycounts_dk-0.1.0.tar.gz#sha256=1269a0d81a67370c4d9a8243b94be39bd0c46ecc7b1f21873d42f5969cde336a (from https://pypi.org/simple/pycounts-dk/) (requires-python:>=3.9,<4.0) 2022-01-14T21:38:35,024 Fetching project page and analyzing links: https://www.piwheels.org/simple/pycounts-dk/ 2022-01-14T21:38:35,025 Getting page https://www.piwheels.org/simple/pycounts-dk/ 2022-01-14T21:38:35,027 Found index url https://www.piwheels.org/simple 2022-01-14T21:38:35,233 Skipping link: not a file: https://www.piwheels.org/simple/pycounts-dk/ 2022-01-14T21:38:35,233 Skipping link: not a file: https://pypi.org/simple/pycounts-dk/ 2022-01-14T21:38:35,265 Given no hashes to check 0 links for project 'pycounts-dk': discarding no candidates 2022-01-14T21:38:35,266 ERROR: Could not find a version that satisfies the requirement pycounts-dk==0.1.0 (from versions: none) 2022-01-14T21:38:35,267 ERROR: No matching distribution found for pycounts-dk==0.1.0 2022-01-14T21:38:35,267 Exception information: 2022-01-14T21:38:35,267 Traceback (most recent call last): 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-14T21:38:35,267 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-14T21:38:35,267 raise RequirementsConflicted(criterion) 2022-01-14T21:38:35,267 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pycounts-dk==0.1.0') 2022-01-14T21:38:35,267 2022-01-14T21:38:35,267 During handling of the above exception, another exception occurred: 2022-01-14T21:38:35,267 2022-01-14T21:38:35,267 Traceback (most recent call last): 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-14T21:38:35,267 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-14T21:38:35,267 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-14T21:38:35,267 raise ResolutionImpossible(e.criterion.information) 2022-01-14T21:38:35,267 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pycounts-dk==0.1.0'), parent=None)] 2022-01-14T21:38:35,267 2022-01-14T21:38:35,267 The above exception was the direct cause of the following exception: 2022-01-14T21:38:35,267 2022-01-14T21:38:35,267 Traceback (most recent call last): 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-14T21:38:35,267 status = run_func(*args) 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-14T21:38:35,267 return func(self, options, args) 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-14T21:38:35,267 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-14T21:38:35,267 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-14T21:38:35,267 raise error from e 2022-01-14T21:38:35,267 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pycounts-dk==0.1.0 2022-01-14T21:38:35,275 Removed build tracker: '/tmp/pip-req-tracker-eepd684r'