2021-07-10T03:39:43,111 Created temporary directory: /tmp/pip-ephem-wheel-cache-m16yb7lx 2021-07-10T03:39:43,114 Created temporary directory: /tmp/pip-req-tracker-zaax4efl 2021-07-10T03:39:43,115 Initialized build tracking at /tmp/pip-req-tracker-zaax4efl 2021-07-10T03:39:43,115 Created build tracker: /tmp/pip-req-tracker-zaax4efl 2021-07-10T03:39:43,115 Entered build tracker: /tmp/pip-req-tracker-zaax4efl 2021-07-10T03:39:43,116 Created temporary directory: /tmp/pip-wheel-3fhn_q4_ 2021-07-10T03:39:43,148 1 location(s) to search for versions of pentaho-db-changer: 2021-07-10T03:39:43,148 * https://pypi.org/simple/pentaho-db-changer/ 2021-07-10T03:39:43,149 Fetching project page and analyzing links: https://pypi.org/simple/pentaho-db-changer/ 2021-07-10T03:39:43,150 Getting page https://pypi.org/simple/pentaho-db-changer/ 2021-07-10T03:39:43,151 Found index url https://pypi.org/simple 2021-07-10T03:39:43,328 Found link https://files.pythonhosted.org/packages/f8/ff/b3fa6d96a45543f82419e978c961b9126fe24f1db43b8dc0c6206f2c73ff/pentaho-db-changer-0.0.1.tar.gz#sha256=3adc1a11c66def64d11a70c1f11877a7f916d3c70d63ad5c85f65c83b4722c57 (from https://pypi.org/simple/pentaho-db-changer/), version: 0.0.1 2021-07-10T03:39:43,328 Found link https://files.pythonhosted.org/packages/48/2a/46cb6696b438114b9d20f178a1b3022a2dc6ed3cf7f395c5fcc7c33a9ec3/pentaho-db-changer-0.0.3.tar.gz#sha256=9e7dfab6f43ac5dc43a37419248f19fc87d269f064a7483d2265d298ee632ecd (from https://pypi.org/simple/pentaho-db-changer/), version: 0.0.3 2021-07-10T03:39:43,329 Skipping link: not a file: https://pypi.org/simple/pentaho-db-changer/ 2021-07-10T03:39:43,346 Given no hashes to check 1 links for project 'pentaho-db-changer': discarding no candidates 2021-07-10T03:39:43,365 Collecting pentaho-db-changer==0.0.3 2021-07-10T03:39:43,366 Created temporary directory: /tmp/pip-unpack-t9puq5sm 2021-07-10T03:39:43,536 Downloading pentaho-db-changer-0.0.3.tar.gz (3.9 kB) 2021-07-10T03:39:43,576 Added pentaho-db-changer==0.0.3 from https://files.pythonhosted.org/packages/48/2a/46cb6696b438114b9d20f178a1b3022a2dc6ed3cf7f395c5fcc7c33a9ec3/pentaho-db-changer-0.0.3.tar.gz#sha256=9e7dfab6f43ac5dc43a37419248f19fc87d269f064a7483d2265d298ee632ecd to build tracker '/tmp/pip-req-tracker-zaax4efl' 2021-07-10T03:39:43,578 Running setup.py (path:/tmp/pip-wheel-3fhn_q4_/pentaho-db-changer_90c811c7a2e44035ad046208d2a74136/setup.py) egg_info for package pentaho-db-changer 2021-07-10T03:39:43,578 Created temporary directory: /tmp/pip-pip-egg-info-nwwej7sz 2021-07-10T03:39:43,579 Running command python setup.py egg_info 2021-07-10T03:39:44,212 Traceback (most recent call last): 2021-07-10T03:39:44,213 File "", line 1, in 2021-07-10T03:39:44,213 File "/tmp/pip-wheel-3fhn_q4_/pentaho-db-changer_90c811c7a2e44035ad046208d2a74136/setup.py", line 6, in 2021-07-10T03:39:44,213 VERSION = __import__('set_db_pdi').__version__ 2021-07-10T03:39:44,213 File "/tmp/pip-wheel-3fhn_q4_/pentaho-db-changer_90c811c7a2e44035ad046208d2a74136/set_db_pdi/__init__.py", line 73 2021-07-10T03:39:44,214 print 'Done' 2021-07-10T03:39:44,214 ^ 2021-07-10T03:39:44,214 SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Done')? 2021-07-10T03:39:44,261 WARNING: Discarding https://files.pythonhosted.org/packages/48/2a/46cb6696b438114b9d20f178a1b3022a2dc6ed3cf7f395c5fcc7c33a9ec3/pentaho-db-changer-0.0.3.tar.gz#sha256=9e7dfab6f43ac5dc43a37419248f19fc87d269f064a7483d2265d298ee632ecd (from https://pypi.org/simple/pentaho-db-changer/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T03:39:44,263 ERROR: Could not find a version that satisfies the requirement pentaho-db-changer==0.0.3 (from versions: 0.0.1, 0.0.3) 2021-07-10T03:39:44,263 ERROR: No matching distribution found for pentaho-db-changer==0.0.3 2021-07-10T03:39:44,263 Exception information: 2021-07-10T03:39:44,263 Traceback (most recent call last): 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T03:39:44,263 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T03:39:44,263 raise RequirementsConflicted(criterion) 2021-07-10T03:39:44,263 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pentaho-db-changer==0.0.3') 2021-07-10T03:39:44,263 2021-07-10T03:39:44,263 During handling of the above exception, another exception occurred: 2021-07-10T03:39:44,263 2021-07-10T03:39:44,263 Traceback (most recent call last): 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T03:39:44,263 result = self._result = resolver.resolve( 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T03:39:44,263 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T03:39:44,263 raise ResolutionImpossible(e.criterion.information) 2021-07-10T03:39:44,263 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pentaho-db-changer==0.0.3'), parent=None)] 2021-07-10T03:39:44,263 2021-07-10T03:39:44,263 The above exception was the direct cause of the following exception: 2021-07-10T03:39:44,263 2021-07-10T03:39:44,263 Traceback (most recent call last): 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T03:39:44,263 status = self.run(options, args) 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T03:39:44,263 return func(self, options, args) 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T03:39:44,263 requirement_set = resolver.resolve( 2021-07-10T03:39:44,263 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T03:39:44,263 raise error from e 2021-07-10T03:39:44,263 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pentaho-db-changer==0.0.3 2021-07-10T03:39:44,268 Removed pentaho-db-changer==0.0.3 from https://files.pythonhosted.org/packages/48/2a/46cb6696b438114b9d20f178a1b3022a2dc6ed3cf7f395c5fcc7c33a9ec3/pentaho-db-changer-0.0.3.tar.gz#sha256=9e7dfab6f43ac5dc43a37419248f19fc87d269f064a7483d2265d298ee632ecd from build tracker '/tmp/pip-req-tracker-zaax4efl' 2021-07-10T03:39:44,268 Removed build tracker: '/tmp/pip-req-tracker-zaax4efl'