2020-09-10T17:18:07,838 Created temporary directory: /tmp/pip-ephem-wheel-cache-ko3zodhf 2020-09-10T17:18:07,840 Created temporary directory: /tmp/pip-req-tracker-71ktm5z5 2020-09-10T17:18:07,841 Initialized build tracking at /tmp/pip-req-tracker-71ktm5z5 2020-09-10T17:18:07,841 Created build tracker: /tmp/pip-req-tracker-71ktm5z5 2020-09-10T17:18:07,841 Entered build tracker: /tmp/pip-req-tracker-71ktm5z5 2020-09-10T17:18:07,842 Created temporary directory: /tmp/pip-wheel-cim9v14g 2020-09-10T17:18:07,850 1 location(s) to search for versions of runtask: 2020-09-10T17:18:07,850 * https://pypi.org/simple/runtask/ 2020-09-10T17:18:07,850 Fetching project page and analyzing links: https://pypi.org/simple/runtask/ 2020-09-10T17:18:07,851 Getting page https://pypi.org/simple/runtask/ 2020-09-10T17:18:07,852 Found index url https://pypi.org/simple 2020-09-10T17:18:07,939 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-10T17:18:07,940 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-10T17:18:07,940 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-10T17:18:07,940 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-10T17:18:07,940 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-10T17:18:07,945 Given no hashes to check 1 links for project 'runtask': discarding no candidates 2020-09-10T17:18:07,946 Using version 0.3.0 (newest of versions: 0.3.0) 2020-09-10T17:18:07,949 Collecting runtask==0.3.0 2020-09-10T17:18:07,951 Created temporary directory: /tmp/pip-unpack-ecawl5i4 2020-09-10T17:18:07,990 Downloading runtask-0.3.0.tar.gz (11 kB) 2020-09-10T17:18:08,045 Added runtask==0.3.0 from https://files.pythonhosted.org/packages/ce/7f/9f0f7d2462d32e9c2443210c8c79dbd29b9dca2363c971552bca5408a71f/runtask-0.3.0.tar.gz#sha256=46dae1aad83fb92afef5b5257f21f972183ec0525d2750ec8e220c9816333a0d to build tracker '/tmp/pip-req-tracker-71ktm5z5' 2020-09-10T17:18:08,047 Running setup.py (path:/tmp/pip-wheel-cim9v14g/runtask/setup.py) egg_info for package runtask 2020-09-10T17:18:08,047 Created temporary directory: /tmp/pip-pip-egg-info-3rz4jcas 2020-09-10T17:18:08,048 Running command python setup.py egg_info 2020-09-10T17:18:08,938 Traceback (most recent call last): 2020-09-10T17:18:08,939 File "", line 1, in 2020-09-10T17:18:08,939 File "/tmp/pip-wheel-cim9v14g/runtask/setup.py", line 47, in 2020-09-10T17:18:08,939 import runtask 2020-09-10T17:18:08,940 File "/tmp/pip-wheel-cim9v14g/runtask/runtask.py", line 161 2020-09-10T17:18:08,941 self.torun.append((self.task_id,next(timing))) 2020-09-10T17:18:08,941 ^ 2020-09-10T17:18:08,941 TabError: inconsistent use of tabs and spaces in indentation 2020-09-10T17:18:08,986 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-10T17:18:08,986 Exception information: 2020-09-10T17:18:08,986 Traceback (most recent call last): 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 216, in _main 2020-09-10T17:18:08,986 status = self.run(options, args) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-10T17:18:08,986 return func(self, options, args) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-10T17:18:08,986 reqs, check_supported_wheels=True 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-10T17:18:08,986 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-10T17:18:08,986 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-10T17:18:08,986 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-10T17:18:08,986 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-10T17:18:08,986 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-10T17:18:08,986 self.req.prepare_metadata() 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 554, in prepare_metadata 2020-09-10T17:18:08,986 self.metadata_directory = self._generate_metadata() 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 534, in _generate_metadata 2020-09-10T17:18:08,986 details=self.name or "from {}".format(self.link) 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-10T17:18:08,986 command_desc='python setup.py egg_info', 2020-09-10T17:18:08,986 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-10T17:18:08,986 raise InstallationError(exc_msg) 2020-09-10T17:18:08,986 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-10T17:18:08,994 Removed runtask==0.3.0 from https://files.pythonhosted.org/packages/ce/7f/9f0f7d2462d32e9c2443210c8c79dbd29b9dca2363c971552bca5408a71f/runtask-0.3.0.tar.gz#sha256=46dae1aad83fb92afef5b5257f21f972183ec0525d2750ec8e220c9816333a0d from build tracker '/tmp/pip-req-tracker-71ktm5z5' 2020-09-10T17:18:08,995 Removed build tracker: '/tmp/pip-req-tracker-71ktm5z5'