2021-07-09T06:47:52,787 Created temporary directory: /tmp/pip-ephem-wheel-cache-0n2mslua 2021-07-09T06:47:52,790 Created temporary directory: /tmp/pip-req-tracker-rxj9u5uh 2021-07-09T06:47:52,790 Initialized build tracking at /tmp/pip-req-tracker-rxj9u5uh 2021-07-09T06:47:52,790 Created build tracker: /tmp/pip-req-tracker-rxj9u5uh 2021-07-09T06:47:52,790 Entered build tracker: /tmp/pip-req-tracker-rxj9u5uh 2021-07-09T06:47:52,791 Created temporary directory: /tmp/pip-wheel-d217_x85 2021-07-09T06:47:52,825 1 location(s) to search for versions of kotti-theme-readable: 2021-07-09T06:47:52,825 * https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:52,825 Fetching project page and analyzing links: https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:52,826 Getting page https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:52,827 Found index url https://pypi.org/simple 2021-07-09T06:47:52,915 Found link https://files.pythonhosted.org/packages/e9/17/3aae78d2ec923d775a58d126149280b4fbe8489df30dfad044dfe0d098b8/kotti_theme_readable-0.1.tar.gz#sha256=3eb29f56e4c1a4a5da7cd3713d731ef5abd76ede682faca9e17e0b0cd439afa7 (from https://pypi.org/simple/kotti-theme-readable/), version: 0.1 2021-07-09T06:47:52,916 Found link https://files.pythonhosted.org/packages/e4/58/095e86fdaa2b262d341df5c2fca53c8e8206e8e123dc2db2eb22f19b4117/kotti_theme_readable-0.2.tar.gz#sha256=baa858dfa46ca73635d21b4c964dbf236f6acd91784e149fdb22c70baf307658 (from https://pypi.org/simple/kotti-theme-readable/), version: 0.2 2021-07-09T06:47:52,916 Found link https://files.pythonhosted.org/packages/10/8a/8e8d01cf9bc24db916edaa151dcf4560fe8c2344ff81ee91032e4c9688b4/kotti_theme_readable-0.3.tar.gz#sha256=e1b26a356ae5a8eaf1a66a9a63db550ec4666ed7efea67e90bda45ccf5ed9942 (from https://pypi.org/simple/kotti-theme-readable/), version: 0.3 2021-07-09T06:47:52,916 Found link https://files.pythonhosted.org/packages/eb/93/48cd183ad73f5694ec193321a4b54a0cd1b4838bce3f6906694adeabdf67/kotti_theme_readable-0.4.tar.gz#sha256=9c0ee2c7825714bda8944bcede5153c26a5f7c874175da414909a5586a001af5 (from https://pypi.org/simple/kotti-theme-readable/), version: 0.4 2021-07-09T06:47:52,917 Skipping link: not a file: https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:52,933 Given no hashes to check 1 links for project 'kotti-theme-readable': discarding no candidates 2021-07-09T06:47:52,951 Collecting kotti-theme-readable==0.4 2021-07-09T06:47:52,952 Created temporary directory: /tmp/pip-unpack-dtwomx5p 2021-07-09T06:47:53,123 Downloading kotti_theme_readable-0.4.tar.gz (37 kB) 2021-07-09T06:47:53,194 Added kotti-theme-readable==0.4 from https://files.pythonhosted.org/packages/eb/93/48cd183ad73f5694ec193321a4b54a0cd1b4838bce3f6906694adeabdf67/kotti_theme_readable-0.4.tar.gz#sha256=9c0ee2c7825714bda8944bcede5153c26a5f7c874175da414909a5586a001af5 to build tracker '/tmp/pip-req-tracker-rxj9u5uh' 2021-07-09T06:47:53,195 Running setup.py (path:/tmp/pip-wheel-d217_x85/kotti-theme-readable_fcd7ca0ee55449dfb36214b54853f93a/setup.py) egg_info for package kotti-theme-readable 2021-07-09T06:47:53,195 Created temporary directory: /tmp/pip-pip-egg-info-yxpq8d9y 2021-07-09T06:47:53,196 Running command python setup.py egg_info 2021-07-09T06:47:53,848 Traceback (most recent call last): 2021-07-09T06:47:53,848 File "", line 1, in 2021-07-09T06:47:53,849 File "/tmp/pip-wheel-d217_x85/kotti-theme-readable_fcd7ca0ee55449dfb36214b54853f93a/setup.py", line 13, in 2021-07-09T06:47:53,849 setup( 2021-07-09T06:47:53,849 File "/usr/local/lib/python3.9/dist-packages/setuptools/__init__.py", line 152, in setup 2021-07-09T06:47:53,849 _install_setup_requires(attrs) 2021-07-09T06:47:53,850 File "/usr/local/lib/python3.9/dist-packages/setuptools/__init__.py", line 145, in _install_setup_requires 2021-07-09T06:47:53,850 dist.parse_config_files(ignore_option_errors=True) 2021-07-09T06:47:53,850 File "/usr/local/lib/python3.9/dist-packages/setuptools/dist.py", line 776, in parse_config_files 2021-07-09T06:47:53,850 self._parse_config_files(filenames=filenames) 2021-07-09T06:47:53,850 File "/usr/local/lib/python3.9/dist-packages/setuptools/dist.py", line 657, in _parse_config_files 2021-07-09T06:47:53,851 val = parser.get(section, opt) 2021-07-09T06:47:53,851 File "/usr/lib/python3.9/configparser.py", line 799, in get 2021-07-09T06:47:53,852 return self._interpolation.before_get(self, section, option, value, 2021-07-09T06:47:53,852 File "/usr/lib/python3.9/configparser.py", line 395, in before_get 2021-07-09T06:47:53,853 self._interpolate_some(parser, option, L, value, section, defaults, 1) 2021-07-09T06:47:53,853 File "/usr/lib/python3.9/configparser.py", line 442, in _interpolate_some 2021-07-09T06:47:53,854 raise InterpolationSyntaxError( 2021-07-09T06:47:53,854 configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%s.min.css' 2021-07-09T06:47:53,905 WARNING: Discarding https://files.pythonhosted.org/packages/eb/93/48cd183ad73f5694ec193321a4b54a0cd1b4838bce3f6906694adeabdf67/kotti_theme_readable-0.4.tar.gz#sha256=9c0ee2c7825714bda8944bcede5153c26a5f7c874175da414909a5586a001af5 (from https://pypi.org/simple/kotti-theme-readable/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T06:47:53,906 ERROR: Could not find a version that satisfies the requirement kotti-theme-readable==0.4 (from versions: 0.1, 0.2, 0.3, 0.4) 2021-07-09T06:47:53,907 ERROR: No matching distribution found for kotti-theme-readable==0.4 2021-07-09T06:47:53,907 Exception information: 2021-07-09T06:47:53,907 Traceback (most recent call last): 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T06:47:53,907 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T06:47:53,907 raise RequirementsConflicted(criterion) 2021-07-09T06:47:53,907 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kotti-theme-readable==0.4') 2021-07-09T06:47:53,907 2021-07-09T06:47:53,907 During handling of the above exception, another exception occurred: 2021-07-09T06:47:53,907 2021-07-09T06:47:53,907 Traceback (most recent call last): 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T06:47:53,907 result = self._result = resolver.resolve( 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T06:47:53,907 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T06:47:53,907 raise ResolutionImpossible(e.criterion.information) 2021-07-09T06:47:53,907 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kotti-theme-readable==0.4'), parent=None)] 2021-07-09T06:47:53,907 2021-07-09T06:47:53,907 The above exception was the direct cause of the following exception: 2021-07-09T06:47:53,907 2021-07-09T06:47:53,907 Traceback (most recent call last): 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T06:47:53,907 status = self.run(options, args) 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T06:47:53,907 return func(self, options, args) 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T06:47:53,907 requirement_set = resolver.resolve( 2021-07-09T06:47:53,907 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T06:47:53,907 raise error from e 2021-07-09T06:47:53,907 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kotti-theme-readable==0.4 2021-07-09T06:47:53,912 Removed kotti-theme-readable==0.4 from https://files.pythonhosted.org/packages/eb/93/48cd183ad73f5694ec193321a4b54a0cd1b4838bce3f6906694adeabdf67/kotti_theme_readable-0.4.tar.gz#sha256=9c0ee2c7825714bda8944bcede5153c26a5f7c874175da414909a5586a001af5 from build tracker '/tmp/pip-req-tracker-rxj9u5uh' 2021-07-09T06:47:53,912 Removed build tracker: '/tmp/pip-req-tracker-rxj9u5uh'