2021-07-11T21:50:34,943 Created temporary directory: /tmp/pip-ephem-wheel-cache-cg6ubzj7 2021-07-11T21:50:34,946 Created temporary directory: /tmp/pip-req-tracker-svt9rehm 2021-07-11T21:50:34,946 Initialized build tracking at /tmp/pip-req-tracker-svt9rehm 2021-07-11T21:50:34,947 Created build tracker: /tmp/pip-req-tracker-svt9rehm 2021-07-11T21:50:34,947 Entered build tracker: /tmp/pip-req-tracker-svt9rehm 2021-07-11T21:50:34,947 Created temporary directory: /tmp/pip-wheel-bx8pl75r 2021-07-11T21:50:34,976 1 location(s) to search for versions of cthub: 2021-07-11T21:50:34,976 * https://pypi.org/simple/cthub/ 2021-07-11T21:50:34,977 Fetching project page and analyzing links: https://pypi.org/simple/cthub/ 2021-07-11T21:50:34,977 Getting page https://pypi.org/simple/cthub/ 2021-07-11T21:50:34,979 Found index url https://pypi.org/simple 2021-07-11T21:50:35,066 Found link https://files.pythonhosted.org/packages/87/53/8fa6b23f7aa28a46608080be0914720d33a7799580382b9319fd5d1e8179/CTHub-0.1.tar.gz#sha256=ef3332947cabd7782d431d912d5f1e5d80073d3925b5a9ea139347172a8451ad (from https://pypi.org/simple/cthub/), version: 0.1 2021-07-11T21:50:35,066 Found link https://files.pythonhosted.org/packages/34/75/b846d06d0102d5fb9884a541bd331b670f2bceea72e0ae7e9d09ba74d237/CTHub-0.2.tar.gz#sha256=625c5c5b9f7c9f760e3dce85bfc6b41b1971b67e6c6c34aa99786012225ffc24 (from https://pypi.org/simple/cthub/), version: 0.2 2021-07-11T21:50:35,066 Skipping link: not a file: https://pypi.org/simple/cthub/ 2021-07-11T21:50:35,084 Given no hashes to check 1 links for project 'cthub': discarding no candidates 2021-07-11T21:50:35,103 Collecting cthub==0.2 2021-07-11T21:50:35,105 Created temporary directory: /tmp/pip-unpack-k3h2h_q9 2021-07-11T21:50:35,146 Downloading CTHub-0.2.tar.gz (4.9 kB) 2021-07-11T21:50:35,174 Added cthub==0.2 from https://files.pythonhosted.org/packages/34/75/b846d06d0102d5fb9884a541bd331b670f2bceea72e0ae7e9d09ba74d237/CTHub-0.2.tar.gz#sha256=625c5c5b9f7c9f760e3dce85bfc6b41b1971b67e6c6c34aa99786012225ffc24 to build tracker '/tmp/pip-req-tracker-svt9rehm' 2021-07-11T21:50:35,175 Running setup.py (path:/tmp/pip-wheel-bx8pl75r/cthub_8c9f2c5188fb4e70920f62ac3fe6f05b/setup.py) egg_info for package cthub 2021-07-11T21:50:35,175 Created temporary directory: /tmp/pip-pip-egg-info-awvl2aw2 2021-07-11T21:50:35,176 Running command python setup.py egg_info 2021-07-11T21:50:36,097 Traceback (most recent call last): 2021-07-11T21:50:36,097 File "", line 1, in 2021-07-11T21:50:36,097 File "/tmp/pip-wheel-bx8pl75r/cthub_8c9f2c5188fb4e70920f62ac3fe6f05b/setup.py", line 18, in 2021-07-11T21:50:36,098 version = get_version('CTHub/CTHub'), 2021-07-11T21:50:36,098 File "/tmp/pip-wheel-bx8pl75r/cthub_8c9f2c5188fb4e70920f62ac3fe6f05b/setup.py", line 8, in get_version 2021-07-11T21:50:36,098 module = ast.parse(source) 2021-07-11T21:50:36,098 File "/usr/lib/python3.9/ast.py", line 50, in parse 2021-07-11T21:50:36,098 return compile(source, filename, mode, flags, 2021-07-11T21:50:36,098 File "", line 29 2021-07-11T21:50:36,099 print '\n\n' 2021-07-11T21:50:36,099 ^ 2021-07-11T21:50:36,099 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('\n\n')? 2021-07-11T21:50:36,150 WARNING: Discarding https://files.pythonhosted.org/packages/34/75/b846d06d0102d5fb9884a541bd331b670f2bceea72e0ae7e9d09ba74d237/CTHub-0.2.tar.gz#sha256=625c5c5b9f7c9f760e3dce85bfc6b41b1971b67e6c6c34aa99786012225ffc24 (from https://pypi.org/simple/cthub/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T21:50:36,151 ERROR: Could not find a version that satisfies the requirement cthub==0.2 (from versions: 0.1, 0.2) 2021-07-11T21:50:36,152 ERROR: No matching distribution found for cthub==0.2 2021-07-11T21:50:36,152 Exception information: 2021-07-11T21:50:36,152 Traceback (most recent call last): 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T21:50:36,152 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T21:50:36,152 raise RequirementsConflicted(criterion) 2021-07-11T21:50:36,152 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cthub==0.2') 2021-07-11T21:50:36,152 2021-07-11T21:50:36,152 During handling of the above exception, another exception occurred: 2021-07-11T21:50:36,152 2021-07-11T21:50:36,152 Traceback (most recent call last): 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T21:50:36,152 result = self._result = resolver.resolve( 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T21:50:36,152 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T21:50:36,152 raise ResolutionImpossible(e.criterion.information) 2021-07-11T21:50:36,152 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cthub==0.2'), parent=None)] 2021-07-11T21:50:36,152 2021-07-11T21:50:36,152 The above exception was the direct cause of the following exception: 2021-07-11T21:50:36,152 2021-07-11T21:50:36,152 Traceback (most recent call last): 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T21:50:36,152 status = self.run(options, args) 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T21:50:36,152 return func(self, options, args) 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T21:50:36,152 requirement_set = resolver.resolve( 2021-07-11T21:50:36,152 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T21:50:36,152 raise error from e 2021-07-11T21:50:36,152 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cthub==0.2 2021-07-11T21:50:36,157 Removed cthub==0.2 from https://files.pythonhosted.org/packages/34/75/b846d06d0102d5fb9884a541bd331b670f2bceea72e0ae7e9d09ba74d237/CTHub-0.2.tar.gz#sha256=625c5c5b9f7c9f760e3dce85bfc6b41b1971b67e6c6c34aa99786012225ffc24 from build tracker '/tmp/pip-req-tracker-svt9rehm' 2021-07-11T21:50:36,157 Removed build tracker: '/tmp/pip-req-tracker-svt9rehm'