2021-07-10T02:23:44,525 Created temporary directory: /tmp/pip-ephem-wheel-cache-sfrg5dbo 2021-07-10T02:23:44,528 Created temporary directory: /tmp/pip-req-tracker-bm01izrb 2021-07-10T02:23:44,528 Initialized build tracking at /tmp/pip-req-tracker-bm01izrb 2021-07-10T02:23:44,528 Created build tracker: /tmp/pip-req-tracker-bm01izrb 2021-07-10T02:23:44,529 Entered build tracker: /tmp/pip-req-tracker-bm01izrb 2021-07-10T02:23:44,530 Created temporary directory: /tmp/pip-wheel-v2c_t5nm 2021-07-10T02:23:44,565 1 location(s) to search for versions of kunai: 2021-07-10T02:23:44,565 * https://pypi.org/simple/kunai/ 2021-07-10T02:23:44,565 Fetching project page and analyzing links: https://pypi.org/simple/kunai/ 2021-07-10T02:23:44,566 Getting page https://pypi.org/simple/kunai/ 2021-07-10T02:23:44,567 Found index url https://pypi.org/simple 2021-07-10T02:23:44,746 Found link https://files.pythonhosted.org/packages/3d/c3/f9c8b2573b2b1a8601e7ff0b2fa622bb13a81be1164470a13f332a802ae6/Kunai-0.8.tar.gz#sha256=c602720cc04714401f2226fc160faedcc42e9509a399d259dadc2653389969a6 (from https://pypi.org/simple/kunai/), version: 0.8 2021-07-10T02:23:44,746 Found link https://files.pythonhosted.org/packages/2b/1c/4979879e7d40fb94221e652da921d454a02f837919954f7f0496c9857d41/Kunai-0.9.tar.gz#sha256=3f938ce2d5f2549101967f1dbbc47167b4d7d9b01ade9de13097bd2f5ae8a83f (from https://pypi.org/simple/kunai/), version: 0.9 2021-07-10T02:23:44,746 Skipping link: not a file: https://pypi.org/simple/kunai/ 2021-07-10T02:23:44,764 Given no hashes to check 1 links for project 'kunai': discarding no candidates 2021-07-10T02:23:44,783 Collecting kunai==0.8 2021-07-10T02:23:44,784 Created temporary directory: /tmp/pip-unpack-lkkk1ioi 2021-07-10T02:23:44,826 Downloading Kunai-0.8.tar.gz (149 kB) 2021-07-10T02:23:45,080 Added kunai==0.8 from https://files.pythonhosted.org/packages/3d/c3/f9c8b2573b2b1a8601e7ff0b2fa622bb13a81be1164470a13f332a802ae6/Kunai-0.8.tar.gz#sha256=c602720cc04714401f2226fc160faedcc42e9509a399d259dadc2653389969a6 to build tracker '/tmp/pip-req-tracker-bm01izrb' 2021-07-10T02:23:45,081 Running setup.py (path:/tmp/pip-wheel-v2c_t5nm/kunai_3ceeecd2154643d99b7139de88686368/setup.py) egg_info for package kunai 2021-07-10T02:23:45,082 Created temporary directory: /tmp/pip-pip-egg-info-6i5ii_ky 2021-07-10T02:23:45,082 Running command python setup.py egg_info 2021-07-10T02:23:45,691 Traceback (most recent call last): 2021-07-10T02:23:45,692 File "", line 1, in 2021-07-10T02:23:45,692 File "/tmp/pip-wheel-v2c_t5nm/kunai_3ceeecd2154643d99b7139de88686368/setup.py", line 42 2021-07-10T02:23:45,693 print "warn: _chmodplusx missing dir", d 2021-07-10T02:23:45,693 ^ 2021-07-10T02:23:45,693 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("warn: _chmodplusx missing dir", d)? 2021-07-10T02:23:45,740 WARNING: Discarding https://files.pythonhosted.org/packages/3d/c3/f9c8b2573b2b1a8601e7ff0b2fa622bb13a81be1164470a13f332a802ae6/Kunai-0.8.tar.gz#sha256=c602720cc04714401f2226fc160faedcc42e9509a399d259dadc2653389969a6 (from https://pypi.org/simple/kunai/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T02:23:45,741 ERROR: Could not find a version that satisfies the requirement kunai==0.8 (from versions: 0.8, 0.9) 2021-07-10T02:23:45,742 ERROR: No matching distribution found for kunai==0.8 2021-07-10T02:23:45,742 Exception information: 2021-07-10T02:23:45,742 Traceback (most recent call last): 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T02:23:45,742 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T02:23:45,742 raise RequirementsConflicted(criterion) 2021-07-10T02:23:45,742 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kunai==0.8') 2021-07-10T02:23:45,742 2021-07-10T02:23:45,742 During handling of the above exception, another exception occurred: 2021-07-10T02:23:45,742 2021-07-10T02:23:45,742 Traceback (most recent call last): 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T02:23:45,742 result = self._result = resolver.resolve( 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T02:23:45,742 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T02:23:45,742 raise ResolutionImpossible(e.criterion.information) 2021-07-10T02:23:45,742 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kunai==0.8'), parent=None)] 2021-07-10T02:23:45,742 2021-07-10T02:23:45,742 The above exception was the direct cause of the following exception: 2021-07-10T02:23:45,742 2021-07-10T02:23:45,742 Traceback (most recent call last): 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T02:23:45,742 status = self.run(options, args) 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T02:23:45,742 return func(self, options, args) 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T02:23:45,742 requirement_set = resolver.resolve( 2021-07-10T02:23:45,742 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T02:23:45,742 raise error from e 2021-07-10T02:23:45,742 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kunai==0.8 2021-07-10T02:23:45,747 Removed kunai==0.8 from https://files.pythonhosted.org/packages/3d/c3/f9c8b2573b2b1a8601e7ff0b2fa622bb13a81be1164470a13f332a802ae6/Kunai-0.8.tar.gz#sha256=c602720cc04714401f2226fc160faedcc42e9509a399d259dadc2653389969a6 from build tracker '/tmp/pip-req-tracker-bm01izrb' 2021-07-10T02:23:45,747 Removed build tracker: '/tmp/pip-req-tracker-bm01izrb'