2020-08-03T09:45:48,403 Created temporary directory: /tmp/pip-ephem-wheel-cache-eveakz9g 2020-08-03T09:45:48,408 Created temporary directory: /tmp/pip-req-tracker-a6f6x5ao 2020-08-03T09:45:48,408 Initialized build tracking at /tmp/pip-req-tracker-a6f6x5ao 2020-08-03T09:45:48,409 Created build tracker: /tmp/pip-req-tracker-a6f6x5ao 2020-08-03T09:45:48,409 Entered build tracker: /tmp/pip-req-tracker-a6f6x5ao 2020-08-03T09:45:48,410 Created temporary directory: /tmp/pip-wheel-2gd89o5k 2020-08-03T09:45:48,424 1 location(s) to search for versions of htap: 2020-08-03T09:45:48,424 * https://pypi.org/simple/htap/ 2020-08-03T09:45:48,425 Fetching project page and analyzing links: https://pypi.org/simple/htap/ 2020-08-03T09:45:48,425 Getting page https://pypi.org/simple/htap/ 2020-08-03T09:45:48,428 Found index url https://pypi.org/simple 2020-08-03T09:45:48,628 Found link https://files.pythonhosted.org/packages/e1/d6/21cad73f27eab44ef2d8a3018c504e8eaf83c3c58f5cff0d2c4a2da06301/htap-0.0.0.tar.gz#sha256=a6314b0b728a5fe38674740a16887d4a7782bbaa074992fa4e93ebf80b8d3df4 (from https://pypi.org/simple/htap/), version: 0.0.0 2020-08-03T09:45:48,636 Given no hashes to check 1 links for project 'htap': discarding no candidates 2020-08-03T09:45:48,637 Using version 0.0.0 (newest of versions: 0.0.0) 2020-08-03T09:45:48,642 Collecting htap==0.0.0 2020-08-03T09:45:48,646 Created temporary directory: /tmp/pip-unpack-4h2p6gk1 2020-08-03T09:45:48,722 Downloading htap-0.0.0.tar.gz (1.6 kB) 2020-08-03T09:45:48,778 Added htap==0.0.0 from https://files.pythonhosted.org/packages/e1/d6/21cad73f27eab44ef2d8a3018c504e8eaf83c3c58f5cff0d2c4a2da06301/htap-0.0.0.tar.gz#sha256=a6314b0b728a5fe38674740a16887d4a7782bbaa074992fa4e93ebf80b8d3df4 to build tracker '/tmp/pip-req-tracker-a6f6x5ao' 2020-08-03T09:45:48,781 Running setup.py (path:/tmp/pip-wheel-2gd89o5k/htap/setup.py) egg_info for package htap 2020-08-03T09:45:48,782 Created temporary directory: /tmp/pip-pip-egg-info-8awn_uil 2020-08-03T09:45:48,783 Running command python setup.py egg_info 2020-08-03T09:45:53,100 Traceback (most recent call last): 2020-08-03T09:45:53,101 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 573, in get_file_content 2020-08-03T09:45:53,102 with open(url, 'rb') as f: 2020-08-03T09:45:53,103 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-08-03T09:45:53,104 During handling of the above exception, another exception occurred: 2020-08-03T09:45:53,104 Traceback (most recent call last): 2020-08-03T09:45:53,105 File "", line 1, in 2020-08-03T09:45:53,105 File "/tmp/pip-wheel-2gd89o5k/htap/setup.py", line 93, in 2020-08-03T09:45:53,105 session=PipSession()) 2020-08-03T09:45:53,106 File "/tmp/pip-wheel-2gd89o5k/htap/setup.py", line 92, in 2020-08-03T09:45:53,106 install_requires=[str(ir.req) for ir in parse_requirements('requirements.txt', 2020-08-03T09:45:53,107 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 151, in parse_requirements 2020-08-03T09:45:53,107 for parsed_line in parser.parse(filename, constraint): 2020-08-03T09:45:53,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 330, in parse 2020-08-03T09:45:53,108 for line in self._parse_and_recurse(filename, constraint): 2020-08-03T09:45:53,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 335, in _parse_and_recurse 2020-08-03T09:45:53,109 for line in self._parse_file(filename, constraint): 2020-08-03T09:45:53,109 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 369, in _parse_file 2020-08-03T09:45:53,110 filename, self._session, comes_from=self._comes_from 2020-08-03T09:45:53,110 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 577, in get_file_content 2020-08-03T09:45:53,110 'Could not open requirements file: {}'.format(exc) 2020-08-03T09:45:53,111 pip._internal.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' 2020-08-03T09:45:53,312 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-08-03T09:45:53,313 Exception information: 2020-08-03T09:45:53,313 Traceback (most recent call last): 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-08-03T09:45:53,313 status = self.run(options, args) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-08-03T09:45:53,313 return func(self, options, args) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-08-03T09:45:53,313 reqs, check_supported_wheels=True 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-08-03T09:45:53,313 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-08-03T09:45:53,313 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-08-03T09:45:53,313 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-08-03T09:45:53,313 req, self.req_tracker, self.finder, self.build_isolation, 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-08-03T09:45:53,313 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-08-03T09:45:53,313 self.req.prepare_metadata() 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-08-03T09:45:53,313 self.metadata_directory = self._generate_metadata() 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-08-03T09:45:53,313 details=self.name or "from {}".format(self.link) 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-08-03T09:45:53,313 command_desc='python setup.py egg_info', 2020-08-03T09:45:53,313 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-08-03T09:45:53,313 raise InstallationError(exc_msg) 2020-08-03T09:45:53,313 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-08-03T09:45:53,328 Removed htap==0.0.0 from https://files.pythonhosted.org/packages/e1/d6/21cad73f27eab44ef2d8a3018c504e8eaf83c3c58f5cff0d2c4a2da06301/htap-0.0.0.tar.gz#sha256=a6314b0b728a5fe38674740a16887d4a7782bbaa074992fa4e93ebf80b8d3df4 from build tracker '/tmp/pip-req-tracker-a6f6x5ao' 2020-08-03T09:45:53,329 Removed build tracker: '/tmp/pip-req-tracker-a6f6x5ao'