2020-09-10T18:51:03,662 Created temporary directory: /tmp/pip-ephem-wheel-cache-kr4tgm93 2020-09-10T18:51:03,665 Created temporary directory: /tmp/pip-req-tracker-sh35kc8e 2020-09-10T18:51:03,665 Initialized build tracking at /tmp/pip-req-tracker-sh35kc8e 2020-09-10T18:51:03,665 Created build tracker: /tmp/pip-req-tracker-sh35kc8e 2020-09-10T18:51:03,665 Entered build tracker: /tmp/pip-req-tracker-sh35kc8e 2020-09-10T18:51:03,666 Created temporary directory: /tmp/pip-wheel-ljg3c6b2 2020-09-10T18:51:03,674 1 location(s) to search for versions of runtask: 2020-09-10T18:51:03,674 * https://pypi.org/simple/runtask/ 2020-09-10T18:51:03,674 Fetching project page and analyzing links: https://pypi.org/simple/runtask/ 2020-09-10T18:51:03,675 Getting page https://pypi.org/simple/runtask/ 2020-09-10T18:51:03,676 Found index url https://pypi.org/simple 2020-09-10T18:51:03,762 Found link https://files.pythonhosted.org/packages/c8/53/59fc6955abf2847e46d98288f0a6a51964ffdd2e749ac2dcacaa863cba7e/runtask-0.1.0.tar.gz#sha256=de6a520c223d219ce8c160de20e667914a2510a419f1b294d265f8b4d44d9db5 (from https://pypi.org/simple/runtask/), version: 0.1.0 2020-09-10T18:51:03,763 Found link https://files.pythonhosted.org/packages/53/57/d6bb4e23b20858d60087c6473138a2b621c13000d4ec95841a25bb379646/runtask-0.2.0.tar.gz#sha256=75e09e5e8ef2f6b8f3d3bfb690395b5c6a6a9d31caaa1eb77d81572e280d885f (from https://pypi.org/simple/runtask/), version: 0.2.0 2020-09-10T18:51:03,763 Found link https://files.pythonhosted.org/packages/ce/7f/9f0f7d2462d32e9c2443210c8c79dbd29b9dca2363c971552bca5408a71f/runtask-0.3.0.tar.gz#sha256=46dae1aad83fb92afef5b5257f21f972183ec0525d2750ec8e220c9816333a0d (from https://pypi.org/simple/runtask/), version: 0.3.0 2020-09-10T18:51:03,764 Found link https://files.pythonhosted.org/packages/4c/f7/732036075467e72aab4cf4e33acff29d0c921a456015159b6d57eb25b02e/runtask-0.4.0.tar.gz#sha256=e2e6e68f59269c981399014072abe1f2a0d010cc8d738736c9a0ee3c2d890d1d (from https://pypi.org/simple/runtask/), version: 0.4.0 2020-09-10T18:51:03,764 Found link https://files.pythonhosted.org/packages/cb/a6/63537f9b8f1bf3b511ec5ebf720191566997eaead2ae14f67edbdc91e4c7/runtask-0.5.0.tar.gz#sha256=29f8befac6550dd12b11014645526694523e7bc9651a6671e6dbf0ee222610e4 (from https://pypi.org/simple/runtask/), version: 0.5.0 2020-09-10T18:51:03,768 Given no hashes to check 1 links for project 'runtask': discarding no candidates 2020-09-10T18:51:03,769 Using version 0.5.0 (newest of versions: 0.5.0) 2020-09-10T18:51:03,772 Collecting runtask==0.5.0 2020-09-10T18:51:03,774 Created temporary directory: /tmp/pip-unpack-i3q87p1k 2020-09-10T18:51:03,813 Downloading runtask-0.5.0.tar.gz (17 kB) 2020-09-10T18:51:03,886 Added runtask==0.5.0 from https://files.pythonhosted.org/packages/cb/a6/63537f9b8f1bf3b511ec5ebf720191566997eaead2ae14f67edbdc91e4c7/runtask-0.5.0.tar.gz#sha256=29f8befac6550dd12b11014645526694523e7bc9651a6671e6dbf0ee222610e4 to build tracker '/tmp/pip-req-tracker-sh35kc8e' 2020-09-10T18:51:03,888 Running setup.py (path:/tmp/pip-wheel-ljg3c6b2/runtask/setup.py) egg_info for package runtask 2020-09-10T18:51:03,888 Created temporary directory: /tmp/pip-pip-egg-info-x01ulxtk 2020-09-10T18:51:03,889 Running command python setup.py egg_info 2020-09-10T18:51:04,753 Traceback (most recent call last): 2020-09-10T18:51:04,754 File "", line 1, in 2020-09-10T18:51:04,754 File "/tmp/pip-wheel-ljg3c6b2/runtask/setup.py", line 47, in 2020-09-10T18:51:04,754 import runtask 2020-09-10T18:51:04,755 File "/tmp/pip-wheel-ljg3c6b2/runtask/runtask.py", line 198 2020-09-10T18:51:04,755 self.torun.append((self.task_id,next(timing))) 2020-09-10T18:51:04,756 ^ 2020-09-10T18:51:04,756 TabError: inconsistent use of tabs and spaces in indentation 2020-09-10T18:51:04,801 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-10T18:51:04,801 Exception information: 2020-09-10T18:51:04,801 Traceback (most recent call last): 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 216, in _main 2020-09-10T18:51:04,801 status = self.run(options, args) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-10T18:51:04,801 return func(self, options, args) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-10T18:51:04,801 reqs, check_supported_wheels=True 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-10T18:51:04,801 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-10T18:51:04,801 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-10T18:51:04,801 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-10T18:51:04,801 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-10T18:51:04,801 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-10T18:51:04,801 self.req.prepare_metadata() 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 554, in prepare_metadata 2020-09-10T18:51:04,801 self.metadata_directory = self._generate_metadata() 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 534, in _generate_metadata 2020-09-10T18:51:04,801 details=self.name or "from {}".format(self.link) 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-10T18:51:04,801 command_desc='python setup.py egg_info', 2020-09-10T18:51:04,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-10T18:51:04,801 raise InstallationError(exc_msg) 2020-09-10T18:51:04,801 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-10T18:51:04,809 Removed runtask==0.5.0 from https://files.pythonhosted.org/packages/cb/a6/63537f9b8f1bf3b511ec5ebf720191566997eaead2ae14f67edbdc91e4c7/runtask-0.5.0.tar.gz#sha256=29f8befac6550dd12b11014645526694523e7bc9651a6671e6dbf0ee222610e4 from build tracker '/tmp/pip-req-tracker-sh35kc8e' 2020-09-10T18:51:04,809 Removed build tracker: '/tmp/pip-req-tracker-sh35kc8e'