2021-07-09T06:47:51,795 Created temporary directory: /tmp/pip-ephem-wheel-cache-emnzckue 2021-07-09T06:47:51,798 Created temporary directory: /tmp/pip-req-tracker-8q9dksdg 2021-07-09T06:47:51,798 Initialized build tracking at /tmp/pip-req-tracker-8q9dksdg 2021-07-09T06:47:51,798 Created build tracker: /tmp/pip-req-tracker-8q9dksdg 2021-07-09T06:47:51,798 Entered build tracker: /tmp/pip-req-tracker-8q9dksdg 2021-07-09T06:47:51,799 Created temporary directory: /tmp/pip-wheel-x860uui5 2021-07-09T06:47:51,833 1 location(s) to search for versions of kotti-theme-readable: 2021-07-09T06:47:51,833 * https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:51,833 Fetching project page and analyzing links: https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:51,834 Getting page https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:51,835 Found index url https://pypi.org/simple 2021-07-09T06:47:51,924 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:51,925 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:51,925 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:51,925 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:51,926 Skipping link: not a file: https://pypi.org/simple/kotti-theme-readable/ 2021-07-09T06:47:51,942 Given no hashes to check 1 links for project 'kotti-theme-readable': discarding no candidates 2021-07-09T06:47:51,960 Collecting kotti-theme-readable==0.3 2021-07-09T06:47:51,961 Created temporary directory: /tmp/pip-unpack-_cw9cdmy 2021-07-09T06:47:52,145 Downloading kotti_theme_readable-0.3.tar.gz (39 kB) 2021-07-09T06:47:52,214 Added kotti-theme-readable==0.3 from https://files.pythonhosted.org/packages/10/8a/8e8d01cf9bc24db916edaa151dcf4560fe8c2344ff81ee91032e4c9688b4/kotti_theme_readable-0.3.tar.gz#sha256=e1b26a356ae5a8eaf1a66a9a63db550ec4666ed7efea67e90bda45ccf5ed9942 to build tracker '/tmp/pip-req-tracker-8q9dksdg' 2021-07-09T06:47:52,216 Running setup.py (path:/tmp/pip-wheel-x860uui5/kotti-theme-readable_083034970d234d88a027f603975ee0b5/setup.py) egg_info for package kotti-theme-readable 2021-07-09T06:47:52,216 Created temporary directory: /tmp/pip-pip-egg-info-xmn3w9bi 2021-07-09T06:47:52,217 Running command python setup.py egg_info 2021-07-09T06:47:52,874 Traceback (most recent call last): 2021-07-09T06:47:52,875 File "", line 1, in 2021-07-09T06:47:52,875 File "/tmp/pip-wheel-x860uui5/kotti-theme-readable_083034970d234d88a027f603975ee0b5/setup.py", line 13, in 2021-07-09T06:47:52,876 setup( 2021-07-09T06:47:52,876 File "/usr/local/lib/python3.9/dist-packages/setuptools/__init__.py", line 152, in setup 2021-07-09T06:47:52,876 _install_setup_requires(attrs) 2021-07-09T06:47:52,876 File "/usr/local/lib/python3.9/dist-packages/setuptools/__init__.py", line 145, in _install_setup_requires 2021-07-09T06:47:52,876 dist.parse_config_files(ignore_option_errors=True) 2021-07-09T06:47:52,876 File "/usr/local/lib/python3.9/dist-packages/setuptools/dist.py", line 776, in parse_config_files 2021-07-09T06:47:52,877 self._parse_config_files(filenames=filenames) 2021-07-09T06:47:52,877 File "/usr/local/lib/python3.9/dist-packages/setuptools/dist.py", line 657, in _parse_config_files 2021-07-09T06:47:52,878 val = parser.get(section, opt) 2021-07-09T06:47:52,878 File "/usr/lib/python3.9/configparser.py", line 799, in get 2021-07-09T06:47:52,879 return self._interpolation.before_get(self, section, option, value, 2021-07-09T06:47:52,879 File "/usr/lib/python3.9/configparser.py", line 395, in before_get 2021-07-09T06:47:52,880 self._interpolate_some(parser, option, L, value, section, defaults, 1) 2021-07-09T06:47:52,880 File "/usr/lib/python3.9/configparser.py", line 442, in _interpolate_some 2021-07-09T06:47:52,881 raise InterpolationSyntaxError( 2021-07-09T06:47:52,881 configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%s.min.css' 2021-07-09T06:47:52,932 WARNING: Discarding 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/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T06:47:52,934 ERROR: Could not find a version that satisfies the requirement kotti-theme-readable==0.3 (from versions: 0.1, 0.2, 0.3, 0.4) 2021-07-09T06:47:52,934 ERROR: No matching distribution found for kotti-theme-readable==0.3 2021-07-09T06:47:52,934 Exception information: 2021-07-09T06:47:52,934 Traceback (most recent call last): 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T06:47:52,934 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T06:47:52,934 raise RequirementsConflicted(criterion) 2021-07-09T06:47:52,934 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kotti-theme-readable==0.3') 2021-07-09T06:47:52,934 2021-07-09T06:47:52,934 During handling of the above exception, another exception occurred: 2021-07-09T06:47:52,934 2021-07-09T06:47:52,934 Traceback (most recent call last): 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T06:47:52,934 result = self._result = resolver.resolve( 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T06:47:52,934 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T06:47:52,934 raise ResolutionImpossible(e.criterion.information) 2021-07-09T06:47:52,934 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kotti-theme-readable==0.3'), parent=None)] 2021-07-09T06:47:52,934 2021-07-09T06:47:52,934 The above exception was the direct cause of the following exception: 2021-07-09T06:47:52,934 2021-07-09T06:47:52,934 Traceback (most recent call last): 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T06:47:52,934 status = self.run(options, args) 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T06:47:52,934 return func(self, options, args) 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T06:47:52,934 requirement_set = resolver.resolve( 2021-07-09T06:47:52,934 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T06:47:52,934 raise error from e 2021-07-09T06:47:52,934 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kotti-theme-readable==0.3 2021-07-09T06:47:52,940 Removed kotti-theme-readable==0.3 from https://files.pythonhosted.org/packages/10/8a/8e8d01cf9bc24db916edaa151dcf4560fe8c2344ff81ee91032e4c9688b4/kotti_theme_readable-0.3.tar.gz#sha256=e1b26a356ae5a8eaf1a66a9a63db550ec4666ed7efea67e90bda45ccf5ed9942 from build tracker '/tmp/pip-req-tracker-8q9dksdg' 2021-07-09T06:47:52,940 Removed build tracker: '/tmp/pip-req-tracker-8q9dksdg'