2022-01-16T01:14:28,694 Created temporary directory: /tmp/pip-ephem-wheel-cache-piixzsmp 2022-01-16T01:14:28,699 Created temporary directory: /tmp/pip-req-tracker-itv8cjkk 2022-01-16T01:14:28,700 Initialized build tracking at /tmp/pip-req-tracker-itv8cjkk 2022-01-16T01:14:28,701 Created build tracker: /tmp/pip-req-tracker-itv8cjkk 2022-01-16T01:14:28,701 Entered build tracker: /tmp/pip-req-tracker-itv8cjkk 2022-01-16T01:14:28,702 Created temporary directory: /tmp/pip-wheel-j8d8efbh 2022-01-16T01:14:28,771 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-16T01:14:28,777 2 location(s) to search for versions of pycounts-rada: 2022-01-16T01:14:28,777 * https://pypi.org/simple/pycounts-rada/ 2022-01-16T01:14:28,777 * https://www.piwheels.org/simple/pycounts-rada/ 2022-01-16T01:14:28,778 Fetching project page and analyzing links: https://pypi.org/simple/pycounts-rada/ 2022-01-16T01:14:28,779 Getting page https://pypi.org/simple/pycounts-rada/ 2022-01-16T01:14:28,782 Found index url https://pypi.org/simple 2022-01-16T01:14:28,979 Skipping link: No binaries permitted for pycounts-rada: https://files.pythonhosted.org/packages/3a/72/7e70a8b71f446cb2dcc1fff12b9c9f23a5340a55b06696a5121fce412541/pycounts_rada-0.1.0-py3-none-any.whl#sha256=1ddc77a40336f27becdaa2c2ab055b5df74a63074a93d5468ea320c5e341536d (from https://pypi.org/simple/pycounts-rada/) (requires-python:>=3.9,<4.0) 2022-01-16T01:14:28,981 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/24/5a/a258cf7c8de87b419b219f36df02df965c6e98045a35cb8b9e35c69b2734/pycounts_rada-0.1.0.tar.gz#sha256=91ea8c754b3b21911d6b1dae06ca88e24970034a904f3e62b673cb23b7f5708b (from https://pypi.org/simple/pycounts-rada/) (requires-python:>=3.9,<4.0) 2022-01-16T01:14:28,981 Fetching project page and analyzing links: https://www.piwheels.org/simple/pycounts-rada/ 2022-01-16T01:14:28,982 Getting page https://www.piwheels.org/simple/pycounts-rada/ 2022-01-16T01:14:28,984 Found index url https://www.piwheels.org/simple 2022-01-16T01:14:29,187 Skipping link: not a file: https://www.piwheels.org/simple/pycounts-rada/ 2022-01-16T01:14:29,188 Skipping link: not a file: https://pypi.org/simple/pycounts-rada/ 2022-01-16T01:14:29,219 Given no hashes to check 0 links for project 'pycounts-rada': discarding no candidates 2022-01-16T01:14:29,220 ERROR: Could not find a version that satisfies the requirement pycounts-rada==0.1.0 (from versions: none) 2022-01-16T01:14:29,221 ERROR: No matching distribution found for pycounts-rada==0.1.0 2022-01-16T01:14:29,221 Exception information: 2022-01-16T01:14:29,221 Traceback (most recent call last): 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-16T01:14:29,221 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-16T01:14:29,221 raise RequirementsConflicted(criterion) 2022-01-16T01:14:29,221 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pycounts-rada==0.1.0') 2022-01-16T01:14:29,221 2022-01-16T01:14:29,221 During handling of the above exception, another exception occurred: 2022-01-16T01:14:29,221 2022-01-16T01:14:29,221 Traceback (most recent call last): 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-16T01:14:29,221 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-16T01:14:29,221 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-16T01:14:29,221 raise ResolutionImpossible(e.criterion.information) 2022-01-16T01:14:29,221 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pycounts-rada==0.1.0'), parent=None)] 2022-01-16T01:14:29,221 2022-01-16T01:14:29,221 The above exception was the direct cause of the following exception: 2022-01-16T01:14:29,221 2022-01-16T01:14:29,221 Traceback (most recent call last): 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-16T01:14:29,221 status = run_func(*args) 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-16T01:14:29,221 return func(self, options, args) 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-16T01:14:29,221 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-16T01:14:29,221 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-16T01:14:29,221 raise error from e 2022-01-16T01:14:29,221 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pycounts-rada==0.1.0 2022-01-16T01:14:29,229 Removed build tracker: '/tmp/pip-req-tracker-itv8cjkk'