2021-07-09T04:54:28,987 Created temporary directory: /tmp/pip-ephem-wheel-cache-yt7zce3a 2021-07-09T04:54:28,990 Created temporary directory: /tmp/pip-req-tracker-pagyyom9 2021-07-09T04:54:28,990 Initialized build tracking at /tmp/pip-req-tracker-pagyyom9 2021-07-09T04:54:28,990 Created build tracker: /tmp/pip-req-tracker-pagyyom9 2021-07-09T04:54:28,991 Entered build tracker: /tmp/pip-req-tracker-pagyyom9 2021-07-09T04:54:28,991 Created temporary directory: /tmp/pip-wheel-tfwq8wh2 2021-07-09T04:54:29,023 1 location(s) to search for versions of kloutpy: 2021-07-09T04:54:29,023 * https://pypi.org/simple/kloutpy/ 2021-07-09T04:54:29,024 Fetching project page and analyzing links: https://pypi.org/simple/kloutpy/ 2021-07-09T04:54:29,024 Getting page https://pypi.org/simple/kloutpy/ 2021-07-09T04:54:29,026 Found index url https://pypi.org/simple 2021-07-09T04:54:29,201 Found link https://files.pythonhosted.org/packages/5c/ff/787822ffed181eb4ba807a1824705de95b75b249f5aaa4e192f693fd4f49/kloutpy-0.3.tar.gz#sha256=0cc2108e8b1d39634ce2da57fc864d1f91b1968c02a49a3880ba0264ee6577b2 (from https://pypi.org/simple/kloutpy/), version: 0.3 2021-07-09T04:54:29,202 Skipping link: not a file: https://pypi.org/simple/kloutpy/ 2021-07-09T04:54:29,218 Given no hashes to check 1 links for project 'kloutpy': discarding no candidates 2021-07-09T04:54:29,235 Collecting kloutpy==0.3 2021-07-09T04:54:29,237 Created temporary directory: /tmp/pip-unpack-l0cbvldi 2021-07-09T04:54:29,409 Downloading kloutpy-0.3.tar.gz (5.3 kB) 2021-07-09T04:54:29,450 Added kloutpy==0.3 from https://files.pythonhosted.org/packages/5c/ff/787822ffed181eb4ba807a1824705de95b75b249f5aaa4e192f693fd4f49/kloutpy-0.3.tar.gz#sha256=0cc2108e8b1d39634ce2da57fc864d1f91b1968c02a49a3880ba0264ee6577b2 to build tracker '/tmp/pip-req-tracker-pagyyom9' 2021-07-09T04:54:29,451 Running setup.py (path:/tmp/pip-wheel-tfwq8wh2/kloutpy_c7660be4ed114cc4b1efa853c0b71033/setup.py) egg_info for package kloutpy 2021-07-09T04:54:29,452 Created temporary directory: /tmp/pip-pip-egg-info-_aec5lwg 2021-07-09T04:54:29,452 Running command python setup.py egg_info 2021-07-09T04:54:30,192 Traceback (most recent call last): 2021-07-09T04:54:30,193 File "", line 1, in 2021-07-09T04:54:30,193 File "/tmp/pip-wheel-tfwq8wh2/kloutpy_c7660be4ed114cc4b1efa853c0b71033/setup.py", line 32, in 2021-07-09T04:54:30,193 import kloutpy 2021-07-09T04:54:30,193 File "/tmp/pip-wheel-tfwq8wh2/kloutpy_c7660be4ed114cc4b1efa853c0b71033/kloutpy.py", line 128 2021-07-09T04:54:30,194 print "%s %s" % (unicode(result), unicode(users)) 2021-07-09T04:54:30,194 ^ 2021-07-09T04:54:30,194 SyntaxError: invalid syntax 2021-07-09T04:54:30,243 WARNING: Discarding https://files.pythonhosted.org/packages/5c/ff/787822ffed181eb4ba807a1824705de95b75b249f5aaa4e192f693fd4f49/kloutpy-0.3.tar.gz#sha256=0cc2108e8b1d39634ce2da57fc864d1f91b1968c02a49a3880ba0264ee6577b2 (from https://pypi.org/simple/kloutpy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T04:54:30,245 ERROR: Could not find a version that satisfies the requirement kloutpy==0.3 (from versions: 0.3) 2021-07-09T04:54:30,245 ERROR: No matching distribution found for kloutpy==0.3 2021-07-09T04:54:30,245 Exception information: 2021-07-09T04:54:30,245 Traceback (most recent call last): 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T04:54:30,245 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T04:54:30,245 raise RequirementsConflicted(criterion) 2021-07-09T04:54:30,245 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kloutpy==0.3') 2021-07-09T04:54:30,245 2021-07-09T04:54:30,245 During handling of the above exception, another exception occurred: 2021-07-09T04:54:30,245 2021-07-09T04:54:30,245 Traceback (most recent call last): 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T04:54:30,245 result = self._result = resolver.resolve( 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T04:54:30,245 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T04:54:30,245 raise ResolutionImpossible(e.criterion.information) 2021-07-09T04:54:30,245 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kloutpy==0.3'), parent=None)] 2021-07-09T04:54:30,245 2021-07-09T04:54:30,245 The above exception was the direct cause of the following exception: 2021-07-09T04:54:30,245 2021-07-09T04:54:30,245 Traceback (most recent call last): 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T04:54:30,245 status = self.run(options, args) 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T04:54:30,245 return func(self, options, args) 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T04:54:30,245 requirement_set = resolver.resolve( 2021-07-09T04:54:30,245 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T04:54:30,245 raise error from e 2021-07-09T04:54:30,245 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kloutpy==0.3 2021-07-09T04:54:30,250 Removed kloutpy==0.3 from https://files.pythonhosted.org/packages/5c/ff/787822ffed181eb4ba807a1824705de95b75b249f5aaa4e192f693fd4f49/kloutpy-0.3.tar.gz#sha256=0cc2108e8b1d39634ce2da57fc864d1f91b1968c02a49a3880ba0264ee6577b2 from build tracker '/tmp/pip-req-tracker-pagyyom9' 2021-07-09T04:54:30,251 Removed build tracker: '/tmp/pip-req-tracker-pagyyom9'