2022-03-09T14:59:41,156 Created temporary directory: /tmp/pip-ephem-wheel-cache-jg3vmp3l 2022-03-09T14:59:41,161 Created temporary directory: /tmp/pip-req-tracker-q7mgx_wq 2022-03-09T14:59:41,162 Initialized build tracking at /tmp/pip-req-tracker-q7mgx_wq 2022-03-09T14:59:41,163 Created build tracker: /tmp/pip-req-tracker-q7mgx_wq 2022-03-09T14:59:41,163 Entered build tracker: /tmp/pip-req-tracker-q7mgx_wq 2022-03-09T14:59:41,164 Created temporary directory: /tmp/pip-wheel-cw823p5x 2022-03-09T14:59:41,227 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-09T14:59:41,236 2 location(s) to search for versions of django-web-analysis: 2022-03-09T14:59:41,236 * https://pypi.org/simple/django-web-analysis/ 2022-03-09T14:59:41,236 * https://www.piwheels.org/simple/django-web-analysis/ 2022-03-09T14:59:41,238 Fetching project page and analyzing links: https://pypi.org/simple/django-web-analysis/ 2022-03-09T14:59:41,239 Getting page https://pypi.org/simple/django-web-analysis/ 2022-03-09T14:59:41,242 Found index url https://pypi.org/simple 2022-03-09T14:59:41,351 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/df/8c/03b94d33944a18bb829056c8f4e327203c771449ba8539c06ef482745a05/django-web-analysis-0.1.tar.gz#sha256=8ec864bcacaf0a17a694e6f4bfe0a8c7f057f8e350cdadf59491e059d5d63501 (from https://pypi.org/simple/django-web-analysis/) (requires-python:>=3.8) 2022-03-09T14:59:41,352 Fetching project page and analyzing links: https://www.piwheels.org/simple/django-web-analysis/ 2022-03-09T14:59:41,353 Getting page https://www.piwheels.org/simple/django-web-analysis/ 2022-03-09T14:59:41,355 Found index url https://www.piwheels.org/simple 2022-03-09T14:59:41,592 Skipping link: not a file: https://www.piwheels.org/simple/django-web-analysis/ 2022-03-09T14:59:41,593 Skipping link: not a file: https://pypi.org/simple/django-web-analysis/ 2022-03-09T14:59:41,626 Given no hashes to check 0 links for project 'django-web-analysis': discarding no candidates 2022-03-09T14:59:41,626 ERROR: Could not find a version that satisfies the requirement django-web-analysis==0.1 (from versions: none) 2022-03-09T14:59:41,629 ERROR: No matching distribution found for django-web-analysis==0.1 2022-03-09T14:59:41,631 Exception information: 2022-03-09T14:59:41,631 Traceback (most recent call last): 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-09T14:59:41,631 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-03-09T14:59:41,631 raise RequirementsConflicted(criterion) 2022-03-09T14:59:41,631 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-web-analysis==0.1') 2022-03-09T14:59:41,631 2022-03-09T14:59:41,631 During handling of the above exception, another exception occurred: 2022-03-09T14:59:41,631 2022-03-09T14:59:41,631 Traceback (most recent call last): 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-03-09T14:59:41,631 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-09T14:59:41,631 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-03-09T14:59:41,631 raise ResolutionImpossible(e.criterion.information) 2022-03-09T14:59:41,631 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-web-analysis==0.1'), parent=None)] 2022-03-09T14:59:41,631 2022-03-09T14:59:41,631 The above exception was the direct cause of the following exception: 2022-03-09T14:59:41,631 2022-03-09T14:59:41,631 Traceback (most recent call last): 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-09T14:59:41,631 status = run_func(*args) 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-09T14:59:41,631 return func(self, options, args) 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-09T14:59:41,631 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-09T14:59:41,631 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-03-09T14:59:41,631 raise error from e 2022-03-09T14:59:41,631 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-web-analysis==0.1 2022-03-09T14:59:41,640 Removed build tracker: '/tmp/pip-req-tracker-q7mgx_wq'