2021-07-11T15:48:08,045 Created temporary directory: /tmp/pip-ephem-wheel-cache-8rqlvzf3 2021-07-11T15:48:08,052 Created temporary directory: /tmp/pip-req-tracker-2k51g526 2021-07-11T15:48:08,052 Initialized build tracking at /tmp/pip-req-tracker-2k51g526 2021-07-11T15:48:08,052 Created build tracker: /tmp/pip-req-tracker-2k51g526 2021-07-11T15:48:08,053 Entered build tracker: /tmp/pip-req-tracker-2k51g526 2021-07-11T15:48:08,053 Created temporary directory: /tmp/pip-wheel-nxbz44mj 2021-07-11T15:48:08,083 1 location(s) to search for versions of kcat: 2021-07-11T15:48:08,083 * https://pypi.org/simple/kcat/ 2021-07-11T15:48:08,083 Fetching project page and analyzing links: https://pypi.org/simple/kcat/ 2021-07-11T15:48:08,084 Getting page https://pypi.org/simple/kcat/ 2021-07-11T15:48:08,085 Found index url https://pypi.org/simple 2021-07-11T15:48:08,266 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:48:08,267 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:48:08,267 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:48:08,267 Skipping link: not a file: https://pypi.org/simple/kcat/ 2021-07-11T15:48:08,285 Given no hashes to check 1 links for project 'kcat': discarding no candidates 2021-07-11T15:48:08,304 Collecting kcat==0.2 2021-07-11T15:48:08,305 Created temporary directory: /tmp/pip-unpack-3v9qj2vl 2021-07-11T15:48:08,479 Downloading kcat-0.2.tar.gz (2.5 kB) 2021-07-11T15:48:08,506 Added kcat==0.2 from https://files.pythonhosted.org/packages/62/9a/f581af43beac091ceea3d953204a5174b96e2a3b36aff64105010346d672/kcat-0.2.tar.gz#sha256=d73571e6e118082204c63fec342528d828b9f2dfe5ca36d18f9186cc54b7b296 to build tracker '/tmp/pip-req-tracker-2k51g526' 2021-07-11T15:48:08,507 Running setup.py (path:/tmp/pip-wheel-nxbz44mj/kcat_12a4f55bf0c543beaef3572db26cd967/setup.py) egg_info for package kcat 2021-07-11T15:48:08,508 Created temporary directory: /tmp/pip-pip-egg-info-6cauho4t 2021-07-11T15:48:08,508 Running command python setup.py egg_info 2021-07-11T15:48:09,273 Traceback (most recent call last): 2021-07-11T15:48:09,274 File "", line 1, in 2021-07-11T15:48:09,274 File "/tmp/pip-wheel-nxbz44mj/kcat_12a4f55bf0c543beaef3572db26cd967/setup.py", line 5, in 2021-07-11T15:48:09,274 from kcat import VERSION 2021-07-11T15:48:09,275 File "/tmp/pip-wheel-nxbz44mj/kcat_12a4f55bf0c543beaef3572db26cd967/kcat/__init__.py", line 102 2021-07-11T15:48:09,275 print 'Unknow option: %s' % opt 2021-07-11T15:48:09,276 ^ 2021-07-11T15:48:09,276 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Unknow option: %s' % opt)? 2021-07-11T15:48:09,322 WARNING: Discarding https://files.pythonhosted.org/packages/62/9a/f581af43beac091ceea3d953204a5174b96e2a3b36aff64105010346d672/kcat-0.2.tar.gz#sha256=d73571e6e118082204c63fec342528d828b9f2dfe5ca36d18f9186cc54b7b296 (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:48:09,324 ERROR: Could not find a version that satisfies the requirement kcat==0.2 (from versions: 0.1, 0.2, 0.3) 2021-07-11T15:48:09,324 ERROR: No matching distribution found for kcat==0.2 2021-07-11T15:48:09,324 Exception information: 2021-07-11T15:48:09,324 Traceback (most recent call last): 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T15:48:09,324 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T15:48:09,324 raise RequirementsConflicted(criterion) 2021-07-11T15:48:09,324 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kcat==0.2') 2021-07-11T15:48:09,324 2021-07-11T15:48:09,324 During handling of the above exception, another exception occurred: 2021-07-11T15:48:09,324 2021-07-11T15:48:09,324 Traceback (most recent call last): 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T15:48:09,324 result = self._result = resolver.resolve( 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T15:48:09,324 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T15:48:09,324 raise ResolutionImpossible(e.criterion.information) 2021-07-11T15:48:09,324 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kcat==0.2'), parent=None)] 2021-07-11T15:48:09,324 2021-07-11T15:48:09,324 The above exception was the direct cause of the following exception: 2021-07-11T15:48:09,324 2021-07-11T15:48:09,324 Traceback (most recent call last): 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T15:48:09,324 status = self.run(options, args) 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T15:48:09,324 return func(self, options, args) 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T15:48:09,324 requirement_set = resolver.resolve( 2021-07-11T15:48:09,324 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T15:48:09,324 raise error from e 2021-07-11T15:48:09,324 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kcat==0.2 2021-07-11T15:48:09,329 Removed kcat==0.2 from https://files.pythonhosted.org/packages/62/9a/f581af43beac091ceea3d953204a5174b96e2a3b36aff64105010346d672/kcat-0.2.tar.gz#sha256=d73571e6e118082204c63fec342528d828b9f2dfe5ca36d18f9186cc54b7b296 from build tracker '/tmp/pip-req-tracker-2k51g526' 2021-07-11T15:48:09,330 Removed build tracker: '/tmp/pip-req-tracker-2k51g526'