2021-07-08T23:29:22,127 Created temporary directory: /tmp/pip-ephem-wheel-cache-thvu0yri 2021-07-08T23:29:22,130 Created temporary directory: /tmp/pip-req-tracker-q4ga6cc8 2021-07-08T23:29:22,131 Initialized build tracking at /tmp/pip-req-tracker-q4ga6cc8 2021-07-08T23:29:22,131 Created build tracker: /tmp/pip-req-tracker-q4ga6cc8 2021-07-08T23:29:22,131 Entered build tracker: /tmp/pip-req-tracker-q4ga6cc8 2021-07-08T23:29:22,132 Created temporary directory: /tmp/pip-wheel-6tnhip9a 2021-07-08T23:29:22,165 1 location(s) to search for versions of codetalker: 2021-07-08T23:29:22,165 * https://pypi.org/simple/codetalker/ 2021-07-08T23:29:22,165 Fetching project page and analyzing links: https://pypi.org/simple/codetalker/ 2021-07-08T23:29:22,166 Getting page https://pypi.org/simple/codetalker/ 2021-07-08T23:29:22,167 Found index url https://pypi.org/simple 2021-07-08T23:29:22,350 Found link https://files.pythonhosted.org/packages/4d/b5/54ea1c4650d560ac0e53c27d531bff66faa439fb2cf4cfb005b508d7f001/CodeTalker-0.5.tar.gz#sha256=c86bf8d038e06e01f3d16f8da9cb796fbd0f2edda08bc8344d4ce6af4e0b1c25 (from https://pypi.org/simple/codetalker/), version: 0.5 2021-07-08T23:29:22,350 Found link https://files.pythonhosted.org/packages/03/f7/77314c31542f4f060455d9952c261751c75b4dadb9e21ead4da0de76cfc6/CodeTalker-1.0.tar.gz#sha256=0d3d22c177df7c364834cd90e4a3c7004df342782e52975133445474e6aca19c (from https://pypi.org/simple/codetalker/), version: 1.0 2021-07-08T23:29:22,351 Found link https://files.pythonhosted.org/packages/49/76/92da540652b970af946049b6c48063416b1c0ebb4554de0487b45e77de7b/CodeTalker-1.1.tar.gz#sha256=e9365c16334fb98c5c1e071d90231e26185a867bc48602ae05af9fad74cb9c71 (from https://pypi.org/simple/codetalker/), version: 1.1 2021-07-08T23:29:22,351 Skipping link: not a file: https://pypi.org/simple/codetalker/ 2021-07-08T23:29:22,367 Given no hashes to check 1 links for project 'codetalker': discarding no candidates 2021-07-08T23:29:22,385 Collecting codetalker==0.5 2021-07-08T23:29:22,386 Created temporary directory: /tmp/pip-unpack-x5t0tfpq 2021-07-08T23:29:22,428 Downloading CodeTalker-0.5.tar.gz (137 kB) 2021-07-08T23:29:22,679 Added codetalker==0.5 from https://files.pythonhosted.org/packages/4d/b5/54ea1c4650d560ac0e53c27d531bff66faa439fb2cf4cfb005b508d7f001/CodeTalker-0.5.tar.gz#sha256=c86bf8d038e06e01f3d16f8da9cb796fbd0f2edda08bc8344d4ce6af4e0b1c25 to build tracker '/tmp/pip-req-tracker-q4ga6cc8' 2021-07-08T23:29:22,681 Running setup.py (path:/tmp/pip-wheel-6tnhip9a/codetalker_bc9e83dec7dd4f8499b078e080cd5b5a/setup.py) egg_info for package codetalker 2021-07-08T23:29:22,681 Created temporary directory: /tmp/pip-pip-egg-info-330zkrdj 2021-07-08T23:29:22,682 Running command python setup.py egg_info 2021-07-08T23:29:23,307 Traceback (most recent call last): 2021-07-08T23:29:23,308 File "", line 1, in 2021-07-08T23:29:23,309 File "/tmp/pip-wheel-6tnhip9a/codetalker_bc9e83dec7dd4f8499b078e080cd5b5a/setup.py", line 7 2021-07-08T23:29:23,309 print 'distutils is required to install this module. If you have pip installed, run: pip instal distutils' 2021-07-08T23:29:23,309 ^ 2021-07-08T23:29:23,310 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('distutils is required to install this module. If you have pip installed, run: pip instal distutils')? 2021-07-08T23:29:23,358 WARNING: Discarding https://files.pythonhosted.org/packages/4d/b5/54ea1c4650d560ac0e53c27d531bff66faa439fb2cf4cfb005b508d7f001/CodeTalker-0.5.tar.gz#sha256=c86bf8d038e06e01f3d16f8da9cb796fbd0f2edda08bc8344d4ce6af4e0b1c25 (from https://pypi.org/simple/codetalker/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T23:29:23,359 ERROR: Could not find a version that satisfies the requirement codetalker==0.5 (from versions: 0.5, 1.0, 1.1) 2021-07-08T23:29:23,360 ERROR: No matching distribution found for codetalker==0.5 2021-07-08T23:29:23,360 Exception information: 2021-07-08T23:29:23,360 Traceback (most recent call last): 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T23:29:23,360 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T23:29:23,360 raise RequirementsConflicted(criterion) 2021-07-08T23:29:23,360 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('codetalker==0.5') 2021-07-08T23:29:23,360 2021-07-08T23:29:23,360 During handling of the above exception, another exception occurred: 2021-07-08T23:29:23,360 2021-07-08T23:29:23,360 Traceback (most recent call last): 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T23:29:23,360 result = self._result = resolver.resolve( 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T23:29:23,360 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T23:29:23,360 raise ResolutionImpossible(e.criterion.information) 2021-07-08T23:29:23,360 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('codetalker==0.5'), parent=None)] 2021-07-08T23:29:23,360 2021-07-08T23:29:23,360 The above exception was the direct cause of the following exception: 2021-07-08T23:29:23,360 2021-07-08T23:29:23,360 Traceback (most recent call last): 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T23:29:23,360 status = self.run(options, args) 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T23:29:23,360 return func(self, options, args) 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T23:29:23,360 requirement_set = resolver.resolve( 2021-07-08T23:29:23,360 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T23:29:23,360 raise error from e 2021-07-08T23:29:23,360 pip._internal.exceptions.DistributionNotFound: No matching distribution found for codetalker==0.5 2021-07-08T23:29:23,365 Removed codetalker==0.5 from https://files.pythonhosted.org/packages/4d/b5/54ea1c4650d560ac0e53c27d531bff66faa439fb2cf4cfb005b508d7f001/CodeTalker-0.5.tar.gz#sha256=c86bf8d038e06e01f3d16f8da9cb796fbd0f2edda08bc8344d4ce6af4e0b1c25 from build tracker '/tmp/pip-req-tracker-q4ga6cc8' 2021-07-08T23:29:23,365 Removed build tracker: '/tmp/pip-req-tracker-q4ga6cc8'