2020-09-20T06:28:08,638 Created temporary directory: /tmp/pip-ephem-wheel-cache-lha1jdau 2020-09-20T06:28:08,640 Created temporary directory: /tmp/pip-req-tracker-c8_3f2kg 2020-09-20T06:28:08,641 Initialized build tracking at /tmp/pip-req-tracker-c8_3f2kg 2020-09-20T06:28:08,641 Created build tracker: /tmp/pip-req-tracker-c8_3f2kg 2020-09-20T06:28:08,641 Entered build tracker: /tmp/pip-req-tracker-c8_3f2kg 2020-09-20T06:28:08,642 Created temporary directory: /tmp/pip-wheel-ufug78zv 2020-09-20T06:28:08,650 1 location(s) to search for versions of tlpconfig: 2020-09-20T06:28:08,650 * https://pypi.org/simple/tlpconfig/ 2020-09-20T06:28:08,650 Fetching project page and analyzing links: https://pypi.org/simple/tlpconfig/ 2020-09-20T06:28:08,650 Getting page https://pypi.org/simple/tlpconfig/ 2020-09-20T06:28:08,652 Found index url https://pypi.org/simple 2020-09-20T06:28:08,736 Found link https://files.pythonhosted.org/packages/9c/42/c3d37783c7ea145959af640f33a05e4481a6b281525ac8a9bd1bf430d1ec/tlpconfig-0.2-.tar.gz#sha256=219ad98fca5ad5acaf301c36b5c3b37691c9460e96ce905bd0fd16697131f8bb (from https://pypi.org/simple/tlpconfig/), version: 0.2- 2020-09-20T06:28:08,740 Given no hashes to check 1 links for project 'tlpconfig': discarding no candidates 2020-09-20T06:28:08,740 Using version 0.2- (newest of versions: 0.2-) 2020-09-20T06:28:08,744 Collecting tlpconfig==0.2- 2020-09-20T06:28:08,745 Created temporary directory: /tmp/pip-unpack-03d_t9ch 2020-09-20T06:28:08,783 Downloading tlpconfig-0.2-.tar.gz (23 kB) 2020-09-20T06:28:08,969 Added tlpconfig==0.2- from https://files.pythonhosted.org/packages/9c/42/c3d37783c7ea145959af640f33a05e4481a6b281525ac8a9bd1bf430d1ec/tlpconfig-0.2-.tar.gz#sha256=219ad98fca5ad5acaf301c36b5c3b37691c9460e96ce905bd0fd16697131f8bb to build tracker '/tmp/pip-req-tracker-c8_3f2kg' 2020-09-20T06:28:08,970 Running setup.py (path:/tmp/pip-wheel-ufug78zv/tlpconfig/setup.py) egg_info for package tlpconfig 2020-09-20T06:28:08,971 Created temporary directory: /tmp/pip-pip-egg-info-lcxt9p6p 2020-09-20T06:28:08,972 Running command python setup.py egg_info 2020-09-20T06:28:09,785 Traceback (most recent call last): 2020-09-20T06:28:09,786 File "", line 1, in 2020-09-20T06:28:09,786 File "/tmp/pip-wheel-ufug78zv/tlpconfig/setup.py", line 3, in 2020-09-20T06:28:09,787 from pip.req import parse_requirements 2020-09-20T06:28:09,787 ModuleNotFoundError: No module named 'pip.req' 2020-09-20T06:28:09,832 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T06:28:09,833 Exception information: 2020-09-20T06:28:09,833 Traceback (most recent call last): 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-20T06:28:09,833 status = self.run(options, args) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-20T06:28:09,833 return func(self, options, args) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-20T06:28:09,833 reqs, check_supported_wheels=True 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-20T06:28:09,833 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-20T06:28:09,833 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-20T06:28:09,833 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-20T06:28:09,833 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-20T06:28:09,833 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-20T06:28:09,833 self.req.prepare_metadata() 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-20T06:28:09,833 self.metadata_directory = self._generate_metadata() 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-20T06:28:09,833 details=self.name or "from {}".format(self.link) 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-20T06:28:09,833 command_desc='python setup.py egg_info', 2020-09-20T06:28:09,833 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-20T06:28:09,833 raise InstallationError(exc_msg) 2020-09-20T06:28:09,833 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-20T06:28:09,842 Removed tlpconfig==0.2- from https://files.pythonhosted.org/packages/9c/42/c3d37783c7ea145959af640f33a05e4481a6b281525ac8a9bd1bf430d1ec/tlpconfig-0.2-.tar.gz#sha256=219ad98fca5ad5acaf301c36b5c3b37691c9460e96ce905bd0fd16697131f8bb from build tracker '/tmp/pip-req-tracker-c8_3f2kg' 2020-09-20T06:28:09,842 Removed build tracker: '/tmp/pip-req-tracker-c8_3f2kg'