2020-05-16T00:56:40,615 Created temporary directory: /tmp/pip-ephem-wheel-cache-4fdj5c_p 2020-05-16T00:56:40,619 Created temporary directory: /tmp/pip-req-tracker-b_rps5v5 2020-05-16T00:56:40,620 Initialized build tracking at /tmp/pip-req-tracker-b_rps5v5 2020-05-16T00:56:40,621 Created build tracker: /tmp/pip-req-tracker-b_rps5v5 2020-05-16T00:56:40,621 Entered build tracker: /tmp/pip-req-tracker-b_rps5v5 2020-05-16T00:56:40,622 Created temporary directory: /tmp/pip-wheel-g5q195id 2020-05-16T00:56:40,644 1 location(s) to search for versions of bs-highlighter: 2020-05-16T00:56:40,644 * https://pypi.org/simple/bs-highlighter/ 2020-05-16T00:56:40,645 Fetching project page and analyzing links: https://pypi.org/simple/bs-highlighter/ 2020-05-16T00:56:40,646 Getting page https://pypi.org/simple/bs-highlighter/ 2020-05-16T00:56:40,648 Found index url https://pypi.org/simple 2020-05-16T00:56:40,850 Found link https://files.pythonhosted.org/packages/c7/89/43bfcb5d9fefd08085f8848d0e00545ddb4d0920ca05e251eb7d3427bd25/bs-highlighter-1.0.0.tar.gz#sha256=907091a999577eb58c8887d20561428037af67669e2fc5c61238c726433e6eb6 (from https://pypi.org/simple/bs-highlighter/) (requires-python:>=3.7), version: 1.0.0 2020-05-16T00:56:40,851 Skipping link: No binaries permitted for bs-highlighter: https://files.pythonhosted.org/packages/b3/fd/3642962bd268c97154d4af986e35b4a674eca5abe6ce99fe208d907fec64/bs_highlighter-1.0.0-py3-none-any.whl#sha256=e4b4c7f8eacd660966d18ae7606e08c1e660700d7369463fbc39936d74178f45 (from https://pypi.org/simple/bs-highlighter/) (requires-python:>=3.7) 2020-05-16T00:56:40,859 Given no hashes to check 1 links for project 'bs-highlighter': discarding no candidates 2020-05-16T00:56:40,860 Using version 1.0.0 (newest of versions: 1.0.0) 2020-05-16T00:56:40,866 Collecting bs-highlighter==1.0.0 2020-05-16T00:56:40,869 Created temporary directory: /tmp/pip-unpack-nzlvfnrd 2020-05-16T00:56:41,081 Downloading bs-highlighter-1.0.0.tar.gz (10 kB) 2020-05-16T00:56:41,200 Added bs-highlighter==1.0.0 from https://files.pythonhosted.org/packages/c7/89/43bfcb5d9fefd08085f8848d0e00545ddb4d0920ca05e251eb7d3427bd25/bs-highlighter-1.0.0.tar.gz#sha256=907091a999577eb58c8887d20561428037af67669e2fc5c61238c726433e6eb6 to build tracker '/tmp/pip-req-tracker-b_rps5v5' 2020-05-16T00:56:41,203 Running setup.py (path:/tmp/pip-wheel-g5q195id/bs-highlighter/setup.py) egg_info for package bs-highlighter 2020-05-16T00:56:41,205 Created temporary directory: /tmp/pip-pip-egg-info-sa3pap40 2020-05-16T00:56:41,206 Running command python setup.py egg_info 2020-05-16T00:56:42,740 Traceback (most recent call last): 2020-05-16T00:56:42,741 File "", line 1, in 2020-05-16T00:56:42,742 File "/tmp/pip-wheel-g5q195id/bs-highlighter/setup.py", line 7, in 2020-05-16T00:56:42,742 with open("requirements.txt", "r") as fh: 2020-05-16T00:56:42,743 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-05-16T00:56:42,831 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-05-16T00:56:42,831 Exception information: 2020-05-16T00:56:42,831 Traceback (most recent call last): 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-05-16T00:56:42,831 status = self.run(options, args) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-05-16T00:56:42,831 return func(self, options, args) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-05-16T00:56:42,831 reqs, check_supported_wheels=True 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-05-16T00:56:42,831 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-05-16T00:56:42,831 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-05-16T00:56:42,831 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 431, in prepare_linked_requirement 2020-05-16T00:56:42,831 req, self.req_tracker, self.finder, self.build_isolation, 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 85, in _get_prepared_distribution 2020-05-16T00:56:42,831 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-05-16T00:56:42,831 self.req.prepare_metadata() 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-05-16T00:56:42,831 self.metadata_directory = self._generate_metadata() 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-05-16T00:56:42,831 details=self.name or "from {}".format(self.link) 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-05-16T00:56:42,831 command_desc='python setup.py egg_info', 2020-05-16T00:56:42,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-05-16T00:56:42,831 raise InstallationError(exc_msg) 2020-05-16T00:56:42,831 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-05-16T00:56:42,845 Removed bs-highlighter==1.0.0 from https://files.pythonhosted.org/packages/c7/89/43bfcb5d9fefd08085f8848d0e00545ddb4d0920ca05e251eb7d3427bd25/bs-highlighter-1.0.0.tar.gz#sha256=907091a999577eb58c8887d20561428037af67669e2fc5c61238c726433e6eb6 from build tracker '/tmp/pip-req-tracker-b_rps5v5' 2020-05-16T00:56:42,846 Removed build tracker: '/tmp/pip-req-tracker-b_rps5v5'