2021-07-10T08:38:23,008 Created temporary directory: /tmp/pip-ephem-wheel-cache-e56jewk6 2021-07-10T08:38:23,011 Created temporary directory: /tmp/pip-req-tracker-4udi0uoz 2021-07-10T08:38:23,011 Initialized build tracking at /tmp/pip-req-tracker-4udi0uoz 2021-07-10T08:38:23,012 Created build tracker: /tmp/pip-req-tracker-4udi0uoz 2021-07-10T08:38:23,012 Entered build tracker: /tmp/pip-req-tracker-4udi0uoz 2021-07-10T08:38:23,013 Created temporary directory: /tmp/pip-wheel-u13p9lq3 2021-07-10T08:38:23,046 1 location(s) to search for versions of rndr: 2021-07-10T08:38:23,046 * https://pypi.org/simple/rndr/ 2021-07-10T08:38:23,046 Fetching project page and analyzing links: https://pypi.org/simple/rndr/ 2021-07-10T08:38:23,047 Getting page https://pypi.org/simple/rndr/ 2021-07-10T08:38:23,048 Found index url https://pypi.org/simple 2021-07-10T08:38:23,138 Found link https://files.pythonhosted.org/packages/e2/e7/a85c68c81ac22cd6c8e55ea3d1a40aeb21c1c27a29f8459f9f885c8ed2cb/RNDR-1.0.1.tar.gz#sha256=bffa4b17403a16a804ddaaf2f2acbd12967a0f626055c18145f247c860b33995 (from https://pypi.org/simple/rndr/), version: 1.0.1 2021-07-10T08:38:23,138 Found link https://files.pythonhosted.org/packages/6f/33/716f9e35e6f4c4b041a97d245120066228ec043a63069a2472b1006de170/RNDR-1.1.3.tar.gz#sha256=6ca80df8484fafd73db0cfe240aeeb9c36f2eebfd46633314c518f49d976b2a9 (from https://pypi.org/simple/rndr/), version: 1.1.3 2021-07-10T08:38:23,139 Found link https://files.pythonhosted.org/packages/ad/0a/f9b9c1827d8fbf8abf99c9e0398868ce0ba19a53c76178764e464c74b181/RNDR-1.1.5.tar.gz#sha256=b435efaf854d2ad879161ba4d8b7d91e95565c02d6ecc3e33fdbba25de8774ce (from https://pypi.org/simple/rndr/), version: 1.1.5 2021-07-10T08:38:23,139 Found link https://files.pythonhosted.org/packages/91/e8/71cbc1d1c7145a04f5f3542a9bcde54587977e866849b3367c0bc9953039/RNDR-1.1.8.tar.gz#sha256=15b09386edb78256b72ecd530420f05cf8afa32d3354c0c07c2f59e113ab21a8 (from https://pypi.org/simple/rndr/), version: 1.1.8 2021-07-10T08:38:23,139 Skipping link: not a file: https://pypi.org/simple/rndr/ 2021-07-10T08:38:23,157 Given no hashes to check 1 links for project 'rndr': discarding no candidates 2021-07-10T08:38:23,176 Collecting rndr==1.1.8 2021-07-10T08:38:23,177 Created temporary directory: /tmp/pip-unpack-ru4j6lmd 2021-07-10T08:38:23,366 Downloading RNDR-1.1.8.tar.gz (19 kB) 2021-07-10T08:38:23,420 Added rndr==1.1.8 from https://files.pythonhosted.org/packages/91/e8/71cbc1d1c7145a04f5f3542a9bcde54587977e866849b3367c0bc9953039/RNDR-1.1.8.tar.gz#sha256=15b09386edb78256b72ecd530420f05cf8afa32d3354c0c07c2f59e113ab21a8 to build tracker '/tmp/pip-req-tracker-4udi0uoz' 2021-07-10T08:38:23,421 Running setup.py (path:/tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/setup.py) egg_info for package rndr 2021-07-10T08:38:23,422 Created temporary directory: /tmp/pip-pip-egg-info-s9okr0rq 2021-07-10T08:38:23,422 Running command python setup.py egg_info 2021-07-10T08:38:24,117 /tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/parse.py:35: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2021-07-10T08:38:24,118 if extra_start is not -1: 2021-07-10T08:38:24,118 /tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/parse.py:90: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2021-07-10T08:38:24,118 if s[a][1] is not -1 and s[b][1] is -1: 2021-07-10T08:38:24,118 /tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/parse.py:90: SyntaxWarning: "is" with a literal. Did you mean "=="? 2021-07-10T08:38:24,118 if s[a][1] is not -1 and s[b][1] is -1: 2021-07-10T08:38:24,118 /tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/parse.py:167: SyntaxWarning: "is" with a literal. Did you mean "=="? 2021-07-10T08:38:24,119 if self.start is -1: 2021-07-10T08:38:24,119 /tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/parse.py:228: SyntaxWarning: "is" with a literal. Did you mean "=="? 2021-07-10T08:38:24,119 ends_block = statement.find( self.config.block_end_tag ) is 0 2021-07-10T08:38:24,119 /tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/parse.py:250: SyntaxWarning: "is" with a literal. Did you mean "=="? 2021-07-10T08:38:24,120 elif statement.find( self.config.block_end_tag ) is 0: 2021-07-10T08:38:24,126 Traceback (most recent call last): 2021-07-10T08:38:24,126 File "", line 1, in 2021-07-10T08:38:24,127 File "/tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/setup.py", line 2, in 2021-07-10T08:38:24,127 import rndr 2021-07-10T08:38:24,128 File "/tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/__init__.py", line 384, in 2021-07-10T08:38:24,128 from .core import RNDR, Coder 2021-07-10T08:38:24,128 File "/tmp/pip-wheel-u13p9lq3/rndr_94324051d8db44d7a46114db9900e384/rndr/core.py", line 7, in 2021-07-10T08:38:24,129 from cStringIO import StringIO 2021-07-10T08:38:24,129 ModuleNotFoundError: No module named 'cStringIO' 2021-07-10T08:38:24,178 WARNING: Discarding https://files.pythonhosted.org/packages/91/e8/71cbc1d1c7145a04f5f3542a9bcde54587977e866849b3367c0bc9953039/RNDR-1.1.8.tar.gz#sha256=15b09386edb78256b72ecd530420f05cf8afa32d3354c0c07c2f59e113ab21a8 (from https://pypi.org/simple/rndr/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T08:38:24,179 ERROR: Could not find a version that satisfies the requirement rndr==1.1.8 (from versions: 1.0.1, 1.1.3, 1.1.5, 1.1.8) 2021-07-10T08:38:24,180 ERROR: No matching distribution found for rndr==1.1.8 2021-07-10T08:38:24,180 Exception information: 2021-07-10T08:38:24,180 Traceback (most recent call last): 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T08:38:24,180 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T08:38:24,180 raise RequirementsConflicted(criterion) 2021-07-10T08:38:24,180 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('rndr==1.1.8') 2021-07-10T08:38:24,180 2021-07-10T08:38:24,180 During handling of the above exception, another exception occurred: 2021-07-10T08:38:24,180 2021-07-10T08:38:24,180 Traceback (most recent call last): 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T08:38:24,180 result = self._result = resolver.resolve( 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T08:38:24,180 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T08:38:24,180 raise ResolutionImpossible(e.criterion.information) 2021-07-10T08:38:24,180 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('rndr==1.1.8'), parent=None)] 2021-07-10T08:38:24,180 2021-07-10T08:38:24,180 The above exception was the direct cause of the following exception: 2021-07-10T08:38:24,180 2021-07-10T08:38:24,180 Traceback (most recent call last): 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T08:38:24,180 status = self.run(options, args) 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T08:38:24,180 return func(self, options, args) 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T08:38:24,180 requirement_set = resolver.resolve( 2021-07-10T08:38:24,180 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T08:38:24,180 raise error from e 2021-07-10T08:38:24,180 pip._internal.exceptions.DistributionNotFound: No matching distribution found for rndr==1.1.8 2021-07-10T08:38:24,185 Removed rndr==1.1.8 from https://files.pythonhosted.org/packages/91/e8/71cbc1d1c7145a04f5f3542a9bcde54587977e866849b3367c0bc9953039/RNDR-1.1.8.tar.gz#sha256=15b09386edb78256b72ecd530420f05cf8afa32d3354c0c07c2f59e113ab21a8 from build tracker '/tmp/pip-req-tracker-4udi0uoz' 2021-07-10T08:38:24,185 Removed build tracker: '/tmp/pip-req-tracker-4udi0uoz'