2021-07-09T19:20:29,826 Created temporary directory: /tmp/pip-ephem-wheel-cache-u4wchy24 2021-07-09T19:20:29,829 Created temporary directory: /tmp/pip-req-tracker-eukqpfbx 2021-07-09T19:20:29,829 Initialized build tracking at /tmp/pip-req-tracker-eukqpfbx 2021-07-09T19:20:29,830 Created build tracker: /tmp/pip-req-tracker-eukqpfbx 2021-07-09T19:20:29,830 Entered build tracker: /tmp/pip-req-tracker-eukqpfbx 2021-07-09T19:20:29,830 Created temporary directory: /tmp/pip-wheel-1etft6jx 2021-07-09T19:20:29,865 1 location(s) to search for versions of gecimi: 2021-07-09T19:20:29,865 * https://pypi.org/simple/gecimi/ 2021-07-09T19:20:29,866 Fetching project page and analyzing links: https://pypi.org/simple/gecimi/ 2021-07-09T19:20:29,866 Getting page https://pypi.org/simple/gecimi/ 2021-07-09T19:20:29,868 Found index url https://pypi.org/simple 2021-07-09T19:20:30,033 Found link https://files.pythonhosted.org/packages/ba/07/4c05dc43b8216db8b51c75b89d05cdbaaad7faefcebc52b33364029fe9de/gecimi-0.0.1.tar.gz#sha256=63abf4f8d36b54f663630a44aae60c07207b66d57eb633e72c7f211f1759afaf (from https://pypi.org/simple/gecimi/), version: 0.0.1 2021-07-09T19:20:30,034 Skipping link: not a file: https://pypi.org/simple/gecimi/ 2021-07-09T19:20:30,051 Given no hashes to check 1 links for project 'gecimi': discarding no candidates 2021-07-09T19:20:30,072 Collecting gecimi==0.0.1 2021-07-09T19:20:30,074 Created temporary directory: /tmp/pip-unpack-pcgvrl71 2021-07-09T19:20:30,352 Downloading gecimi-0.0.1.tar.gz (1.6 kB) 2021-07-09T19:20:30,379 Added gecimi==0.0.1 from https://files.pythonhosted.org/packages/ba/07/4c05dc43b8216db8b51c75b89d05cdbaaad7faefcebc52b33364029fe9de/gecimi-0.0.1.tar.gz#sha256=63abf4f8d36b54f663630a44aae60c07207b66d57eb633e72c7f211f1759afaf to build tracker '/tmp/pip-req-tracker-eukqpfbx' 2021-07-09T19:20:30,380 Running setup.py (path:/tmp/pip-wheel-1etft6jx/gecimi_4de3573009494bb281422efbcb98714b/setup.py) egg_info for package gecimi 2021-07-09T19:20:30,381 Created temporary directory: /tmp/pip-pip-egg-info-m_jiyhzm 2021-07-09T19:20:30,381 Running command python setup.py egg_info 2021-07-09T19:20:31,090 Traceback (most recent call last): 2021-07-09T19:20:31,091 File "", line 1, in 2021-07-09T19:20:31,091 File "/tmp/pip-wheel-1etft6jx/gecimi_4de3573009494bb281422efbcb98714b/setup.py", line 5, in 2021-07-09T19:20:31,091 from gecimi import __version__ 2021-07-09T19:20:31,092 File "/tmp/pip-wheel-1etft6jx/gecimi_4de3573009494bb281422efbcb98714b/gecimi.py", line 38 2021-07-09T19:20:31,092 except Exception, e: 2021-07-09T19:20:31,093 ^ 2021-07-09T19:20:31,093 SyntaxError: invalid syntax 2021-07-09T19:20:31,145 WARNING: Discarding https://files.pythonhosted.org/packages/ba/07/4c05dc43b8216db8b51c75b89d05cdbaaad7faefcebc52b33364029fe9de/gecimi-0.0.1.tar.gz#sha256=63abf4f8d36b54f663630a44aae60c07207b66d57eb633e72c7f211f1759afaf (from https://pypi.org/simple/gecimi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T19:20:31,146 ERROR: Could not find a version that satisfies the requirement gecimi==0.0.1 (from versions: 0.0.1) 2021-07-09T19:20:31,147 ERROR: No matching distribution found for gecimi==0.0.1 2021-07-09T19:20:31,147 Exception information: 2021-07-09T19:20:31,147 Traceback (most recent call last): 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T19:20:31,147 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T19:20:31,147 raise RequirementsConflicted(criterion) 2021-07-09T19:20:31,147 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gecimi==0.0.1') 2021-07-09T19:20:31,147 2021-07-09T19:20:31,147 During handling of the above exception, another exception occurred: 2021-07-09T19:20:31,147 2021-07-09T19:20:31,147 Traceback (most recent call last): 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T19:20:31,147 result = self._result = resolver.resolve( 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T19:20:31,147 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T19:20:31,147 raise ResolutionImpossible(e.criterion.information) 2021-07-09T19:20:31,147 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gecimi==0.0.1'), parent=None)] 2021-07-09T19:20:31,147 2021-07-09T19:20:31,147 The above exception was the direct cause of the following exception: 2021-07-09T19:20:31,147 2021-07-09T19:20:31,147 Traceback (most recent call last): 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T19:20:31,147 status = self.run(options, args) 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T19:20:31,147 return func(self, options, args) 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T19:20:31,147 requirement_set = resolver.resolve( 2021-07-09T19:20:31,147 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T19:20:31,147 raise error from e 2021-07-09T19:20:31,147 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gecimi==0.0.1 2021-07-09T19:20:31,153 Removed gecimi==0.0.1 from https://files.pythonhosted.org/packages/ba/07/4c05dc43b8216db8b51c75b89d05cdbaaad7faefcebc52b33364029fe9de/gecimi-0.0.1.tar.gz#sha256=63abf4f8d36b54f663630a44aae60c07207b66d57eb633e72c7f211f1759afaf from build tracker '/tmp/pip-req-tracker-eukqpfbx' 2021-07-09T19:20:31,153 Removed build tracker: '/tmp/pip-req-tracker-eukqpfbx'