2021-10-22T16:18:05,825 Created temporary directory: /tmp/pip-ephem-wheel-cache-tklegx3s 2021-10-22T16:18:05,829 Created temporary directory: /tmp/pip-req-tracker-7i2fl2ae 2021-10-22T16:18:05,829 Initialized build tracking at /tmp/pip-req-tracker-7i2fl2ae 2021-10-22T16:18:05,829 Created build tracker: /tmp/pip-req-tracker-7i2fl2ae 2021-10-22T16:18:05,830 Entered build tracker: /tmp/pip-req-tracker-7i2fl2ae 2021-10-22T16:18:05,830 Created temporary directory: /tmp/pip-wheel-g09f0uin 2021-10-22T16:18:05,861 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-22T16:18:05,864 2 location(s) to search for versions of django-non-dark-admin: 2021-10-22T16:18:05,864 * https://pypi.org/simple/django-non-dark-admin/ 2021-10-22T16:18:05,864 * https://www.piwheels.org/simple/django-non-dark-admin/ 2021-10-22T16:18:05,865 Fetching project page and analyzing links: https://pypi.org/simple/django-non-dark-admin/ 2021-10-22T16:18:05,865 Getting page https://pypi.org/simple/django-non-dark-admin/ 2021-10-22T16:18:05,867 Found index url https://pypi.org/simple 2021-10-22T16:18:05,954 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/9e/9b/a3743a9161dabb0a701b7001ff9e441c7461f785d212dac97ab2221429d2/django-non-dark-admin-1.0.tar.gz#sha256=a83d09cdcbd8db35e19041c051d35395249296717f1083b162b5407332076688 (from https://pypi.org/simple/django-non-dark-admin/) (requires-python:>=3.9,<4.0) 2021-10-22T16:18:05,954 Skipping link: No binaries permitted for django-non-dark-admin: https://files.pythonhosted.org/packages/aa/3e/89eeb349a6993a9711906aa20394ead46916aac2774439ec71e963eb3ceb/django_non_dark_admin-1.0-py3-none-any.whl#sha256=3f825ddbdfc7a7091f847ef67378409e54466cd73d192450c3cdb4680b0a0d18 (from https://pypi.org/simple/django-non-dark-admin/) (requires-python:>=3.9,<4.0) 2021-10-22T16:18:05,955 Fetching project page and analyzing links: https://www.piwheels.org/simple/django-non-dark-admin/ 2021-10-22T16:18:05,955 Getting page https://www.piwheels.org/simple/django-non-dark-admin/ 2021-10-22T16:18:05,956 Found index url https://www.piwheels.org/simple 2021-10-22T16:18:06,130 Skipping link: not a file: https://www.piwheels.org/simple/django-non-dark-admin/ 2021-10-22T16:18:06,131 Skipping link: not a file: https://pypi.org/simple/django-non-dark-admin/ 2021-10-22T16:18:06,145 Given no hashes to check 0 links for project 'django-non-dark-admin': discarding no candidates 2021-10-22T16:18:06,145 ERROR: Could not find a version that satisfies the requirement django-non-dark-admin==1.0 (from versions: none) 2021-10-22T16:18:06,145 ERROR: No matching distribution found for django-non-dark-admin==1.0 2021-10-22T16:18:06,146 Exception information: 2021-10-22T16:18:06,146 Traceback (most recent call last): 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-22T16:18:06,146 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-22T16:18:06,146 raise RequirementsConflicted(criterion) 2021-10-22T16:18:06,146 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-non-dark-admin==1.0') 2021-10-22T16:18:06,146 2021-10-22T16:18:06,146 During handling of the above exception, another exception occurred: 2021-10-22T16:18:06,146 2021-10-22T16:18:06,146 Traceback (most recent call last): 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-10-22T16:18:06,146 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-22T16:18:06,146 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-22T16:18:06,146 raise ResolutionImpossible(e.criterion.information) 2021-10-22T16:18:06,146 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-non-dark-admin==1.0'), parent=None)] 2021-10-22T16:18:06,146 2021-10-22T16:18:06,146 The above exception was the direct cause of the following exception: 2021-10-22T16:18:06,146 2021-10-22T16:18:06,146 Traceback (most recent call last): 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-22T16:18:06,146 status = self.run(options, args) 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-22T16:18:06,146 return func(self, options, args) 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-10-22T16:18:06,146 reqs, check_supported_wheels=True 2021-10-22T16:18:06,146 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-22T16:18:06,146 raise error from e 2021-10-22T16:18:06,146 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-non-dark-admin==1.0 2021-10-22T16:18:06,150 Removed build tracker: '/tmp/pip-req-tracker-7i2fl2ae'