2021-07-10T00:10:07,512 Created temporary directory: /tmp/pip-ephem-wheel-cache-usixf9sc 2021-07-10T00:10:07,516 Created temporary directory: /tmp/pip-req-tracker-l3mpfikl 2021-07-10T00:10:07,516 Initialized build tracking at /tmp/pip-req-tracker-l3mpfikl 2021-07-10T00:10:07,516 Created build tracker: /tmp/pip-req-tracker-l3mpfikl 2021-07-10T00:10:07,517 Entered build tracker: /tmp/pip-req-tracker-l3mpfikl 2021-07-10T00:10:07,517 Created temporary directory: /tmp/pip-wheel-feurzds2 2021-07-10T00:10:07,552 1 location(s) to search for versions of zc-recipe-script: 2021-07-10T00:10:07,552 * https://pypi.org/simple/zc-recipe-script/ 2021-07-10T00:10:07,552 Fetching project page and analyzing links: https://pypi.org/simple/zc-recipe-script/ 2021-07-10T00:10:07,553 Getting page https://pypi.org/simple/zc-recipe-script/ 2021-07-10T00:10:07,554 Found index url https://pypi.org/simple 2021-07-10T00:10:07,734 Found link https://files.pythonhosted.org/packages/0c/7d/2bd0b7fc82f39d7b35bde1f493af0eb245c59f3d608a4455108f5959ad59/zc.recipe.script-1.0.1.tar.gz#sha256=233a12e6d46b068c03e3a19c0a8375cc475881be38980eef58ac481d63686850 (from https://pypi.org/simple/zc-recipe-script/), version: 1.0.1 2021-07-10T00:10:07,734 Found link https://files.pythonhosted.org/packages/57/e1/d723eef806293f4576321c97c9fbd0123abac781c33297787683458459c6/zc.recipe.script-1.0.2.tar.gz#sha256=01ee94a770cef64acdb656dc88cba7432620a7ab1270a72fc23658e474b33dba (from https://pypi.org/simple/zc-recipe-script/), version: 1.0.2 2021-07-10T00:10:07,735 Skipping link: not a file: https://pypi.org/simple/zc-recipe-script/ 2021-07-10T00:10:07,751 Given no hashes to check 1 links for project 'zc-recipe-script': discarding no candidates 2021-07-10T00:10:07,768 Collecting zc-recipe-script==1.0.1 2021-07-10T00:10:07,770 Created temporary directory: /tmp/pip-unpack-197r0lx5 2021-07-10T00:10:07,940 Downloading zc.recipe.script-1.0.1.tar.gz (4.2 kB) 2021-07-10T00:10:07,990 Added zc-recipe-script==1.0.1 from https://files.pythonhosted.org/packages/0c/7d/2bd0b7fc82f39d7b35bde1f493af0eb245c59f3d608a4455108f5959ad59/zc.recipe.script-1.0.1.tar.gz#sha256=233a12e6d46b068c03e3a19c0a8375cc475881be38980eef58ac481d63686850 to build tracker '/tmp/pip-req-tracker-l3mpfikl' 2021-07-10T00:10:07,991 Running setup.py (path:/tmp/pip-wheel-feurzds2/zc-recipe-script_02724ec9853c4540aaa19bb92c4d2058/setup.py) egg_info for package zc-recipe-script 2021-07-10T00:10:07,992 Created temporary directory: /tmp/pip-pip-egg-info-9a6yoqk2 2021-07-10T00:10:07,992 Running command python setup.py egg_info 2021-07-10T00:10:08,616 Traceback (most recent call last): 2021-07-10T00:10:08,616 File "", line 1, in 2021-07-10T00:10:08,616 File "/tmp/pip-wheel-feurzds2/zc-recipe-script_02724ec9853c4540aaa19bb92c4d2058/setup.py", line 24, in 2021-07-10T00:10:08,617 read('src', 'zc', 'recipe', 'script', 'README.txt') 2021-07-10T00:10:08,617 File "/tmp/pip-wheel-feurzds2/zc-recipe-script_02724ec9853c4540aaa19bb92c4d2058/setup.py", line 12, in read 2021-07-10T00:10:08,617 return open(os.path.join(os.path.dirname(__file__), *rnames)).read() 2021-07-10T00:10:08,617 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-feurzds2/zc-recipe-script_02724ec9853c4540aaa19bb92c4d2058/src/zc/recipe/script/README.txt' 2021-07-10T00:10:08,665 WARNING: Discarding https://files.pythonhosted.org/packages/0c/7d/2bd0b7fc82f39d7b35bde1f493af0eb245c59f3d608a4455108f5959ad59/zc.recipe.script-1.0.1.tar.gz#sha256=233a12e6d46b068c03e3a19c0a8375cc475881be38980eef58ac481d63686850 (from https://pypi.org/simple/zc-recipe-script/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T00:10:08,666 ERROR: Could not find a version that satisfies the requirement zc-recipe-script==1.0.1 (from versions: 1.0.1, 1.0.2) 2021-07-10T00:10:08,667 ERROR: No matching distribution found for zc-recipe-script==1.0.1 2021-07-10T00:10:08,667 Exception information: 2021-07-10T00:10:08,667 Traceback (most recent call last): 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T00:10:08,667 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T00:10:08,667 raise RequirementsConflicted(criterion) 2021-07-10T00:10:08,667 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('zc-recipe-script==1.0.1') 2021-07-10T00:10:08,667 2021-07-10T00:10:08,667 During handling of the above exception, another exception occurred: 2021-07-10T00:10:08,667 2021-07-10T00:10:08,667 Traceback (most recent call last): 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T00:10:08,667 result = self._result = resolver.resolve( 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T00:10:08,667 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T00:10:08,667 raise ResolutionImpossible(e.criterion.information) 2021-07-10T00:10:08,667 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('zc-recipe-script==1.0.1'), parent=None)] 2021-07-10T00:10:08,667 2021-07-10T00:10:08,667 The above exception was the direct cause of the following exception: 2021-07-10T00:10:08,667 2021-07-10T00:10:08,667 Traceback (most recent call last): 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T00:10:08,667 status = self.run(options, args) 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T00:10:08,667 return func(self, options, args) 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T00:10:08,667 requirement_set = resolver.resolve( 2021-07-10T00:10:08,667 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T00:10:08,667 raise error from e 2021-07-10T00:10:08,667 pip._internal.exceptions.DistributionNotFound: No matching distribution found for zc-recipe-script==1.0.1 2021-07-10T00:10:08,671 Removed zc-recipe-script==1.0.1 from https://files.pythonhosted.org/packages/0c/7d/2bd0b7fc82f39d7b35bde1f493af0eb245c59f3d608a4455108f5959ad59/zc.recipe.script-1.0.1.tar.gz#sha256=233a12e6d46b068c03e3a19c0a8375cc475881be38980eef58ac481d63686850 from build tracker '/tmp/pip-req-tracker-l3mpfikl' 2021-07-10T00:10:08,672 Removed build tracker: '/tmp/pip-req-tracker-l3mpfikl'