2021-07-09T02:33:14,007 Created temporary directory: /tmp/pip-ephem-wheel-cache-5syrcqub 2021-07-09T02:33:14,010 Created temporary directory: /tmp/pip-req-tracker-2u_txlmy 2021-07-09T02:33:14,010 Initialized build tracking at /tmp/pip-req-tracker-2u_txlmy 2021-07-09T02:33:14,010 Created build tracker: /tmp/pip-req-tracker-2u_txlmy 2021-07-09T02:33:14,011 Entered build tracker: /tmp/pip-req-tracker-2u_txlmy 2021-07-09T02:33:14,011 Created temporary directory: /tmp/pip-wheel-8dhj_b54 2021-07-09T02:33:14,044 1 location(s) to search for versions of j2: 2021-07-09T02:33:14,044 * https://pypi.org/simple/j2/ 2021-07-09T02:33:14,044 Fetching project page and analyzing links: https://pypi.org/simple/j2/ 2021-07-09T02:33:14,045 Getting page https://pypi.org/simple/j2/ 2021-07-09T02:33:14,046 Found index url https://pypi.org/simple 2021-07-09T02:33:14,226 Found link https://files.pythonhosted.org/packages/d8/fc/eaa526af9081d9574af56c0053ed59cb2216e7d4d57e012e676d700e2e11/j2-1.2.tar.gz#sha256=4da7a0edb44b2f5e9717a963f4a7500fc1bb8c4c73601fe5442d33523285f7c4 (from https://pypi.org/simple/j2/), version: 1.2 2021-07-09T02:33:14,227 Found link https://files.pythonhosted.org/packages/97/11/20f564c5d57024500e7bc3bc011d8c456f6041611683327c5e571d866efe/j2-1.2.1.tar.gz#sha256=14719333cbcb38c949e9efe0eebf6d87bd043fde9e3366c955faa39c42f0bb60 (from https://pypi.org/simple/j2/), version: 1.2.1 2021-07-09T02:33:14,227 Skipping link: not a file: https://pypi.org/simple/j2/ 2021-07-09T02:33:14,243 Given no hashes to check 1 links for project 'j2': discarding no candidates 2021-07-09T02:33:14,260 Collecting j2==1.2 2021-07-09T02:33:14,262 Created temporary directory: /tmp/pip-unpack-eow259so 2021-07-09T02:33:14,301 Downloading j2-1.2.tar.gz (11 kB) 2021-07-09T02:33:14,348 Added j2==1.2 from https://files.pythonhosted.org/packages/d8/fc/eaa526af9081d9574af56c0053ed59cb2216e7d4d57e012e676d700e2e11/j2-1.2.tar.gz#sha256=4da7a0edb44b2f5e9717a963f4a7500fc1bb8c4c73601fe5442d33523285f7c4 to build tracker '/tmp/pip-req-tracker-2u_txlmy' 2021-07-09T02:33:14,349 Running setup.py (path:/tmp/pip-wheel-8dhj_b54/j2_3ee826925b9543e3bd689d3b32f1f9c2/setup.py) egg_info for package j2 2021-07-09T02:33:14,350 Created temporary directory: /tmp/pip-pip-egg-info-xmym7foa 2021-07-09T02:33:14,351 Running command python setup.py egg_info 2021-07-09T02:33:14,956 Traceback (most recent call last): 2021-07-09T02:33:14,956 File "", line 1, in 2021-07-09T02:33:14,957 File "/tmp/pip-wheel-8dhj_b54/j2_3ee826925b9543e3bd689d3b32f1f9c2/setup.py", line 47 2021-07-09T02:33:14,957 print "Requires Python %s or later" % (required_python_version) 2021-07-09T02:33:14,957 ^ 2021-07-09T02:33:14,958 SyntaxError: invalid syntax 2021-07-09T02:33:15,005 WARNING: Discarding https://files.pythonhosted.org/packages/d8/fc/eaa526af9081d9574af56c0053ed59cb2216e7d4d57e012e676d700e2e11/j2-1.2.tar.gz#sha256=4da7a0edb44b2f5e9717a963f4a7500fc1bb8c4c73601fe5442d33523285f7c4 (from https://pypi.org/simple/j2/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:33:15,006 ERROR: Could not find a version that satisfies the requirement j2==1.2 (from versions: 1.2, 1.2.1) 2021-07-09T02:33:15,007 ERROR: No matching distribution found for j2==1.2 2021-07-09T02:33:15,007 Exception information: 2021-07-09T02:33:15,007 Traceback (most recent call last): 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:33:15,007 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:33:15,007 raise RequirementsConflicted(criterion) 2021-07-09T02:33:15,007 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('j2==1.2') 2021-07-09T02:33:15,007 2021-07-09T02:33:15,007 During handling of the above exception, another exception occurred: 2021-07-09T02:33:15,007 2021-07-09T02:33:15,007 Traceback (most recent call last): 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:33:15,007 result = self._result = resolver.resolve( 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:33:15,007 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:33:15,007 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:33:15,007 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('j2==1.2'), parent=None)] 2021-07-09T02:33:15,007 2021-07-09T02:33:15,007 The above exception was the direct cause of the following exception: 2021-07-09T02:33:15,007 2021-07-09T02:33:15,007 Traceback (most recent call last): 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:33:15,007 status = self.run(options, args) 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:33:15,007 return func(self, options, args) 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:33:15,007 requirement_set = resolver.resolve( 2021-07-09T02:33:15,007 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:33:15,007 raise error from e 2021-07-09T02:33:15,007 pip._internal.exceptions.DistributionNotFound: No matching distribution found for j2==1.2 2021-07-09T02:33:15,012 Removed j2==1.2 from https://files.pythonhosted.org/packages/d8/fc/eaa526af9081d9574af56c0053ed59cb2216e7d4d57e012e676d700e2e11/j2-1.2.tar.gz#sha256=4da7a0edb44b2f5e9717a963f4a7500fc1bb8c4c73601fe5442d33523285f7c4 from build tracker '/tmp/pip-req-tracker-2u_txlmy' 2021-07-09T02:33:15,012 Removed build tracker: '/tmp/pip-req-tracker-2u_txlmy'