2021-07-09T02:44:34,565 Created temporary directory: /tmp/pip-ephem-wheel-cache-hlngstc7 2021-07-09T02:44:34,568 Created temporary directory: /tmp/pip-req-tracker-434f7jzs 2021-07-09T02:44:34,568 Initialized build tracking at /tmp/pip-req-tracker-434f7jzs 2021-07-09T02:44:34,569 Created build tracker: /tmp/pip-req-tracker-434f7jzs 2021-07-09T02:44:34,569 Entered build tracker: /tmp/pip-req-tracker-434f7jzs 2021-07-09T02:44:34,570 Created temporary directory: /tmp/pip-wheel-gcjx1p7s 2021-07-09T02:44:34,603 1 location(s) to search for versions of console-utility: 2021-07-09T02:44:34,603 * https://pypi.org/simple/console-utility/ 2021-07-09T02:44:34,604 Fetching project page and analyzing links: https://pypi.org/simple/console-utility/ 2021-07-09T02:44:34,604 Getting page https://pypi.org/simple/console-utility/ 2021-07-09T02:44:34,606 Found index url https://pypi.org/simple 2021-07-09T02:44:34,785 Found link https://files.pythonhosted.org/packages/92/ae/c8bb79e4e35aac9c502a814403c3381f2eb47b55cd3fc075fc8904e6bb91/Console-Utility-0.5.zip#sha256=acebb62deda9105b136a19d70742d6d343444c9d313d7095d1c2d68f3632e9c2 (from https://pypi.org/simple/console-utility/), version: 0.5 2021-07-09T02:44:34,785 Skipping link: not a file: https://pypi.org/simple/console-utility/ 2021-07-09T02:44:34,801 Given no hashes to check 1 links for project 'console-utility': discarding no candidates 2021-07-09T02:44:34,818 Collecting console-utility==0.5 2021-07-09T02:44:34,820 Created temporary directory: /tmp/pip-unpack-3fpo93kp 2021-07-09T02:44:34,861 Downloading Console-Utility-0.5.zip (5.1 kB) 2021-07-09T02:44:34,883 Added console-utility==0.5 from https://files.pythonhosted.org/packages/92/ae/c8bb79e4e35aac9c502a814403c3381f2eb47b55cd3fc075fc8904e6bb91/Console-Utility-0.5.zip#sha256=acebb62deda9105b136a19d70742d6d343444c9d313d7095d1c2d68f3632e9c2 to build tracker '/tmp/pip-req-tracker-434f7jzs' 2021-07-09T02:44:34,884 Running setup.py (path:/tmp/pip-wheel-gcjx1p7s/console-utility_9fad5994d5284494b913b12801d54bef/setup.py) egg_info for package console-utility 2021-07-09T02:44:34,885 Created temporary directory: /tmp/pip-pip-egg-info-fkugv9t2 2021-07-09T02:44:34,885 Running command python setup.py egg_info 2021-07-09T02:44:35,499 Traceback (most recent call last): 2021-07-09T02:44:35,500 File "", line 1, in 2021-07-09T02:44:35,500 File "/tmp/pip-wheel-gcjx1p7s/console-utility_9fad5994d5284494b913b12801d54bef/setup.py", line 9, in 2021-07-09T02:44:35,500 from alex75_console import menu 2021-07-09T02:44:35,501 File "/tmp/pip-wheel-gcjx1p7s/console-utility_9fad5994d5284494b913b12801d54bef/alex75_console/menu.py", line 50 2021-07-09T02:44:35,501 raise DuplicateKeyError, 'The key "%s" is already present' % key 2021-07-09T02:44:35,501 ^ 2021-07-09T02:44:35,501 SyntaxError: invalid syntax 2021-07-09T02:44:35,550 WARNING: Discarding https://files.pythonhosted.org/packages/92/ae/c8bb79e4e35aac9c502a814403c3381f2eb47b55cd3fc075fc8904e6bb91/Console-Utility-0.5.zip#sha256=acebb62deda9105b136a19d70742d6d343444c9d313d7095d1c2d68f3632e9c2 (from https://pypi.org/simple/console-utility/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:44:35,551 ERROR: Could not find a version that satisfies the requirement console-utility==0.5 (from versions: 0.5) 2021-07-09T02:44:35,551 ERROR: No matching distribution found for console-utility==0.5 2021-07-09T02:44:35,552 Exception information: 2021-07-09T02:44:35,552 Traceback (most recent call last): 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:44:35,552 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:44:35,552 raise RequirementsConflicted(criterion) 2021-07-09T02:44:35,552 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('console-utility==0.5') 2021-07-09T02:44:35,552 2021-07-09T02:44:35,552 During handling of the above exception, another exception occurred: 2021-07-09T02:44:35,552 2021-07-09T02:44:35,552 Traceback (most recent call last): 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:44:35,552 result = self._result = resolver.resolve( 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:44:35,552 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:44:35,552 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:44:35,552 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('console-utility==0.5'), parent=None)] 2021-07-09T02:44:35,552 2021-07-09T02:44:35,552 The above exception was the direct cause of the following exception: 2021-07-09T02:44:35,552 2021-07-09T02:44:35,552 Traceback (most recent call last): 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:44:35,552 status = self.run(options, args) 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:44:35,552 return func(self, options, args) 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:44:35,552 requirement_set = resolver.resolve( 2021-07-09T02:44:35,552 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:44:35,552 raise error from e 2021-07-09T02:44:35,552 pip._internal.exceptions.DistributionNotFound: No matching distribution found for console-utility==0.5 2021-07-09T02:44:35,556 Removed console-utility==0.5 from https://files.pythonhosted.org/packages/92/ae/c8bb79e4e35aac9c502a814403c3381f2eb47b55cd3fc075fc8904e6bb91/Console-Utility-0.5.zip#sha256=acebb62deda9105b136a19d70742d6d343444c9d313d7095d1c2d68f3632e9c2 from build tracker '/tmp/pip-req-tracker-434f7jzs' 2021-07-09T02:44:35,557 Removed build tracker: '/tmp/pip-req-tracker-434f7jzs'