2021-07-11T16:00:07,856 Created temporary directory: /tmp/pip-ephem-wheel-cache-d88bclvk 2021-07-11T16:00:07,859 Created temporary directory: /tmp/pip-req-tracker-p0494oup 2021-07-11T16:00:07,859 Initialized build tracking at /tmp/pip-req-tracker-p0494oup 2021-07-11T16:00:07,860 Created build tracker: /tmp/pip-req-tracker-p0494oup 2021-07-11T16:00:07,860 Entered build tracker: /tmp/pip-req-tracker-p0494oup 2021-07-11T16:00:07,860 Created temporary directory: /tmp/pip-wheel-mzqpbnfr 2021-07-11T16:00:07,889 1 location(s) to search for versions of exec-pypeline: 2021-07-11T16:00:07,889 * https://pypi.org/simple/exec-pypeline/ 2021-07-11T16:00:07,890 Fetching project page and analyzing links: https://pypi.org/simple/exec-pypeline/ 2021-07-11T16:00:07,890 Getting page https://pypi.org/simple/exec-pypeline/ 2021-07-11T16:00:07,892 Found index url https://pypi.org/simple 2021-07-11T16:00:08,071 Found link https://files.pythonhosted.org/packages/04/a9/818c4f4b6624bdcde6135cdeb2b44f6d38b00fb993ee839202e3ab5cd563/exec-pypeline-0.4.1.tar.gz#sha256=a5101d09490231c390b41c1c37d899a17c6bd7e81fca92cb8ee4486e32d4fcec (from https://pypi.org/simple/exec-pypeline/), version: 0.4.1 2021-07-11T16:00:08,072 Found link https://files.pythonhosted.org/packages/9d/c1/2ea03b2e20ecd657b96bc4df6a40b3195211c33e153740eb53007c9636b8/exec-pypeline-0.4.2.tar.gz#sha256=890d2b6800c40f2849e8338e448bbae151f85f712c7829c8be7e231c25495d6b (from https://pypi.org/simple/exec-pypeline/), version: 0.4.2 2021-07-11T16:00:08,072 Skipping link: not a file: https://pypi.org/simple/exec-pypeline/ 2021-07-11T16:00:08,089 Given no hashes to check 1 links for project 'exec-pypeline': discarding no candidates 2021-07-11T16:00:08,108 Collecting exec-pypeline==0.4.1 2021-07-11T16:00:08,110 Created temporary directory: /tmp/pip-unpack-w9v5fpnb 2021-07-11T16:00:08,281 Downloading exec-pypeline-0.4.1.tar.gz (4.1 kB) 2021-07-11T16:00:08,335 Added exec-pypeline==0.4.1 from https://files.pythonhosted.org/packages/04/a9/818c4f4b6624bdcde6135cdeb2b44f6d38b00fb993ee839202e3ab5cd563/exec-pypeline-0.4.1.tar.gz#sha256=a5101d09490231c390b41c1c37d899a17c6bd7e81fca92cb8ee4486e32d4fcec to build tracker '/tmp/pip-req-tracker-p0494oup' 2021-07-11T16:00:08,336 Running setup.py (path:/tmp/pip-wheel-mzqpbnfr/exec-pypeline_1ab848db91de40d39b013d42400ec260/setup.py) egg_info for package exec-pypeline 2021-07-11T16:00:08,337 Created temporary directory: /tmp/pip-pip-egg-info-onw_r6ln 2021-07-11T16:00:08,337 Running command python setup.py egg_info 2021-07-11T16:00:09,057 Traceback (most recent call last): 2021-07-11T16:00:09,058 File "", line 1, in 2021-07-11T16:00:09,058 File "/tmp/pip-wheel-mzqpbnfr/exec-pypeline_1ab848db91de40d39b013d42400ec260/setup.py", line 13, in 2021-07-11T16:00:09,058 from exec_pypeline import __version__ 2021-07-11T16:00:09,059 File "/tmp/pip-wheel-mzqpbnfr/exec-pypeline_1ab848db91de40d39b013d42400ec260/exec_pypeline/__init__.py", line 12, in 2021-07-11T16:00:09,059 from exec_pypeline.pipeline import Pipeline # NOQA 2021-07-11T16:00:09,059 File "/tmp/pip-wheel-mzqpbnfr/exec-pypeline_1ab848db91de40d39b013d42400ec260/exec_pypeline/pipeline.py", line 45 2021-07-11T16:00:09,060 except Exception, e: 2021-07-11T16:00:09,060 ^ 2021-07-11T16:00:09,060 SyntaxError: invalid syntax 2021-07-11T16:00:09,108 WARNING: Discarding https://files.pythonhosted.org/packages/04/a9/818c4f4b6624bdcde6135cdeb2b44f6d38b00fb993ee839202e3ab5cd563/exec-pypeline-0.4.1.tar.gz#sha256=a5101d09490231c390b41c1c37d899a17c6bd7e81fca92cb8ee4486e32d4fcec (from https://pypi.org/simple/exec-pypeline/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-11T16:00:09,109 ERROR: Could not find a version that satisfies the requirement exec-pypeline==0.4.1 (from versions: 0.4.1, 0.4.2) 2021-07-11T16:00:09,110 ERROR: No matching distribution found for exec-pypeline==0.4.1 2021-07-11T16:00:09,110 Exception information: 2021-07-11T16:00:09,110 Traceback (most recent call last): 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-11T16:00:09,110 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-11T16:00:09,110 raise RequirementsConflicted(criterion) 2021-07-11T16:00:09,110 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('exec-pypeline==0.4.1') 2021-07-11T16:00:09,110 2021-07-11T16:00:09,110 During handling of the above exception, another exception occurred: 2021-07-11T16:00:09,110 2021-07-11T16:00:09,110 Traceback (most recent call last): 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-11T16:00:09,110 result = self._result = resolver.resolve( 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-11T16:00:09,110 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-11T16:00:09,110 raise ResolutionImpossible(e.criterion.information) 2021-07-11T16:00:09,110 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('exec-pypeline==0.4.1'), parent=None)] 2021-07-11T16:00:09,110 2021-07-11T16:00:09,110 The above exception was the direct cause of the following exception: 2021-07-11T16:00:09,110 2021-07-11T16:00:09,110 Traceback (most recent call last): 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-11T16:00:09,110 status = self.run(options, args) 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-11T16:00:09,110 return func(self, options, args) 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-11T16:00:09,110 requirement_set = resolver.resolve( 2021-07-11T16:00:09,110 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-11T16:00:09,110 raise error from e 2021-07-11T16:00:09,110 pip._internal.exceptions.DistributionNotFound: No matching distribution found for exec-pypeline==0.4.1 2021-07-11T16:00:09,115 Removed exec-pypeline==0.4.1 from https://files.pythonhosted.org/packages/04/a9/818c4f4b6624bdcde6135cdeb2b44f6d38b00fb993ee839202e3ab5cd563/exec-pypeline-0.4.1.tar.gz#sha256=a5101d09490231c390b41c1c37d899a17c6bd7e81fca92cb8ee4486e32d4fcec from build tracker '/tmp/pip-req-tracker-p0494oup' 2021-07-11T16:00:09,115 Removed build tracker: '/tmp/pip-req-tracker-p0494oup'