2021-07-08T14:00:28,442 Created temporary directory: /tmp/pip-ephem-wheel-cache-bokvdmgq 2021-07-08T14:00:28,445 Created temporary directory: /tmp/pip-req-tracker-nvt2v4v7 2021-07-08T14:00:28,446 Initialized build tracking at /tmp/pip-req-tracker-nvt2v4v7 2021-07-08T14:00:28,446 Created build tracker: /tmp/pip-req-tracker-nvt2v4v7 2021-07-08T14:00:28,446 Entered build tracker: /tmp/pip-req-tracker-nvt2v4v7 2021-07-08T14:00:28,447 Created temporary directory: /tmp/pip-wheel-k57di_yq 2021-07-08T14:00:28,479 1 location(s) to search for versions of idle2html: 2021-07-08T14:00:28,479 * https://pypi.org/simple/idle2html/ 2021-07-08T14:00:28,480 Fetching project page and analyzing links: https://pypi.org/simple/idle2html/ 2021-07-08T14:00:28,480 Getting page https://pypi.org/simple/idle2html/ 2021-07-08T14:00:28,482 Found index url https://pypi.org/simple 2021-07-08T14:00:28,663 Skipping link: Missing project version for idle2html: https://files.pythonhosted.org/packages/aa/b5/ba686b0721e1e8bf680da3762c1b61ad86fc8397c02063d6cb5b100e3ece/IDLE2HTML.tar.gz#sha256=5f77e1da2b47bd81b3cd50df0583b29e82051ddd49c9ef14fca3ad12c7e2df4e (from https://pypi.org/simple/idle2html/) 2021-07-08T14:00:28,663 Found link https://files.pythonhosted.org/packages/3d/ac/5da20d024ee890e4f865106283381ce6adc3b28d5f4bd99bfdd15c5a7aa3/IDLE2HTML-0.2.tgz#sha256=a1f7b92c0cc11e3b86db0901b02d9f14eda70a700f027a5c016c2f244c121147 (from https://pypi.org/simple/idle2html/), version: 0.2 2021-07-08T14:00:28,663 Skipping link: not a file: https://pypi.org/simple/idle2html/ 2021-07-08T14:00:28,679 Given no hashes to check 1 links for project 'idle2html': discarding no candidates 2021-07-08T14:00:28,697 Collecting idle2html==0.2 2021-07-08T14:00:28,698 Created temporary directory: /tmp/pip-unpack-_edaagzq 2021-07-08T14:00:28,868 Downloading IDLE2HTML-0.2.tgz (3.3 kB) 2021-07-08T14:00:28,896 Added idle2html==0.2 from https://files.pythonhosted.org/packages/3d/ac/5da20d024ee890e4f865106283381ce6adc3b28d5f4bd99bfdd15c5a7aa3/IDLE2HTML-0.2.tgz#sha256=a1f7b92c0cc11e3b86db0901b02d9f14eda70a700f027a5c016c2f244c121147 to build tracker '/tmp/pip-req-tracker-nvt2v4v7' 2021-07-08T14:00:28,897 ERROR: File "setup.py" not found for legacy project idle2html==0.2 from https://files.pythonhosted.org/packages/3d/ac/5da20d024ee890e4f865106283381ce6adc3b28d5f4bd99bfdd15c5a7aa3/IDLE2HTML-0.2.tgz#sha256=a1f7b92c0cc11e3b86db0901b02d9f14eda70a700f027a5c016c2f244c121147. 2021-07-08T14:00:28,898 Exception information: 2021-07-08T14:00:28,898 Traceback (most recent call last): 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T14:00:28,898 status = self.run(options, args) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T14:00:28,898 return func(self, options, args) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T14:00:28,898 requirement_set = resolver.resolve( 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T14:00:28,898 result = self._result = resolver.resolve( 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T14:00:28,898 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T14:00:28,898 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _merge_into_criterion 2021-07-08T14:00:28,898 if not criterion.candidates: 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/structs.py", line 139, in __bool__ 2021-07-08T14:00:28,898 return bool(self._sequence) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in __bool__ 2021-07-08T14:00:28,898 return any(self) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 129, in 2021-07-08T14:00:28,898 return (c for c in iterator if id(c) not in self._incompatible_ids) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 33, in _iter_built 2021-07-08T14:00:28,898 candidate = func() 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 200, in _make_candidate_from_link 2021-07-08T14:00:28,898 self._link_candidate_cache[link] = LinkCandidate( 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 306, in __init__ 2021-07-08T14:00:28,898 super().__init__( 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 151, in __init__ 2021-07-08T14:00:28,898 self.dist = self._prepare() 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 234, in _prepare 2021-07-08T14:00:28,898 dist = self._prepare_distribution() 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 317, in _prepare_distribution 2021-07-08T14:00:28,898 return self._factory.preparer.prepare_linked_requirement( 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 508, in prepare_linked_requirement 2021-07-08T14:00:28,898 return self._prepare_linked_requirement(req, parallel_builds) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 570, in _prepare_linked_requirement 2021-07-08T14:00:28,898 dist = _get_prepared_distribution( 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 60, in _get_prepared_distribution 2021-07-08T14:00:28,898 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/distributions/sdist.py", line 36, in prepare_distribution_metadata 2021-07-08T14:00:28,898 self.req.prepare_metadata() 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 549, in prepare_metadata 2021-07-08T14:00:28,898 self.metadata_directory = self._generate_metadata() 2021-07-08T14:00:28,898 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 520, in _generate_metadata 2021-07-08T14:00:28,898 raise InstallationError( 2021-07-08T14:00:28,898 pip._internal.exceptions.InstallationError: File "setup.py" not found for legacy project idle2html==0.2 from https://files.pythonhosted.org/packages/3d/ac/5da20d024ee890e4f865106283381ce6adc3b28d5f4bd99bfdd15c5a7aa3/IDLE2HTML-0.2.tgz#sha256=a1f7b92c0cc11e3b86db0901b02d9f14eda70a700f027a5c016c2f244c121147. 2021-07-08T14:00:28,930 Removed idle2html==0.2 from https://files.pythonhosted.org/packages/3d/ac/5da20d024ee890e4f865106283381ce6adc3b28d5f4bd99bfdd15c5a7aa3/IDLE2HTML-0.2.tgz#sha256=a1f7b92c0cc11e3b86db0901b02d9f14eda70a700f027a5c016c2f244c121147 from build tracker '/tmp/pip-req-tracker-nvt2v4v7' 2021-07-08T14:00:28,930 Removed build tracker: '/tmp/pip-req-tracker-nvt2v4v7'