2022-06-13T07:16:34,238 Created temporary directory: /tmp/pip-ephem-wheel-cache-l6ecql0c 2022-06-13T07:16:34,244 Created temporary directory: /tmp/pip-build-tracker-a0963xky 2022-06-13T07:16:34,245 Initialized build tracking at /tmp/pip-build-tracker-a0963xky 2022-06-13T07:16:34,246 Created build tracker: /tmp/pip-build-tracker-a0963xky 2022-06-13T07:16:34,246 Entered build tracker: /tmp/pip-build-tracker-a0963xky 2022-06-13T07:16:34,247 Created temporary directory: /tmp/pip-wheel-2dif79w_ 2022-06-13T07:16:34,322 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-13T07:16:34,330 2 location(s) to search for versions of portodjangostarter: 2022-06-13T07:16:34,330 * https://pypi.org/simple/portodjangostarter/ 2022-06-13T07:16:34,330 * https://www.piwheels.org/simple/portodjangostarter/ 2022-06-13T07:16:34,331 Fetching project page and analyzing links: https://pypi.org/simple/portodjangostarter/ 2022-06-13T07:16:34,332 Getting page https://pypi.org/simple/portodjangostarter/ 2022-06-13T07:16:34,335 Found index url https://pypi.org/simple 2022-06-13T07:16:34,443 Skipping link: No binaries permitted for portodjangostarter: https://files.pythonhosted.org/packages/e5/cb/c23f01144132df09cd329ce6ac34729680084826eb3d2d87ce367a74817f/portodjangostarter-0.1.0-py3-none-any.whl#sha256=1a33488d63b3030a8f48501004dd4585b376ebde22670493302a148d31e9f649 (from https://pypi.org/simple/portodjangostarter/) (requires-python:>=3.8,<4.0) 2022-06-13T07:16:34,445 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/1b/a3/2f7cbe2c6a5f50a5c0d22cacde49d062c0d7886502340a3ed810b7694c4b/portodjangostarter-0.1.0.tar.gz#sha256=1ef9b8090284c7ce9686cab5ab139b8b3494ccc2cc9e40f16eff914c13c5ef75 (from https://pypi.org/simple/portodjangostarter/) (requires-python:>=3.8,<4.0) 2022-06-13T07:16:34,445 Skipping link: 0.1.0 Requires-Python >=3.8,<4.0: https://files.pythonhosted.org/packages/1b/a3/2f7cbe2c6a5f50a5c0d22cacde49d062c0d7886502340a3ed810b7694c4b/portodjangostarter-0.1.0.tar.gz#sha256=1ef9b8090284c7ce9686cab5ab139b8b3494ccc2cc9e40f16eff914c13c5ef75 (from https://pypi.org/simple/portodjangostarter/) (requires-python:>=3.8,<4.0) 2022-06-13T07:16:34,446 Fetching project page and analyzing links: https://www.piwheels.org/simple/portodjangostarter/ 2022-06-13T07:16:34,447 Getting page https://www.piwheels.org/simple/portodjangostarter/ 2022-06-13T07:16:34,449 Found index url https://www.piwheels.org/simple 2022-06-13T07:16:34,656 Skipping link: not a file: https://www.piwheels.org/simple/portodjangostarter/ 2022-06-13T07:16:34,656 Skipping link: not a file: https://pypi.org/simple/portodjangostarter/ 2022-06-13T07:16:34,690 Given no hashes to check 0 links for project 'portodjangostarter': discarding no candidates 2022-06-13T07:16:34,691 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8,<4.0 2022-06-13T07:16:34,693 ERROR: Could not find a version that satisfies the requirement portodjangostarter==0.1.0 (from versions: none) 2022-06-13T07:16:34,695 ERROR: No matching distribution found for portodjangostarter==0.1.0 2022-06-13T07:16:34,697 Exception information: 2022-06-13T07:16:34,697 Traceback (most recent call last): 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-13T07:16:34,697 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-13T07:16:34,697 raise RequirementsConflicted(criterion) 2022-06-13T07:16:34,697 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('portodjangostarter==0.1.0') 2022-06-13T07:16:34,697 2022-06-13T07:16:34,697 During handling of the above exception, another exception occurred: 2022-06-13T07:16:34,697 2022-06-13T07:16:34,697 Traceback (most recent call last): 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-13T07:16:34,697 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-13T07:16:34,697 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-13T07:16:34,697 raise ResolutionImpossible(e.criterion.information) 2022-06-13T07:16:34,697 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('portodjangostarter==0.1.0'), parent=None)] 2022-06-13T07:16:34,697 2022-06-13T07:16:34,697 The above exception was the direct cause of the following exception: 2022-06-13T07:16:34,697 2022-06-13T07:16:34,697 Traceback (most recent call last): 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-13T07:16:34,697 status = run_func(*args) 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-13T07:16:34,697 return func(self, options, args) 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-06-13T07:16:34,697 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-13T07:16:34,697 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-13T07:16:34,697 raise error from e 2022-06-13T07:16:34,697 pip._internal.exceptions.DistributionNotFound: No matching distribution found for portodjangostarter==0.1.0 2022-06-13T07:16:34,706 Removed build tracker: '/tmp/pip-build-tracker-a0963xky'