2021-07-08T16:38:16,258 Created temporary directory: /tmp/pip-ephem-wheel-cache-tazyrywa 2021-07-08T16:38:16,261 Created temporary directory: /tmp/pip-req-tracker-uaoufu93 2021-07-08T16:38:16,262 Initialized build tracking at /tmp/pip-req-tracker-uaoufu93 2021-07-08T16:38:16,262 Created build tracker: /tmp/pip-req-tracker-uaoufu93 2021-07-08T16:38:16,262 Entered build tracker: /tmp/pip-req-tracker-uaoufu93 2021-07-08T16:38:16,263 Created temporary directory: /tmp/pip-wheel-lyze1xam 2021-07-08T16:38:16,296 1 location(s) to search for versions of plonetheme-tidyblog: 2021-07-08T16:38:16,296 * https://pypi.org/simple/plonetheme-tidyblog/ 2021-07-08T16:38:16,296 Fetching project page and analyzing links: https://pypi.org/simple/plonetheme-tidyblog/ 2021-07-08T16:38:16,297 Getting page https://pypi.org/simple/plonetheme-tidyblog/ 2021-07-08T16:38:16,298 Found index url https://pypi.org/simple 2021-07-08T16:38:16,475 Found link https://files.pythonhosted.org/packages/b1/da/e074917d0df146e5ce2842210a84ad12684529ca5286a1b157470b930014/plonetheme.tidyblog-1.1.tar.gz#sha256=5134322e62dfb588999144caadfb236460979416bf8d8ef729d91d14eead4075 (from https://pypi.org/simple/plonetheme-tidyblog/), version: 1.1 2021-07-08T16:38:16,475 Found link https://files.pythonhosted.org/packages/b6/56/2142b0664810960dc384cc2f7cee25e2d3cc5941b49ca011f3ca655070b3/plonetheme.tidyblog-1.2.tar.gz#sha256=1735ea706eb260f9a2d80dd56886c91c855a761c9e4e4d206a3c2694af084393 (from https://pypi.org/simple/plonetheme-tidyblog/), version: 1.2 2021-07-08T16:38:16,476 Found link https://files.pythonhosted.org/packages/fa/52/73568c192c43d158be2ef789838bef2cbb134fda2d4c9a97f6a4c5a92a3f/plonetheme.tidyblog-1.2.1.tar.gz#sha256=30792486968493047e86e085cb9f8463dc13efb506199c1fda8672c9ebf0820a (from https://pypi.org/simple/plonetheme-tidyblog/), version: 1.2.1 2021-07-08T16:38:16,476 Skipping link: not a file: https://pypi.org/simple/plonetheme-tidyblog/ 2021-07-08T16:38:16,493 Given no hashes to check 1 links for project 'plonetheme-tidyblog': discarding no candidates 2021-07-08T16:38:16,510 Collecting plonetheme-tidyblog==1.1 2021-07-08T16:38:16,512 Created temporary directory: /tmp/pip-unpack-yto88w84 2021-07-08T16:38:16,687 Downloading plonetheme.tidyblog-1.1.tar.gz (32 kB) 2021-07-08T16:38:16,843 Added plonetheme-tidyblog==1.1 from https://files.pythonhosted.org/packages/b1/da/e074917d0df146e5ce2842210a84ad12684529ca5286a1b157470b930014/plonetheme.tidyblog-1.1.tar.gz#sha256=5134322e62dfb588999144caadfb236460979416bf8d8ef729d91d14eead4075 to build tracker '/tmp/pip-req-tracker-uaoufu93' 2021-07-08T16:38:16,844 Running setup.py (path:/tmp/pip-wheel-lyze1xam/plonetheme-tidyblog_dedb6cdeb2c54ee7b7bfa8621b235752/setup.py) egg_info for package plonetheme-tidyblog 2021-07-08T16:38:16,845 Created temporary directory: /tmp/pip-pip-egg-info-epijd2u4 2021-07-08T16:38:16,845 Running command python setup.py egg_info 2021-07-08T16:38:17,476 Traceback (most recent call last): 2021-07-08T16:38:17,476 File "", line 1, in 2021-07-08T16:38:17,477 File "/tmp/pip-wheel-lyze1xam/plonetheme-tidyblog_dedb6cdeb2c54ee7b7bfa8621b235752/setup.py", line 10, in 2021-07-08T16:38:17,477 open(os.path.join("docs", "HISTORY.txt")).read(), 2021-07-08T16:38:17,477 FileNotFoundError: [Errno 2] No such file or directory: 'docs/HISTORY.txt' 2021-07-08T16:38:17,526 WARNING: Discarding https://files.pythonhosted.org/packages/b1/da/e074917d0df146e5ce2842210a84ad12684529ca5286a1b157470b930014/plonetheme.tidyblog-1.1.tar.gz#sha256=5134322e62dfb588999144caadfb236460979416bf8d8ef729d91d14eead4075 (from https://pypi.org/simple/plonetheme-tidyblog/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T16:38:17,528 ERROR: Could not find a version that satisfies the requirement plonetheme-tidyblog==1.1 (from versions: 1.1, 1.2, 1.2.1) 2021-07-08T16:38:17,528 ERROR: No matching distribution found for plonetheme-tidyblog==1.1 2021-07-08T16:38:17,528 Exception information: 2021-07-08T16:38:17,528 Traceback (most recent call last): 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T16:38:17,528 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T16:38:17,528 raise RequirementsConflicted(criterion) 2021-07-08T16:38:17,528 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('plonetheme-tidyblog==1.1') 2021-07-08T16:38:17,528 2021-07-08T16:38:17,528 During handling of the above exception, another exception occurred: 2021-07-08T16:38:17,528 2021-07-08T16:38:17,528 Traceback (most recent call last): 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T16:38:17,528 result = self._result = resolver.resolve( 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T16:38:17,528 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T16:38:17,528 raise ResolutionImpossible(e.criterion.information) 2021-07-08T16:38:17,528 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('plonetheme-tidyblog==1.1'), parent=None)] 2021-07-08T16:38:17,528 2021-07-08T16:38:17,528 The above exception was the direct cause of the following exception: 2021-07-08T16:38:17,528 2021-07-08T16:38:17,528 Traceback (most recent call last): 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T16:38:17,528 status = self.run(options, args) 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T16:38:17,528 return func(self, options, args) 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T16:38:17,528 requirement_set = resolver.resolve( 2021-07-08T16:38:17,528 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T16:38:17,528 raise error from e 2021-07-08T16:38:17,528 pip._internal.exceptions.DistributionNotFound: No matching distribution found for plonetheme-tidyblog==1.1 2021-07-08T16:38:17,533 Removed plonetheme-tidyblog==1.1 from https://files.pythonhosted.org/packages/b1/da/e074917d0df146e5ce2842210a84ad12684529ca5286a1b157470b930014/plonetheme.tidyblog-1.1.tar.gz#sha256=5134322e62dfb588999144caadfb236460979416bf8d8ef729d91d14eead4075 from build tracker '/tmp/pip-req-tracker-uaoufu93' 2021-07-08T16:38:17,534 Removed build tracker: '/tmp/pip-req-tracker-uaoufu93'