2021-09-12T16:23:11,207 Created temporary directory: /tmp/pip-ephem-wheel-cache-r16nf5xv 2021-09-12T16:23:11,211 Created temporary directory: /tmp/pip-req-tracker-q2s3nt7z 2021-09-12T16:23:11,211 Initialized build tracking at /tmp/pip-req-tracker-q2s3nt7z 2021-09-12T16:23:11,211 Created build tracker: /tmp/pip-req-tracker-q2s3nt7z 2021-09-12T16:23:11,211 Entered build tracker: /tmp/pip-req-tracker-q2s3nt7z 2021-09-12T16:23:11,212 Created temporary directory: /tmp/pip-wheel-y07bab78 2021-09-12T16:23:11,244 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-12T16:23:11,247 2 location(s) to search for versions of t4c-utils: 2021-09-12T16:23:11,247 * https://pypi.org/simple/t4c-utils/ 2021-09-12T16:23:11,247 * https://www.piwheels.org/simple/t4c-utils/ 2021-09-12T16:23:11,248 Fetching project page and analyzing links: https://pypi.org/simple/t4c-utils/ 2021-09-12T16:23:11,248 Getting page https://pypi.org/simple/t4c-utils/ 2021-09-12T16:23:11,250 Found index url https://pypi.org/simple 2021-09-12T16:23:11,338 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/25/b4/6bee1151a7099fb06fe1845b9cca2017ad6beca8a1d45e7a391f800410ad/t4c_utils-0.0.1.tar.gz#sha256=8d6999dff0a9d5bc2bd7544d6011796dc26aa80c7ab28ec6e73a431732216b83 (from https://pypi.org/simple/t4c-utils/) (requires-python:>=3.8) 2021-09-12T16:23:11,338 Fetching project page and analyzing links: https://www.piwheels.org/simple/t4c-utils/ 2021-09-12T16:23:11,339 Getting page https://www.piwheels.org/simple/t4c-utils/ 2021-09-12T16:23:11,340 Found index url https://www.piwheels.org/simple 2021-09-12T16:23:11,452 Skipping link: not a file: https://www.piwheels.org/simple/t4c-utils/ 2021-09-12T16:23:11,452 Skipping link: not a file: https://pypi.org/simple/t4c-utils/ 2021-09-12T16:23:11,470 Given no hashes to check 0 links for project 't4c-utils': discarding no candidates 2021-09-12T16:23:11,471 ERROR: Could not find a version that satisfies the requirement t4c-utils==0.0.1 (from versions: none) 2021-09-12T16:23:11,471 ERROR: No matching distribution found for t4c-utils==0.0.1 2021-09-12T16:23:11,471 Exception information: 2021-09-12T16:23:11,471 Traceback (most recent call last): 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-12T16:23:11,471 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-12T16:23:11,471 raise RequirementsConflicted(criterion) 2021-09-12T16:23:11,471 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('t4c-utils==0.0.1') 2021-09-12T16:23:11,471 2021-09-12T16:23:11,471 During handling of the above exception, another exception occurred: 2021-09-12T16:23:11,471 2021-09-12T16:23:11,471 Traceback (most recent call last): 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-12T16:23:11,471 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-12T16:23:11,471 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-12T16:23:11,471 raise ResolutionImpossible(e.criterion.information) 2021-09-12T16:23:11,471 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('t4c-utils==0.0.1'), parent=None)] 2021-09-12T16:23:11,471 2021-09-12T16:23:11,471 The above exception was the direct cause of the following exception: 2021-09-12T16:23:11,471 2021-09-12T16:23:11,471 Traceback (most recent call last): 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-12T16:23:11,471 status = self.run(options, args) 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-12T16:23:11,471 return func(self, options, args) 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-12T16:23:11,471 reqs, check_supported_wheels=True 2021-09-12T16:23:11,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-12T16:23:11,471 raise error from e 2021-09-12T16:23:11,471 pip._internal.exceptions.DistributionNotFound: No matching distribution found for t4c-utils==0.0.1 2021-09-12T16:23:11,476 Removed build tracker: '/tmp/pip-req-tracker-q2s3nt7z'