2021-07-09T03:20:51,725 Created temporary directory: /tmp/pip-ephem-wheel-cache-v8a3jytv 2021-07-09T03:20:51,728 Created temporary directory: /tmp/pip-req-tracker-_jf5vef9 2021-07-09T03:20:51,729 Initialized build tracking at /tmp/pip-req-tracker-_jf5vef9 2021-07-09T03:20:51,729 Created build tracker: /tmp/pip-req-tracker-_jf5vef9 2021-07-09T03:20:51,729 Entered build tracker: /tmp/pip-req-tracker-_jf5vef9 2021-07-09T03:20:51,730 Created temporary directory: /tmp/pip-wheel-whmr775p 2021-07-09T03:20:51,763 1 location(s) to search for versions of tippy: 2021-07-09T03:20:51,763 * https://pypi.org/simple/tippy/ 2021-07-09T03:20:51,763 Fetching project page and analyzing links: https://pypi.org/simple/tippy/ 2021-07-09T03:20:51,764 Getting page https://pypi.org/simple/tippy/ 2021-07-09T03:20:51,765 Found index url https://pypi.org/simple 2021-07-09T03:20:51,942 Found link https://files.pythonhosted.org/packages/c6/9b/8e6db14e7aefa8f6fc432f413ed049b591e76529fbcca8cb1b4c95e5216b/Tippy-0.1.tar.gz#sha256=617297d0b6c8c22be4b64eab9c6c1af964adc40299702de01b27d3f0a541c1b8 (from https://pypi.org/simple/tippy/), version: 0.1 2021-07-09T03:20:51,943 Skipping link: not a file: https://pypi.org/simple/tippy/ 2021-07-09T03:20:51,959 Given no hashes to check 1 links for project 'tippy': discarding no candidates 2021-07-09T03:20:51,976 Collecting tippy==0.1 2021-07-09T03:20:51,977 Created temporary directory: /tmp/pip-unpack-eg69lb49 2021-07-09T03:20:52,018 Downloading Tippy-0.1.tar.gz (266 kB) 2021-07-09T03:20:52,156 Added tippy==0.1 from https://files.pythonhosted.org/packages/c6/9b/8e6db14e7aefa8f6fc432f413ed049b591e76529fbcca8cb1b4c95e5216b/Tippy-0.1.tar.gz#sha256=617297d0b6c8c22be4b64eab9c6c1af964adc40299702de01b27d3f0a541c1b8 to build tracker '/tmp/pip-req-tracker-_jf5vef9' 2021-07-09T03:20:52,157 Running setup.py (path:/tmp/pip-wheel-whmr775p/tippy_a29484c47fc4458e942e715d5e99ba2b/setup.py) egg_info for package tippy 2021-07-09T03:20:52,158 Created temporary directory: /tmp/pip-pip-egg-info-o1o706cb 2021-07-09T03:20:52,158 Running command python setup.py egg_info 2021-07-09T03:20:52,767 Traceback (most recent call last): 2021-07-09T03:20:52,768 File "", line 1, in 2021-07-09T03:20:52,769 File "/tmp/pip-wheel-whmr775p/tippy_a29484c47fc4458e942e715d5e99ba2b/setup.py", line 13 2021-07-09T03:20:52,769 print '' 2021-07-09T03:20:52,769 ^ 2021-07-09T03:20:52,769 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('')? 2021-07-09T03:20:52,817 WARNING: Discarding https://files.pythonhosted.org/packages/c6/9b/8e6db14e7aefa8f6fc432f413ed049b591e76529fbcca8cb1b4c95e5216b/Tippy-0.1.tar.gz#sha256=617297d0b6c8c22be4b64eab9c6c1af964adc40299702de01b27d3f0a541c1b8 (from https://pypi.org/simple/tippy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T03:20:52,818 ERROR: Could not find a version that satisfies the requirement tippy==0.1 (from versions: 0.1) 2021-07-09T03:20:52,819 ERROR: No matching distribution found for tippy==0.1 2021-07-09T03:20:52,819 Exception information: 2021-07-09T03:20:52,819 Traceback (most recent call last): 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:20:52,819 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:20:52,819 raise RequirementsConflicted(criterion) 2021-07-09T03:20:52,819 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tippy==0.1') 2021-07-09T03:20:52,819 2021-07-09T03:20:52,819 During handling of the above exception, another exception occurred: 2021-07-09T03:20:52,819 2021-07-09T03:20:52,819 Traceback (most recent call last): 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:20:52,819 result = self._result = resolver.resolve( 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:20:52,819 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:20:52,819 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:20:52,819 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tippy==0.1'), parent=None)] 2021-07-09T03:20:52,819 2021-07-09T03:20:52,819 The above exception was the direct cause of the following exception: 2021-07-09T03:20:52,819 2021-07-09T03:20:52,819 Traceback (most recent call last): 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:20:52,819 status = self.run(options, args) 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:20:52,819 return func(self, options, args) 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:20:52,819 requirement_set = resolver.resolve( 2021-07-09T03:20:52,819 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:20:52,819 raise error from e 2021-07-09T03:20:52,819 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tippy==0.1 2021-07-09T03:20:52,824 Removed tippy==0.1 from https://files.pythonhosted.org/packages/c6/9b/8e6db14e7aefa8f6fc432f413ed049b591e76529fbcca8cb1b4c95e5216b/Tippy-0.1.tar.gz#sha256=617297d0b6c8c22be4b64eab9c6c1af964adc40299702de01b27d3f0a541c1b8 from build tracker '/tmp/pip-req-tracker-_jf5vef9' 2021-07-09T03:20:52,824 Removed build tracker: '/tmp/pip-req-tracker-_jf5vef9'