2020-09-20T02:18:23,316 Created temporary directory: /tmp/pip-ephem-wheel-cache-n6asnr0h 2020-09-20T02:18:23,318 Created temporary directory: /tmp/pip-req-tracker-vwfuf16g 2020-09-20T02:18:23,318 Initialized build tracking at /tmp/pip-req-tracker-vwfuf16g 2020-09-20T02:18:23,319 Created build tracker: /tmp/pip-req-tracker-vwfuf16g 2020-09-20T02:18:23,319 Entered build tracker: /tmp/pip-req-tracker-vwfuf16g 2020-09-20T02:18:23,319 Created temporary directory: /tmp/pip-wheel-qj3zrhuy 2020-09-20T02:18:23,328 1 location(s) to search for versions of roscreate: 2020-09-20T02:18:23,328 * https://pypi.org/simple/roscreate/ 2020-09-20T02:18:23,328 Fetching project page and analyzing links: https://pypi.org/simple/roscreate/ 2020-09-20T02:18:23,328 Getting page https://pypi.org/simple/roscreate/ 2020-09-20T02:18:23,330 Found index url https://pypi.org/simple 2020-09-20T02:18:23,416 Found link https://files.pythonhosted.org/packages/59/ee/c2634c6b35403c8a974e7848078f0a00d0bf76b617d7b94618b45f8ae53f/roscreate-0.1.6.tar.gz#sha256=d574c0e7bbbf13c852d973b19c6ac2974232786a3f17220c74232cf10b1c8b07 (from https://pypi.org/simple/roscreate/), version: 0.1.6 2020-09-20T02:18:23,417 Found link https://files.pythonhosted.org/packages/60/d1/a8f6de82715289c9b145ebc876fba6c0c8efbee65cfb87294fc6a3a86026/roscreate-0.1.7.tar.gz#sha256=1e646e92a029eefd5a5205120dca38d4ee240c1ce18587cf83f595ddea700e2e (from https://pypi.org/simple/roscreate/), version: 0.1.7 2020-09-20T02:18:23,417 Found link https://files.pythonhosted.org/packages/01/1a/75401ebbcf075df0128bed0abe65bd754e8d25cd5194a4fbc8d9e3e58fff/roscreate-0.1.8.tar.gz#sha256=4fc51ee9b248e03638940f408682206936a35d9e884b2ca27abae1b10e904cb8 (from https://pypi.org/simple/roscreate/), version: 0.1.8 2020-09-20T02:18:23,418 Found link https://files.pythonhosted.org/packages/aa/04/553e1e4938becae6045f8f40a4ba67b7c3269ea81ffd75382f6aab701b70/roscreate-0.1.9.tar.gz#sha256=f7ed6c90cd331a1a29cf34f47c0df5527c6865e8fb574f5d3c4ec54848b59f55 (from https://pypi.org/simple/roscreate/), version: 0.1.9 2020-09-20T02:18:23,418 Found link https://files.pythonhosted.org/packages/7f/2f/4c897d53d35070d9ceba7ee17e9c6f3dae091514218c27c455083f73670b/roscreate-0.1.10.tar.gz#sha256=da1a1ef026eeb4b32231099871c861916d1f255129af244407a23f2eb0b8772c (from https://pypi.org/simple/roscreate/), version: 0.1.10 2020-09-20T02:18:23,422 Given no hashes to check 1 links for project 'roscreate': discarding no candidates 2020-09-20T02:18:23,423 Using version 0.1.8 (newest of versions: 0.1.8) 2020-09-20T02:18:23,426 Collecting roscreate==0.1.8 2020-09-20T02:18:23,428 Created temporary directory: /tmp/pip-unpack-ks_f2rhx 2020-09-20T02:18:23,466 Downloading roscreate-0.1.8.tar.gz (58 kB) 2020-09-20T02:18:23,684 Added roscreate==0.1.8 from https://files.pythonhosted.org/packages/01/1a/75401ebbcf075df0128bed0abe65bd754e8d25cd5194a4fbc8d9e3e58fff/roscreate-0.1.8.tar.gz#sha256=4fc51ee9b248e03638940f408682206936a35d9e884b2ca27abae1b10e904cb8 to build tracker '/tmp/pip-req-tracker-vwfuf16g' 2020-09-20T02:18:23,685 Running setup.py (path:/tmp/pip-wheel-qj3zrhuy/roscreate/setup.py) egg_info for package roscreate 2020-09-20T02:18:23,686 Created temporary directory: /tmp/pip-pip-egg-info-ze4cwoux 2020-09-20T02:18:23,687 Running command python setup.py egg_info 2020-09-20T02:18:24,468 Traceback (most recent call last): 2020-09-20T02:18:24,469 File "", line 1, in 2020-09-20T02:18:24,470 File "/tmp/pip-wheel-qj3zrhuy/roscreate/setup.py", line 6, in 2020-09-20T02:18:24,470 from roscreate2 import __version__ 2020-09-20T02:18:24,470 File "src/roscreate2/__init__.py", line 4, in 2020-09-20T02:18:24,471 from .qtcreate import create_qt_ros_package 2020-09-20T02:18:24,472 File "src/roscreate2/qtcreate.py", line 39 2020-09-20T02:18:24,472 print "Created qt package directories." 2020-09-20T02:18:24,473 ^ 2020-09-20T02:18:24,473 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Created qt package directories.")? 2020-09-20T02:18:24,520 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T02:18:24,520 Exception information: 2020-09-20T02:18:24,520 Traceback (most recent call last): 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-20T02:18:24,520 status = self.run(options, args) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-20T02:18:24,520 return func(self, options, args) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-20T02:18:24,520 reqs, check_supported_wheels=True 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-20T02:18:24,520 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-20T02:18:24,520 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-20T02:18:24,520 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-20T02:18:24,520 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-20T02:18:24,520 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-20T02:18:24,520 self.req.prepare_metadata() 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-20T02:18:24,520 self.metadata_directory = self._generate_metadata() 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-20T02:18:24,520 details=self.name or "from {}".format(self.link) 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-20T02:18:24,520 command_desc='python setup.py egg_info', 2020-09-20T02:18:24,520 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-20T02:18:24,520 raise InstallationError(exc_msg) 2020-09-20T02:18:24,520 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T02:18:24,528 Removed roscreate==0.1.8 from https://files.pythonhosted.org/packages/01/1a/75401ebbcf075df0128bed0abe65bd754e8d25cd5194a4fbc8d9e3e58fff/roscreate-0.1.8.tar.gz#sha256=4fc51ee9b248e03638940f408682206936a35d9e884b2ca27abae1b10e904cb8 from build tracker '/tmp/pip-req-tracker-vwfuf16g' 2020-09-20T02:18:24,528 Removed build tracker: '/tmp/pip-req-tracker-vwfuf16g'