2020-07-04T16:48:27,731 Created temporary directory: /tmp/pip-ephem-wheel-cache-tcwnq1c2 2020-07-04T16:48:27,736 Created temporary directory: /tmp/pip-req-tracker-n_nah5a0 2020-07-04T16:48:27,737 Initialized build tracking at /tmp/pip-req-tracker-n_nah5a0 2020-07-04T16:48:27,737 Created build tracker: /tmp/pip-req-tracker-n_nah5a0 2020-07-04T16:48:27,737 Entered build tracker: /tmp/pip-req-tracker-n_nah5a0 2020-07-04T16:48:27,739 Created temporary directory: /tmp/pip-wheel-o30mu6rq 2020-07-04T16:48:27,760 1 location(s) to search for versions of ped-editor: 2020-07-04T16:48:27,760 * https://pypi.org/simple/ped-editor/ 2020-07-04T16:48:27,760 Fetching project page and analyzing links: https://pypi.org/simple/ped-editor/ 2020-07-04T16:48:27,761 Getting page https://pypi.org/simple/ped-editor/ 2020-07-04T16:48:27,764 Found index url https://pypi.org/simple 2020-07-04T16:48:27,967 Found link https://files.pythonhosted.org/packages/17/e9/de5071328394f551fb23d3d4fa46667f66f5bb0c7030b9d729aab8004834/ped-editor-1.1.0.tar.gz#sha256=891e688578047eb566983d528e7bc29609c85c53c3b7ee173e98d325b4d63317 (from https://pypi.org/simple/ped-editor/) (requires-python:>=3.6), version: 1.1.0 2020-07-04T16:48:27,968 Skipping link: No binaries permitted for ped-editor: https://files.pythonhosted.org/packages/61/61/66d45bf3390079607057161cf06dd46280c10579d317a5b56d8882d4caaa/ped_editor-1.1.0-py3-none-any.whl#sha256=a51a5adfb2adcdcd901656e1254bb77a914a37c15d5e06f6b8ac9718d9dd2188 (from https://pypi.org/simple/ped-editor/) (requires-python:>=3.6) 2020-07-04T16:48:27,975 Given no hashes to check 1 links for project 'ped-editor': discarding no candidates 2020-07-04T16:48:27,976 Using version 1.1.0 (newest of versions: 1.1.0) 2020-07-04T16:48:27,982 Collecting ped-editor==1.1.0 2020-07-04T16:48:27,985 Created temporary directory: /tmp/pip-unpack-o1znf189 2020-07-04T16:48:28,086 Downloading ped-editor-1.1.0.tar.gz (58 kB) 2020-07-04T16:48:28,407 Added ped-editor==1.1.0 from https://files.pythonhosted.org/packages/17/e9/de5071328394f551fb23d3d4fa46667f66f5bb0c7030b9d729aab8004834/ped-editor-1.1.0.tar.gz#sha256=891e688578047eb566983d528e7bc29609c85c53c3b7ee173e98d325b4d63317 to build tracker '/tmp/pip-req-tracker-n_nah5a0' 2020-07-04T16:48:28,410 Running setup.py (path:/tmp/pip-wheel-o30mu6rq/ped-editor/setup.py) egg_info for package ped-editor 2020-07-04T16:48:28,412 Created temporary directory: /tmp/pip-pip-egg-info-i52olf4i 2020-07-04T16:48:28,413 Running command python setup.py egg_info 2020-07-04T16:48:29,844 Traceback (most recent call last): 2020-07-04T16:48:29,845 File "", line 1, in 2020-07-04T16:48:29,846 File "/tmp/pip-wheel-o30mu6rq/ped-editor/setup.py", line 6, in 2020-07-04T16:48:29,846 with open("VERSION", "r") as fh: 2020-07-04T16:48:29,847 FileNotFoundError: [Errno 2] No such file or directory: 'VERSION' 2020-07-04T16:48:29,935 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-04T16:48:29,936 Exception information: 2020-07-04T16:48:29,936 Traceback (most recent call last): 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-04T16:48:29,936 status = self.run(options, args) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-04T16:48:29,936 return func(self, options, args) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-04T16:48:29,936 reqs, check_supported_wheels=True 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-04T16:48:29,936 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-04T16:48:29,936 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-04T16:48:29,936 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-04T16:48:29,936 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-04T16:48:29,936 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-04T16:48:29,936 self.req.prepare_metadata() 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-04T16:48:29,936 self.metadata_directory = self._generate_metadata() 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-04T16:48:29,936 details=self.name or "from {}".format(self.link) 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-04T16:48:29,936 command_desc='python setup.py egg_info', 2020-07-04T16:48:29,936 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-04T16:48:29,936 raise InstallationError(exc_msg) 2020-07-04T16:48:29,936 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-04T16:48:29,952 Removed ped-editor==1.1.0 from https://files.pythonhosted.org/packages/17/e9/de5071328394f551fb23d3d4fa46667f66f5bb0c7030b9d729aab8004834/ped-editor-1.1.0.tar.gz#sha256=891e688578047eb566983d528e7bc29609c85c53c3b7ee173e98d325b4d63317 from build tracker '/tmp/pip-req-tracker-n_nah5a0' 2020-07-04T16:48:29,953 Removed build tracker: '/tmp/pip-req-tracker-n_nah5a0'