2021-05-27T22:39:56,099 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. 2021-05-27T22:39:56,789 Created temporary directory: /tmp/pip-ephem-wheel-cache-t6jnv5c5 2021-05-27T22:39:56,794 Created temporary directory: /tmp/pip-req-tracker-z502z_hn 2021-05-27T22:39:56,795 Initialized build tracking at /tmp/pip-req-tracker-z502z_hn 2021-05-27T22:39:56,796 Created build tracker: /tmp/pip-req-tracker-z502z_hn 2021-05-27T22:39:56,796 Entered build tracker: /tmp/pip-req-tracker-z502z_hn 2021-05-27T22:39:56,797 Created temporary directory: /tmp/pip-wheel-yrm5sf1m 2021-05-27T22:39:56,871 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com 2021-05-27T22:39:56,876 2 location(s) to search for versions of django-mom: 2021-05-27T22:39:56,876 * https://pypi.org/simple/django-mom/ 2021-05-27T22:39:56,876 * https://pypi.ngc.nvidia.com/django-mom/ 2021-05-27T22:39:56,876 Fetching project page and analyzing links: https://pypi.org/simple/django-mom/ 2021-05-27T22:39:56,879 Getting page https://pypi.org/simple/django-mom/ 2021-05-27T22:39:56,883 Found index url https://pypi.org/simple 2021-05-27T22:39:57,206 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/8a/9f/a4e12a0644c8e383ce0da96578462811fe1c6c611565457809c8eb5cbc14/django-mom-0.0.1.tar.gz#sha256=8419a13c2add271ef8ff731d5288f66bb0ecdb3bb36cf1f56fb9c047c8ebd10f (from https://pypi.org/simple/django-mom/) (requires-python:>=3.6) 2021-05-27T22:39:57,234 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/2f/72/52441d984017fcd76a3c924b354e41fc556acecff3a76eb8810bca2a40a7/django_mom-0.0.1-py3-none-any.whl#sha256=7841920a7a2015b830a65653954a44bf7db493be13b8d0e64ea29572fcb53a0d (from https://pypi.org/simple/django-mom/) (requires-python:>=3.6) 2021-05-27T22:39:57,236 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/4e/47/c20b08d9638cca7fa5b9b8241745bf337669fb37a5fa79262994e1a4d952/django-mom-0.0.2.tar.gz#sha256=30c1f72ca9ac4d069b8c539efd5fc7b5b53b87eb4df809932a575c8724bd96e3 (from https://pypi.org/simple/django-mom/) (requires-python:>=3.6) 2021-05-27T22:39:57,238 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/9a/58/c842430f5939b0ee026b970f1fcb37b741678f22993fb15c2c9fecf75706/django_mom-0.0.2-py3-none-any.whl#sha256=2fdd7eda03bee1abc2da506554facdb2ca600cbab354f416d2a3650431b1bb06 (from https://pypi.org/simple/django-mom/) (requires-python:>=3.6) 2021-05-27T22:39:57,238 Fetching project page and analyzing links: https://pypi.ngc.nvidia.com/django-mom/ 2021-05-27T22:39:57,239 Getting page https://pypi.ngc.nvidia.com/django-mom/ 2021-05-27T22:39:57,242 Found index url https://pypi.ngc.nvidia.com 2021-05-27T22:39:58,155 Could not fetch URL https://pypi.ngc.nvidia.com/django-mom/: 404 Client Error: Not Found for url: https://developer.download.nvidia.com/compute/redist/django-mom/ - skipping 2021-05-27T22:39:58,157 Given no hashes to check 0 links for project 'django-mom': discarding no candidates 2021-05-27T22:39:58,158 ERROR: Could not find a version that satisfies the requirement django-mom==0.0.2 2021-05-27T22:39:58,160 ERROR: No matching distribution found for django-mom==0.0.2 2021-05-27T22:39:58,161 Exception information: 2021-05-27T22:39:58,161 Traceback (most recent call last): 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-05-27T22:39:58,161 crit = self.state.criteria[name] 2021-05-27T22:39:58,161 KeyError: 'django-mom' 2021-05-27T22:39:58,161 2021-05-27T22:39:58,161 During handling of the above exception, another exception occurred: 2021-05-27T22:39:58,161 2021-05-27T22:39:58,161 Traceback (most recent call last): 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-05-27T22:39:58,161 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-27T22:39:58,161 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-05-27T22:39:58,161 raise RequirementsConflicted(criterion) 2021-05-27T22:39:58,161 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-mom==0.0.2') 2021-05-27T22:39:58,161 2021-05-27T22:39:58,161 During handling of the above exception, another exception occurred: 2021-05-27T22:39:58,161 2021-05-27T22:39:58,161 Traceback (most recent call last): 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-05-27T22:39:58,161 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-05-27T22:39:58,161 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-05-27T22:39:58,161 raise ResolutionImpossible(e.criterion.information) 2021-05-27T22:39:58,161 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-mom==0.0.2'), parent=None)] 2021-05-27T22:39:58,161 2021-05-27T22:39:58,161 The above exception was the direct cause of the following exception: 2021-05-27T22:39:58,161 2021-05-27T22:39:58,161 Traceback (most recent call last): 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-05-27T22:39:58,161 status = self.run(options, args) 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-05-27T22:39:58,161 return func(self, options, args) 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-05-27T22:39:58,161 reqs, check_supported_wheels=True 2021-05-27T22:39:58,161 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-05-27T22:39:58,161 six.raise_from(error, e) 2021-05-27T22:39:58,161 File "", line 3, in raise_from 2021-05-27T22:39:58,161 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-mom==0.0.2 2021-05-27T22:39:58,172 Removed build tracker: '/tmp/pip-req-tracker-z502z_hn'