2021-07-08T21:41:06,533 Created temporary directory: /tmp/pip-ephem-wheel-cache-7rintxol 2021-07-08T21:41:06,535 Created temporary directory: /tmp/pip-req-tracker-h_owrvjo 2021-07-08T21:41:06,536 Initialized build tracking at /tmp/pip-req-tracker-h_owrvjo 2021-07-08T21:41:06,536 Created build tracker: /tmp/pip-req-tracker-h_owrvjo 2021-07-08T21:41:06,536 Entered build tracker: /tmp/pip-req-tracker-h_owrvjo 2021-07-08T21:41:06,537 Created temporary directory: /tmp/pip-wheel-93221clm 2021-07-08T21:41:06,570 1 location(s) to search for versions of django-templatequery: 2021-07-08T21:41:06,570 * https://pypi.org/simple/django-templatequery/ 2021-07-08T21:41:06,570 Fetching project page and analyzing links: https://pypi.org/simple/django-templatequery/ 2021-07-08T21:41:06,571 Getting page https://pypi.org/simple/django-templatequery/ 2021-07-08T21:41:06,572 Found index url https://pypi.org/simple 2021-07-08T21:41:06,752 Found link https://files.pythonhosted.org/packages/ad/0f/507ded9142702bc106ba3dae29579d12ca1a61cdf037bf118bce7fed076a/django-templatequery-0.3.0.tar.gz#sha256=1550994bb637a4fa6e5cd8a5c224ba3ebec5c509cb6ae10ce978aba0d38cb344 (from https://pypi.org/simple/django-templatequery/), version: 0.3.0 2021-07-08T21:41:06,753 Skipping link: not a file: https://pypi.org/simple/django-templatequery/ 2021-07-08T21:41:06,770 Given no hashes to check 1 links for project 'django-templatequery': discarding no candidates 2021-07-08T21:41:06,787 Collecting django-templatequery==0.3.0 2021-07-08T21:41:06,788 Created temporary directory: /tmp/pip-unpack-0_fkqmo5 2021-07-08T21:41:06,960 Downloading django-templatequery-0.3.0.tar.gz (8.3 kB) 2021-07-08T21:41:07,019 Added django-templatequery==0.3.0 from https://files.pythonhosted.org/packages/ad/0f/507ded9142702bc106ba3dae29579d12ca1a61cdf037bf118bce7fed076a/django-templatequery-0.3.0.tar.gz#sha256=1550994bb637a4fa6e5cd8a5c224ba3ebec5c509cb6ae10ce978aba0d38cb344 to build tracker '/tmp/pip-req-tracker-h_owrvjo' 2021-07-08T21:41:07,020 Running setup.py (path:/tmp/pip-wheel-93221clm/django-templatequery_5859ee0779e840af88d993f09626fd12/setup.py) egg_info for package django-templatequery 2021-07-08T21:41:07,021 Created temporary directory: /tmp/pip-pip-egg-info-z903eo7p 2021-07-08T21:41:07,021 Running command python setup.py egg_info 2021-07-08T21:41:07,663 Traceback (most recent call last): 2021-07-08T21:41:07,664 File "", line 1, in 2021-07-08T21:41:07,664 File "/tmp/pip-wheel-93221clm/django-templatequery_5859ee0779e840af88d993f09626fd12/setup.py", line 29, in 2021-07-08T21:41:07,664 long_description = UltraMagicString(file('README.txt').read()) 2021-07-08T21:41:07,665 NameError: name 'file' is not defined 2021-07-08T21:41:07,715 WARNING: Discarding https://files.pythonhosted.org/packages/ad/0f/507ded9142702bc106ba3dae29579d12ca1a61cdf037bf118bce7fed076a/django-templatequery-0.3.0.tar.gz#sha256=1550994bb637a4fa6e5cd8a5c224ba3ebec5c509cb6ae10ce978aba0d38cb344 (from https://pypi.org/simple/django-templatequery/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T21:41:07,716 ERROR: Could not find a version that satisfies the requirement django-templatequery==0.3.0 (from versions: 0.3.0) 2021-07-08T21:41:07,716 ERROR: No matching distribution found for django-templatequery==0.3.0 2021-07-08T21:41:07,717 Exception information: 2021-07-08T21:41:07,717 Traceback (most recent call last): 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T21:41:07,717 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T21:41:07,717 raise RequirementsConflicted(criterion) 2021-07-08T21:41:07,717 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-templatequery==0.3.0') 2021-07-08T21:41:07,717 2021-07-08T21:41:07,717 During handling of the above exception, another exception occurred: 2021-07-08T21:41:07,717 2021-07-08T21:41:07,717 Traceback (most recent call last): 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T21:41:07,717 result = self._result = resolver.resolve( 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T21:41:07,717 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T21:41:07,717 raise ResolutionImpossible(e.criterion.information) 2021-07-08T21:41:07,717 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-templatequery==0.3.0'), parent=None)] 2021-07-08T21:41:07,717 2021-07-08T21:41:07,717 The above exception was the direct cause of the following exception: 2021-07-08T21:41:07,717 2021-07-08T21:41:07,717 Traceback (most recent call last): 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T21:41:07,717 status = self.run(options, args) 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T21:41:07,717 return func(self, options, args) 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T21:41:07,717 requirement_set = resolver.resolve( 2021-07-08T21:41:07,717 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T21:41:07,717 raise error from e 2021-07-08T21:41:07,717 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-templatequery==0.3.0 2021-07-08T21:41:07,722 Removed django-templatequery==0.3.0 from https://files.pythonhosted.org/packages/ad/0f/507ded9142702bc106ba3dae29579d12ca1a61cdf037bf118bce7fed076a/django-templatequery-0.3.0.tar.gz#sha256=1550994bb637a4fa6e5cd8a5c224ba3ebec5c509cb6ae10ce978aba0d38cb344 from build tracker '/tmp/pip-req-tracker-h_owrvjo' 2021-07-08T21:41:07,722 Removed build tracker: '/tmp/pip-req-tracker-h_owrvjo'