2021-07-08T15:10:46,409 Created temporary directory: /tmp/pip-ephem-wheel-cache-o_0fuswn 2021-07-08T15:10:46,412 Created temporary directory: /tmp/pip-req-tracker-ximb22ud 2021-07-08T15:10:46,413 Initialized build tracking at /tmp/pip-req-tracker-ximb22ud 2021-07-08T15:10:46,413 Created build tracker: /tmp/pip-req-tracker-ximb22ud 2021-07-08T15:10:46,413 Entered build tracker: /tmp/pip-req-tracker-ximb22ud 2021-07-08T15:10:46,414 Created temporary directory: /tmp/pip-wheel-5eqh3w1e 2021-07-08T15:10:46,447 1 location(s) to search for versions of z3c-gibberish: 2021-07-08T15:10:46,447 * https://pypi.org/simple/z3c-gibberish/ 2021-07-08T15:10:46,448 Fetching project page and analyzing links: https://pypi.org/simple/z3c-gibberish/ 2021-07-08T15:10:46,448 Getting page https://pypi.org/simple/z3c-gibberish/ 2021-07-08T15:10:46,450 Found index url https://pypi.org/simple 2021-07-08T15:10:46,628 Found link https://files.pythonhosted.org/packages/00/ac/ad8dbbd711ea015afafee9fd1aa2e17339bbb6c3a7ea8b90a16b6799923c/z3c.gibberish-0.1.tar.gz#sha256=cd8b7213792bf9d25a417948b8897a9acd421f18fb3fa2a10e118084ca73d63f (from https://pypi.org/simple/z3c-gibberish/), version: 0.1 2021-07-08T15:10:46,628 Skipping link: not a file: https://pypi.org/simple/z3c-gibberish/ 2021-07-08T15:10:46,644 Given no hashes to check 1 links for project 'z3c-gibberish': discarding no candidates 2021-07-08T15:10:46,661 Collecting z3c-gibberish==0.1 2021-07-08T15:10:46,663 Created temporary directory: /tmp/pip-unpack-92pjtu6z 2021-07-08T15:10:46,835 Downloading z3c.gibberish-0.1.tar.gz (4.9 kB) 2021-07-08T15:10:46,894 Added z3c-gibberish==0.1 from https://files.pythonhosted.org/packages/00/ac/ad8dbbd711ea015afafee9fd1aa2e17339bbb6c3a7ea8b90a16b6799923c/z3c.gibberish-0.1.tar.gz#sha256=cd8b7213792bf9d25a417948b8897a9acd421f18fb3fa2a10e118084ca73d63f to build tracker '/tmp/pip-req-tracker-ximb22ud' 2021-07-08T15:10:46,895 Running setup.py (path:/tmp/pip-wheel-5eqh3w1e/z3c-gibberish_1c2b28bd5720423aa7952f0a633fa6f4/setup.py) egg_info for package z3c-gibberish 2021-07-08T15:10:46,896 Created temporary directory: /tmp/pip-pip-egg-info-ogaqbhm7 2021-07-08T15:10:46,896 Running command python setup.py egg_info 2021-07-08T15:10:47,529 Traceback (most recent call last): 2021-07-08T15:10:47,530 File "", line 1, in 2021-07-08T15:10:47,530 File "/tmp/pip-wheel-5eqh3w1e/z3c-gibberish_1c2b28bd5720423aa7952f0a633fa6f4/setup.py", line 9, in 2021-07-08T15:10:47,530 long_description=file(os.path.join( 2021-07-08T15:10:47,530 NameError: name 'file' is not defined 2021-07-08T15:10:47,580 WARNING: Discarding https://files.pythonhosted.org/packages/00/ac/ad8dbbd711ea015afafee9fd1aa2e17339bbb6c3a7ea8b90a16b6799923c/z3c.gibberish-0.1.tar.gz#sha256=cd8b7213792bf9d25a417948b8897a9acd421f18fb3fa2a10e118084ca73d63f (from https://pypi.org/simple/z3c-gibberish/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T15:10:47,581 ERROR: Could not find a version that satisfies the requirement z3c-gibberish==0.1 (from versions: 0.1) 2021-07-08T15:10:47,582 ERROR: No matching distribution found for z3c-gibberish==0.1 2021-07-08T15:10:47,582 Exception information: 2021-07-08T15:10:47,582 Traceback (most recent call last): 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T15:10:47,582 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T15:10:47,582 raise RequirementsConflicted(criterion) 2021-07-08T15:10:47,582 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('z3c-gibberish==0.1') 2021-07-08T15:10:47,582 2021-07-08T15:10:47,582 During handling of the above exception, another exception occurred: 2021-07-08T15:10:47,582 2021-07-08T15:10:47,582 Traceback (most recent call last): 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T15:10:47,582 result = self._result = resolver.resolve( 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T15:10:47,582 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T15:10:47,582 raise ResolutionImpossible(e.criterion.information) 2021-07-08T15:10:47,582 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('z3c-gibberish==0.1'), parent=None)] 2021-07-08T15:10:47,582 2021-07-08T15:10:47,582 The above exception was the direct cause of the following exception: 2021-07-08T15:10:47,582 2021-07-08T15:10:47,582 Traceback (most recent call last): 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T15:10:47,582 status = self.run(options, args) 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T15:10:47,582 return func(self, options, args) 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T15:10:47,582 requirement_set = resolver.resolve( 2021-07-08T15:10:47,582 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T15:10:47,582 raise error from e 2021-07-08T15:10:47,582 pip._internal.exceptions.DistributionNotFound: No matching distribution found for z3c-gibberish==0.1 2021-07-08T15:10:47,587 Removed z3c-gibberish==0.1 from https://files.pythonhosted.org/packages/00/ac/ad8dbbd711ea015afafee9fd1aa2e17339bbb6c3a7ea8b90a16b6799923c/z3c.gibberish-0.1.tar.gz#sha256=cd8b7213792bf9d25a417948b8897a9acd421f18fb3fa2a10e118084ca73d63f from build tracker '/tmp/pip-req-tracker-ximb22ud' 2021-07-08T15:10:47,587 Removed build tracker: '/tmp/pip-req-tracker-ximb22ud'