2021-07-09T01:04:02,890 Created temporary directory: /tmp/pip-ephem-wheel-cache-6i3kfklt 2021-07-09T01:04:02,893 Created temporary directory: /tmp/pip-req-tracker-hf3di9tr 2021-07-09T01:04:02,893 Initialized build tracking at /tmp/pip-req-tracker-hf3di9tr 2021-07-09T01:04:02,894 Created build tracker: /tmp/pip-req-tracker-hf3di9tr 2021-07-09T01:04:02,894 Entered build tracker: /tmp/pip-req-tracker-hf3di9tr 2021-07-09T01:04:02,894 Created temporary directory: /tmp/pip-wheel-2n09lfs4 2021-07-09T01:04:02,928 1 location(s) to search for versions of logy: 2021-07-09T01:04:02,928 * https://pypi.org/simple/logy/ 2021-07-09T01:04:02,928 Fetching project page and analyzing links: https://pypi.org/simple/logy/ 2021-07-09T01:04:02,929 Getting page https://pypi.org/simple/logy/ 2021-07-09T01:04:02,930 Found index url https://pypi.org/simple 2021-07-09T01:04:03,111 Found link https://files.pythonhosted.org/packages/b9/e5/58667734f4cb82011d690c7f73071412f30a66a683bc17fff9b7fe8cf989/logy-0.1.zip#sha256=3d60551a841b9aa56b14fe67553b7b61d4a63b000a705ead44c6f0baa62442d8 (from https://pypi.org/simple/logy/), version: 0.1 2021-07-09T01:04:03,111 Skipping link: not a file: https://pypi.org/simple/logy/ 2021-07-09T01:04:03,127 Given no hashes to check 1 links for project 'logy': discarding no candidates 2021-07-09T01:04:03,145 Collecting logy==0.1 2021-07-09T01:04:03,146 Created temporary directory: /tmp/pip-unpack-uchxbxm8 2021-07-09T01:04:03,328 Downloading logy-0.1.zip (13 kB) 2021-07-09T01:04:03,389 Added logy==0.1 from https://files.pythonhosted.org/packages/b9/e5/58667734f4cb82011d690c7f73071412f30a66a683bc17fff9b7fe8cf989/logy-0.1.zip#sha256=3d60551a841b9aa56b14fe67553b7b61d4a63b000a705ead44c6f0baa62442d8 to build tracker '/tmp/pip-req-tracker-hf3di9tr' 2021-07-09T01:04:03,390 Running setup.py (path:/tmp/pip-wheel-2n09lfs4/logy_dcc2f7b1b2114a9c83cac6bed6c72b3a/setup.py) egg_info for package logy 2021-07-09T01:04:03,390 Created temporary directory: /tmp/pip-pip-egg-info-hil2ph1s 2021-07-09T01:04:03,391 Running command python setup.py egg_info 2021-07-09T01:04:04,023 Traceback (most recent call last): 2021-07-09T01:04:04,024 File "", line 1, in 2021-07-09T01:04:04,025 File "/tmp/pip-wheel-2n09lfs4/logy_dcc2f7b1b2114a9c83cac6bed6c72b3a/setup.py", line 17, in 2021-07-09T01:04:04,025 from logy import scripts 2021-07-09T01:04:04,025 File "/tmp/pip-wheel-2n09lfs4/logy_dcc2f7b1b2114a9c83cac6bed6c72b3a/logy/scripts.py", line 33 2021-07-09T01:04:04,025 print 'Done.' 2021-07-09T01:04:04,026 ^ 2021-07-09T01:04:04,026 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Done.')? 2021-07-09T01:04:04,075 WARNING: Discarding https://files.pythonhosted.org/packages/b9/e5/58667734f4cb82011d690c7f73071412f30a66a683bc17fff9b7fe8cf989/logy-0.1.zip#sha256=3d60551a841b9aa56b14fe67553b7b61d4a63b000a705ead44c6f0baa62442d8 (from https://pypi.org/simple/logy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T01:04:04,076 ERROR: Could not find a version that satisfies the requirement logy==0.1 (from versions: 0.1) 2021-07-09T01:04:04,077 ERROR: No matching distribution found for logy==0.1 2021-07-09T01:04:04,077 Exception information: 2021-07-09T01:04:04,077 Traceback (most recent call last): 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T01:04:04,077 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T01:04:04,077 raise RequirementsConflicted(criterion) 2021-07-09T01:04:04,077 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('logy==0.1') 2021-07-09T01:04:04,077 2021-07-09T01:04:04,077 During handling of the above exception, another exception occurred: 2021-07-09T01:04:04,077 2021-07-09T01:04:04,077 Traceback (most recent call last): 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T01:04:04,077 result = self._result = resolver.resolve( 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T01:04:04,077 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T01:04:04,077 raise ResolutionImpossible(e.criterion.information) 2021-07-09T01:04:04,077 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('logy==0.1'), parent=None)] 2021-07-09T01:04:04,077 2021-07-09T01:04:04,077 The above exception was the direct cause of the following exception: 2021-07-09T01:04:04,077 2021-07-09T01:04:04,077 Traceback (most recent call last): 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T01:04:04,077 status = self.run(options, args) 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T01:04:04,077 return func(self, options, args) 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T01:04:04,077 requirement_set = resolver.resolve( 2021-07-09T01:04:04,077 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T01:04:04,077 raise error from e 2021-07-09T01:04:04,077 pip._internal.exceptions.DistributionNotFound: No matching distribution found for logy==0.1 2021-07-09T01:04:04,082 Removed logy==0.1 from https://files.pythonhosted.org/packages/b9/e5/58667734f4cb82011d690c7f73071412f30a66a683bc17fff9b7fe8cf989/logy-0.1.zip#sha256=3d60551a841b9aa56b14fe67553b7b61d4a63b000a705ead44c6f0baa62442d8 from build tracker '/tmp/pip-req-tracker-hf3di9tr' 2021-07-09T01:04:04,082 Removed build tracker: '/tmp/pip-req-tracker-hf3di9tr'