2019-07-03T14:53:27 Created temporary directory: /tmp/pip-ephem-wheel-cache-47hf62rn 2019-07-03T14:53:27 Created temporary directory: /tmp/pip-req-tracker-789ibxdh 2019-07-03T14:53:27 Created requirements tracker '/tmp/pip-req-tracker-789ibxdh' 2019-07-03T14:53:27 Created temporary directory: /tmp/pip-wheel-t77e0a0y 2019-07-03T14:53:27 Collecting mulpro==0.1.3 2019-07-03T14:53:27 1 location(s) to search for versions of mulpro: 2019-07-03T14:53:27 * https://pypi.org/simple/mulpro/ 2019-07-03T14:53:27 Getting page https://pypi.org/simple/mulpro/ 2019-07-03T14:53:28 Analyzing links from page https://pypi.org/simple/mulpro/ 2019-07-03T14:53:28 Found link https://files.pythonhosted.org/packages/50/3f/7c82c777b7dfc6376c77639f3ca0ae6b0dd6522fb0e7c56dbb8bd2f3c93e/mulpro-0.1.2.tar.gz#sha256=e6aadc6c2938e1f383f232bbd1a2cc055bd7e6a7b5bb3587661015e83a811e87 (from https://pypi.org/simple/mulpro/), version: 0.1.2 2019-07-03T14:53:28 Found link https://files.pythonhosted.org/packages/25/6d/3283a0d8d2b18b35a96b2d93a9ff969217d269a95fdda8e9b3043164a22d/mulpro-0.1.3.tar.gz#sha256=602c453d371179db506d356ecd5980df5d292d9c3eb51a66c0d7fbab55dc54eb (from https://pypi.org/simple/mulpro/), version: 0.1.3 2019-07-03T14:53:28 Found link https://files.pythonhosted.org/packages/24/a1/339f93e5c1416659c769fc6d71f1d1a65a42addb4af2632d5499ddf8aab7/mulpro-0.1.6.tar.gz#sha256=cd9498b274677a802868e475f0a5404bf5b9f11198b26b779817310aa9089d5f (from https://pypi.org/simple/mulpro/), version: 0.1.6 2019-07-03T14:53:28 Using version 0.1.3 (newest of versions: 0.1.3) 2019-07-03T14:53:28 Created temporary directory: /tmp/pip-unpack-lka_0dw9 2019-07-03T14:53:28 Downloading https://files.pythonhosted.org/packages/25/6d/3283a0d8d2b18b35a96b2d93a9ff969217d269a95fdda8e9b3043164a22d/mulpro-0.1.3.tar.gz 2019-07-03T14:53:28 Downloading from URL https://files.pythonhosted.org/packages/25/6d/3283a0d8d2b18b35a96b2d93a9ff969217d269a95fdda8e9b3043164a22d/mulpro-0.1.3.tar.gz#sha256=602c453d371179db506d356ecd5980df5d292d9c3eb51a66c0d7fbab55dc54eb (from https://pypi.org/simple/mulpro/) 2019-07-03T14:53:28 Added mulpro==0.1.3 from https://files.pythonhosted.org/packages/25/6d/3283a0d8d2b18b35a96b2d93a9ff969217d269a95fdda8e9b3043164a22d/mulpro-0.1.3.tar.gz#sha256=602c453d371179db506d356ecd5980df5d292d9c3eb51a66c0d7fbab55dc54eb to build tracker '/tmp/pip-req-tracker-789ibxdh' 2019-07-03T14:53:28 Running setup.py (path:/tmp/pip-wheel-t77e0a0y/mulpro/setup.py) egg_info for package mulpro 2019-07-03T14:53:28 Running command python setup.py egg_info 2019-07-03T14:53:29 Traceback (most recent call last): 2019-07-03T14:53:29 File "", line 1, in 2019-07-03T14:53:29 File "/tmp/pip-wheel-t77e0a0y/mulpro/setup.py", line 28 2019-07-03T14:53:29 print 100*"*" 2019-07-03T14:53:29 ^ 2019-07-03T14:53:29 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(100*"*")? 2019-07-03T14:53:29 Cleaning up... 2019-07-03T14:53:29 Removing source in /tmp/pip-wheel-t77e0a0y/mulpro 2019-07-03T14:53:29 Removed mulpro==0.1.3 from https://files.pythonhosted.org/packages/25/6d/3283a0d8d2b18b35a96b2d93a9ff969217d269a95fdda8e9b3043164a22d/mulpro-0.1.3.tar.gz#sha256=602c453d371179db506d356ecd5980df5d292d9c3eb51a66c0d7fbab55dc54eb from build tracker '/tmp/pip-req-tracker-789ibxdh' 2019-07-03T14:53:29 Removed build tracker '/tmp/pip-req-tracker-789ibxdh' 2019-07-03T14:53:29 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-t77e0a0y/mulpro/ 2019-07-03T14:53:29 Exception information: 2019-07-03T14:53:29 Traceback (most recent call last): 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-03T14:53:29 status = self.run(options, args) 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-03T14:53:29 resolver.resolve(requirement_set) 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-03T14:53:29 self._resolve_one(requirement_set, req) 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-03T14:53:29 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-03T14:53:29 self.require_hashes 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-03T14:53:29 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-03T14:53:29 self.req.prepare_metadata() 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-03T14:53:29 self.run_egg_info() 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-03T14:53:29 command_desc='python setup.py egg_info') 2019-07-03T14:53:29 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-03T14:53:29 % (command_desc, proc.returncode, cwd)) 2019-07-03T14:53:29 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-t77e0a0y/mulpro/