2020-04-03T21:41:33,649 Created temporary directory: /tmp/pip-ephem-wheel-cache-1ohxkzdx 2020-04-03T21:41:33,652 Created temporary directory: /tmp/pip-req-tracker-nxctum_f 2020-04-03T21:41:33,653 Initialized build tracking at /tmp/pip-req-tracker-nxctum_f 2020-04-03T21:41:33,653 Created build tracker: /tmp/pip-req-tracker-nxctum_f 2020-04-03T21:41:33,654 Entered build tracker: /tmp/pip-req-tracker-nxctum_f 2020-04-03T21:41:33,655 Created temporary directory: /tmp/pip-wheel-_enjl2lh 2020-04-03T21:41:33,659 1 location(s) to search for versions of cwe: 2020-04-03T21:41:33,659 * https://pypi.org/simple/cwe/ 2020-04-03T21:41:33,660 Fetching project page and analyzing links: https://pypi.org/simple/cwe/ 2020-04-03T21:41:33,661 Getting page https://pypi.org/simple/cwe/ 2020-04-03T21:41:33,663 Found index url https://pypi.org/simple 2020-04-03T21:41:33,665 Getting credentials from keyring for https://pypi.org/simple 2020-04-03T21:41:33,666 Getting credentials from keyring for pypi.org 2020-04-03T21:41:33,962 Found link https://files.pythonhosted.org/packages/1b/c0/43f81dfa1f7003f1a52d767017564d8de48a78693c9693f76809524848ef/cwe-0.1.tar.gz#sha256=21ad52c16898a0e4f309128c245a4daafd9ab0f00ebcb7a9d3700d42d08c8432 (from https://pypi.org/simple/cwe/), version: 0.1 2020-04-03T21:41:33,968 Given no hashes to check 1 links for project 'cwe': discarding no candidates 2020-04-03T21:41:33,969 Using version 0.1 (newest of versions: 0.1) 2020-04-03T21:41:33,974 Collecting cwe==0.1 2020-04-03T21:41:33,976 Created temporary directory: /tmp/pip-unpack-bkyagc5x 2020-04-03T21:41:33,979 Getting credentials from keyring for files.pythonhosted.org 2020-04-03T21:41:34,070 Downloading cwe-0.1.tar.gz (5.0 kB) 2020-04-03T21:41:34,148 Added cwe==0.1 from https://files.pythonhosted.org/packages/1b/c0/43f81dfa1f7003f1a52d767017564d8de48a78693c9693f76809524848ef/cwe-0.1.tar.gz#sha256=21ad52c16898a0e4f309128c245a4daafd9ab0f00ebcb7a9d3700d42d08c8432 to build tracker '/tmp/pip-req-tracker-nxctum_f' 2020-04-03T21:41:34,150 Running setup.py (path:/tmp/pip-wheel-_enjl2lh/cwe/setup.py) egg_info for package cwe 2020-04-03T21:41:34,151 Running command python setup.py egg_info 2020-04-03T21:41:35,480 Traceback (most recent call last): 2020-04-03T21:41:35,481 File "", line 1, in 2020-04-03T21:41:35,482 File "/tmp/pip-wheel-_enjl2lh/cwe/setup.py", line 6, in 2020-04-03T21:41:35,482 with open("requirements.txt", "r") as fh: 2020-04-03T21:41:35,482 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-04-03T21:41:35,566 Cleaning up... 2020-04-03T21:41:35,566 Removing source in /tmp/pip-wheel-_enjl2lh/cwe 2020-04-03T21:41:35,583 Removed cwe==0.1 from https://files.pythonhosted.org/packages/1b/c0/43f81dfa1f7003f1a52d767017564d8de48a78693c9693f76809524848ef/cwe-0.1.tar.gz#sha256=21ad52c16898a0e4f309128c245a4daafd9ab0f00ebcb7a9d3700d42d08c8432 from build tracker '/tmp/pip-req-tracker-nxctum_f' 2020-04-03T21:41:35,583 Removed build tracker: '/tmp/pip-req-tracker-nxctum_f' 2020-04-03T21:41:35,586 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-04-03T21:41:35,587 Exception information: 2020-04-03T21:41:35,587 Traceback (most recent call last): 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 186, in _main 2020-04-03T21:41:35,587 status = self.run(options, args) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 161, in run 2020-04-03T21:41:35,587 resolver.resolve(requirement_set) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 177, in resolve 2020-04-03T21:41:35,587 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 333, in _resolve_one 2020-04-03T21:41:35,587 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 282, in _get_abstract_dist_for 2020-04-03T21:41:35,587 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 516, in prepare_linked_requirement 2020-04-03T21:41:35,587 req, self.req_tracker, self.finder, self.build_isolation, 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 95, in _get_prepared_distribution 2020-04-03T21:41:35,587 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-04-03T21:41:35,587 self.req.prepare_metadata() 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 564, in prepare_metadata 2020-04-03T21:41:35,587 self.metadata_directory = self._generate_metadata() 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 544, in _generate_metadata 2020-04-03T21:41:35,587 details=self.name or "from {}".format(self.link) 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 118, in generate_metadata 2020-04-03T21:41:35,587 command_desc='python setup.py egg_info', 2020-04-03T21:41:35,587 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-04-03T21:41:35,587 raise InstallationError(exc_msg) 2020-04-03T21:41:35,587 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.