2021-07-09T20:46:34,967 Created temporary directory: /tmp/pip-ephem-wheel-cache-dw_e_1di 2021-07-09T20:46:34,970 Created temporary directory: /tmp/pip-req-tracker-2dsxmrr2 2021-07-09T20:46:34,970 Initialized build tracking at /tmp/pip-req-tracker-2dsxmrr2 2021-07-09T20:46:34,970 Created build tracker: /tmp/pip-req-tracker-2dsxmrr2 2021-07-09T20:46:34,970 Entered build tracker: /tmp/pip-req-tracker-2dsxmrr2 2021-07-09T20:46:34,971 Created temporary directory: /tmp/pip-wheel-8ridb5au 2021-07-09T20:46:35,004 1 location(s) to search for versions of souma: 2021-07-09T20:46:35,004 * https://pypi.org/simple/souma/ 2021-07-09T20:46:35,004 Fetching project page and analyzing links: https://pypi.org/simple/souma/ 2021-07-09T20:46:35,005 Getting page https://pypi.org/simple/souma/ 2021-07-09T20:46:35,006 Found index url https://pypi.org/simple 2021-07-09T20:46:35,202 Found link https://files.pythonhosted.org/packages/7b/63/51c488c3501a3eb6e5f191a768de34e1e935f5c56cfd41865f96013342b2/Souma-0.2.tar.gz#sha256=49357f7546182a78b8c4ec9e5053d04b6a421ca9e7c1be24569e6ee790547fc6 (from https://pypi.org/simple/souma/), version: 0.2 2021-07-09T20:46:35,202 Found link https://files.pythonhosted.org/packages/f2/52/4c7e6169913297e673a62c2f782e001dcdfe0684304426bc588516ecf3dd/Souma-0.2.1.tar.gz#sha256=3f85a2cf3233ee53db08efb5a3b52b81dcd71bfe3531239c3553c10fd330a424 (from https://pypi.org/simple/souma/), version: 0.2.1 2021-07-09T20:46:35,202 Skipping link: not a file: https://pypi.org/simple/souma/ 2021-07-09T20:46:35,219 Given no hashes to check 1 links for project 'souma': discarding no candidates 2021-07-09T20:46:35,236 Collecting souma==0.2 2021-07-09T20:46:35,238 Created temporary directory: /tmp/pip-unpack-3srtt2g6 2021-07-09T20:46:35,281 Downloading Souma-0.2.tar.gz (536 kB) 2021-07-09T20:46:35,659 Added souma==0.2 from https://files.pythonhosted.org/packages/7b/63/51c488c3501a3eb6e5f191a768de34e1e935f5c56cfd41865f96013342b2/Souma-0.2.tar.gz#sha256=49357f7546182a78b8c4ec9e5053d04b6a421ca9e7c1be24569e6ee790547fc6 to build tracker '/tmp/pip-req-tracker-2dsxmrr2' 2021-07-09T20:46:35,661 Running setup.py (path:/tmp/pip-wheel-8ridb5au/souma_cc060c539ec14785bb2068f481257ade/setup.py) egg_info for package souma 2021-07-09T20:46:35,661 Created temporary directory: /tmp/pip-pip-egg-info-13j5yjmo 2021-07-09T20:46:35,662 Running command python setup.py egg_info 2021-07-09T20:46:36,289 Traceback (most recent call last): 2021-07-09T20:46:36,289 File "", line 1, in 2021-07-09T20:46:36,290 File "/tmp/pip-wheel-8ridb5au/souma_cc060c539ec14785bb2068f481257ade/setup.py", line 31 2021-07-09T20:46:36,290 print 'Deleting build dirs...' 2021-07-09T20:46:36,290 ^ 2021-07-09T20:46:36,291 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Deleting build dirs...')? 2021-07-09T20:46:36,340 WARNING: Discarding https://files.pythonhosted.org/packages/7b/63/51c488c3501a3eb6e5f191a768de34e1e935f5c56cfd41865f96013342b2/Souma-0.2.tar.gz#sha256=49357f7546182a78b8c4ec9e5053d04b6a421ca9e7c1be24569e6ee790547fc6 (from https://pypi.org/simple/souma/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:46:36,341 ERROR: Could not find a version that satisfies the requirement souma==0.2 (from versions: 0.2, 0.2.1) 2021-07-09T20:46:36,342 ERROR: No matching distribution found for souma==0.2 2021-07-09T20:46:36,342 Exception information: 2021-07-09T20:46:36,342 Traceback (most recent call last): 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:46:36,342 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:46:36,342 raise RequirementsConflicted(criterion) 2021-07-09T20:46:36,342 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('souma==0.2') 2021-07-09T20:46:36,342 2021-07-09T20:46:36,342 During handling of the above exception, another exception occurred: 2021-07-09T20:46:36,342 2021-07-09T20:46:36,342 Traceback (most recent call last): 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:46:36,342 result = self._result = resolver.resolve( 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:46:36,342 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:46:36,342 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:46:36,342 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('souma==0.2'), parent=None)] 2021-07-09T20:46:36,342 2021-07-09T20:46:36,342 The above exception was the direct cause of the following exception: 2021-07-09T20:46:36,342 2021-07-09T20:46:36,342 Traceback (most recent call last): 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:46:36,342 status = self.run(options, args) 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:46:36,342 return func(self, options, args) 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:46:36,342 requirement_set = resolver.resolve( 2021-07-09T20:46:36,342 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:46:36,342 raise error from e 2021-07-09T20:46:36,342 pip._internal.exceptions.DistributionNotFound: No matching distribution found for souma==0.2 2021-07-09T20:46:36,347 Removed souma==0.2 from https://files.pythonhosted.org/packages/7b/63/51c488c3501a3eb6e5f191a768de34e1e935f5c56cfd41865f96013342b2/Souma-0.2.tar.gz#sha256=49357f7546182a78b8c4ec9e5053d04b6a421ca9e7c1be24569e6ee790547fc6 from build tracker '/tmp/pip-req-tracker-2dsxmrr2' 2021-07-09T20:46:36,347 Removed build tracker: '/tmp/pip-req-tracker-2dsxmrr2'