2021-07-11T15:50:07,234 Created temporary directory: /tmp/pip-ephem-wheel-cache-hfwyhppg 2021-07-11T15:50:07,237 Created temporary directory: /tmp/pip-req-tracker-gl8d05sw 2021-07-11T15:50:07,237 Initialized build tracking at /tmp/pip-req-tracker-gl8d05sw 2021-07-11T15:50:07,237 Created build tracker: /tmp/pip-req-tracker-gl8d05sw 2021-07-11T15:50:07,237 Entered build tracker: /tmp/pip-req-tracker-gl8d05sw 2021-07-11T15:50:07,238 Created temporary directory: /tmp/pip-wheel-swy20aij 2021-07-11T15:50:07,266 1 location(s) to search for versions of kcat: 2021-07-11T15:50:07,266 * https://pypi.org/simple/kcat/ 2021-07-11T15:50:07,267 Fetching project page and analyzing links: https://pypi.org/simple/kcat/ 2021-07-11T15:50:07,268 Getting page https://pypi.org/simple/kcat/ 2021-07-11T15:50:07,269 Found index url https://pypi.org/simple 2021-07-11T15:50:07,356 Found link https://files.pythonhosted.org/packages/f1/a6/59edfbf85d72062e1fb6032ab94fe30eeee7419a7635d63c8082306df20c/kcat-0.1.tar.gz#sha256=a25ee8b3444bfe6b07abe2b3759a38630d144e29e1b3522e00b09c6ca747081d (from https://pypi.org/simple/kcat/), version: 0.1 2021-07-11T15:50:07,356 Found link https://files.pythonhosted.org/packages/62/9a/f581af43beac091ceea3d953204a5174b96e2a3b36aff64105010346d672/kcat-0.2.tar.gz#sha256=d73571e6e118082204c63fec342528d828b9f2dfe5ca36d18f9186cc54b7b296 (from https://pypi.org/simple/kcat/), version: 0.2 2021-07-11T15:50:07,356 Found link https://files.pythonhosted.org/packages/49/bd/2da43022115d283cbd99cfde521cd676ed44e18732bcb94bfe31e7c1912a/kcat-0.3.tar.gz#sha256=3a3dbdd08c38328b2e7f7a4f7a592eb06247c5b45e211526a9cd185fc1ba1419 (from https://pypi.org/simple/kcat/), version: 0.3 2021-07-11T15:50:07,357 Skipping link: not a file: https://pypi.org/simple/kcat/ 2021-07-11T15:50:07,375 Given no hashes to check 1 links for project 'kcat': discarding no candidates 2021-07-11T15:50:07,393 Collecting kcat==0.3 2021-07-11T15:50:07,394 Created temporary directory: /tmp/pip-unpack-7es78r3g 2021-07-11T15:50:07,567 Downloading kcat-0.3.tar.gz (2.6 kB) 2021-07-11T15:50:07,593 Added kcat==0.3 from https://files.pythonhosted.org/packages/49/bd/2da43022115d283cbd99cfde521cd676ed44e18732bcb94bfe31e7c1912a/kcat-0.3.tar.gz#sha256=3a3dbdd08c38328b2e7f7a4f7a592eb06247c5b45e211526a9cd185fc1ba1419 to build tracker '/tmp/pip-req-tracker-gl8d05sw' 2021-07-11T15:50:07,594 Running setup.py (path:/tmp/pip-wheel-swy20aij/kcat_80c25db27f044156a725911b9a93f8d7/setup.py) egg_info for package kcat 2021-07-11T15:50:07,595 Created temporary directory: /tmp/pip-pip-egg-info-90c491z8 2021-07-11T15:50:07,595 Running command python setup.py egg_info 2021-07-11T15:50:08,290 Traceback (most recent call last): 2021-07-11T15:50:08,291 File "", line 1, in 2021-07-11T15:50:08,291 File "/tmp/pip-wheel-swy20aij/kcat_80c25db27f044156a725911b9a93f8d7/setup.py", line 5, in 2021-07-11T15:50:08,291 from kcat import VERSION 2021-07-11T15:50:08,291 File "/tmp/pip-wheel-swy20aij/kcat_80c25db27f044156a725911b9a93f8d7/kcat/__init__.py", line 102 2021-07-11T15:50:08,292 print 'Unknow option: %s' % opt 2021-07-11T15:50:08,292 ^ 2021-07-11T15:50:08,292 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Unknow option: %s' % opt)? 2021-07-11T15:50:08,339 WARNING: Discarding https://files.pythonhosted.org/packages/49/bd/2da43022115d283cbd99cfde521cd676ed44e18732bcb94bfe31e7c1912a/kcat-0.3.tar.gz#sha256=3a3dbdd08c38328b2e7f7a4f7a592eb06247c5b45e211526a9cd185fc1ba1419 (from https://pypi.org/simple/kcat/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T15:50:08,341 ERROR: Could not find a version that satisfies the requirement kcat==0.3 (from versions: 0.1, 0.2, 0.3) 2021-07-11T15:50:08,341 ERROR: No matching distribution found for kcat==0.3 2021-07-11T15:50:08,341 Exception information: 2021-07-11T15:50:08,341 Traceback (most recent call last): 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T15:50:08,341 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T15:50:08,341 raise RequirementsConflicted(criterion) 2021-07-11T15:50:08,341 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kcat==0.3') 2021-07-11T15:50:08,341 2021-07-11T15:50:08,341 During handling of the above exception, another exception occurred: 2021-07-11T15:50:08,341 2021-07-11T15:50:08,341 Traceback (most recent call last): 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T15:50:08,341 result = self._result = resolver.resolve( 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T15:50:08,341 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T15:50:08,341 raise ResolutionImpossible(e.criterion.information) 2021-07-11T15:50:08,341 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kcat==0.3'), parent=None)] 2021-07-11T15:50:08,341 2021-07-11T15:50:08,341 The above exception was the direct cause of the following exception: 2021-07-11T15:50:08,341 2021-07-11T15:50:08,341 Traceback (most recent call last): 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T15:50:08,341 status = self.run(options, args) 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T15:50:08,341 return func(self, options, args) 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T15:50:08,341 requirement_set = resolver.resolve( 2021-07-11T15:50:08,341 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T15:50:08,341 raise error from e 2021-07-11T15:50:08,341 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kcat==0.3 2021-07-11T15:50:08,346 Removed kcat==0.3 from https://files.pythonhosted.org/packages/49/bd/2da43022115d283cbd99cfde521cd676ed44e18732bcb94bfe31e7c1912a/kcat-0.3.tar.gz#sha256=3a3dbdd08c38328b2e7f7a4f7a592eb06247c5b45e211526a9cd185fc1ba1419 from build tracker '/tmp/pip-req-tracker-gl8d05sw' 2021-07-11T15:50:08,346 Removed build tracker: '/tmp/pip-req-tracker-gl8d05sw'