2020-02-13T02:31:47,517 Created temporary directory: /tmp/pip-ephem-wheel-cache-vawkadv3 2020-02-13T02:31:47,521 Created temporary directory: /tmp/pip-req-tracker-axds5kb7 2020-02-13T02:31:47,521 Initialized build tracking at /tmp/pip-req-tracker-axds5kb7 2020-02-13T02:31:47,522 Created build tracker: /tmp/pip-req-tracker-axds5kb7 2020-02-13T02:31:47,522 Entered build tracker: /tmp/pip-req-tracker-axds5kb7 2020-02-13T02:31:47,523 Created temporary directory: /tmp/pip-wheel-2hpkne52 2020-02-13T02:31:47,528 1 location(s) to search for versions of radiopadre-client: 2020-02-13T02:31:47,528 * https://pypi.org/simple/radiopadre-client/ 2020-02-13T02:31:47,529 Fetching project page and analyzing links: https://pypi.org/simple/radiopadre-client/ 2020-02-13T02:31:47,529 Getting page https://pypi.org/simple/radiopadre-client/ 2020-02-13T02:31:47,531 Found index url https://pypi.org/simple 2020-02-13T02:31:47,534 Getting credentials from keyring for https://pypi.org/simple 2020-02-13T02:31:47,535 Getting credentials from keyring for pypi.org 2020-02-13T02:31:47,799 Found link https://files.pythonhosted.org/packages/43/08/07cb46d86916b1bbbe937c7eecd737c8f82236fa9913e3a3ceef967cc7fd/radiopadre-client-1.0rc1.tar.gz#sha256=b874ee824093765b3e30914e2fcebddc0a602d294785f89af779f528821841b7 (from https://pypi.org/simple/radiopadre-client/) (requires-python:>=3.6), version: 1.0rc1 2020-02-13T02:31:47,806 Given no hashes to check 1 links for project 'radiopadre-client': discarding no candidates 2020-02-13T02:31:47,807 Using version 1.0rc1 (newest of versions: 1.0rc1) 2020-02-13T02:31:47,811 Collecting radiopadre-client==1.0rc1 2020-02-13T02:31:47,814 Created temporary directory: /tmp/pip-unpack-6vnnqatj 2020-02-13T02:31:47,816 Getting credentials from keyring for files.pythonhosted.org 2020-02-13T02:31:47,900 Downloading radiopadre-client-1.0rc1.tar.gz (18 kB) 2020-02-13T02:31:47,980 Added radiopadre-client==1.0rc1 from https://files.pythonhosted.org/packages/43/08/07cb46d86916b1bbbe937c7eecd737c8f82236fa9913e3a3ceef967cc7fd/radiopadre-client-1.0rc1.tar.gz#sha256=b874ee824093765b3e30914e2fcebddc0a602d294785f89af779f528821841b7 to build tracker '/tmp/pip-req-tracker-axds5kb7' 2020-02-13T02:31:47,982 Running setup.py (path:/tmp/pip-wheel-2hpkne52/radiopadre-client/setup.py) egg_info for package radiopadre-client 2020-02-13T02:31:47,983 Running command python setup.py egg_info 2020-02-13T02:31:49,289 Traceback (most recent call last): 2020-02-13T02:31:49,290 File "", line 1, in 2020-02-13T02:31:49,290 File "/tmp/pip-wheel-2hpkne52/radiopadre-client/setup.py", line 6, in 2020-02-13T02:31:49,291 with open("requirements.txt") as stdr: 2020-02-13T02:31:49,291 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-02-13T02:31:49,375 Cleaning up... 2020-02-13T02:31:49,376 Removing source in /tmp/pip-wheel-2hpkne52/radiopadre-client 2020-02-13T02:31:49,391 Removed radiopadre-client==1.0rc1 from https://files.pythonhosted.org/packages/43/08/07cb46d86916b1bbbe937c7eecd737c8f82236fa9913e3a3ceef967cc7fd/radiopadre-client-1.0rc1.tar.gz#sha256=b874ee824093765b3e30914e2fcebddc0a602d294785f89af779f528821841b7 from build tracker '/tmp/pip-req-tracker-axds5kb7' 2020-02-13T02:31:49,392 Removed build tracker: '/tmp/pip-req-tracker-axds5kb7' 2020-02-13T02:31:49,393 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-02-13T02:31:49,394 Exception information: 2020-02-13T02:31:49,394 Traceback (most recent call last): 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 186, in _main 2020-02-13T02:31:49,394 status = self.run(options, args) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 161, in run 2020-02-13T02:31:49,394 resolver.resolve(requirement_set) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 177, in resolve 2020-02-13T02:31:49,394 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 333, in _resolve_one 2020-02-13T02:31:49,394 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 282, in _get_abstract_dist_for 2020-02-13T02:31:49,394 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 516, in prepare_linked_requirement 2020-02-13T02:31:49,394 req, self.req_tracker, self.finder, self.build_isolation, 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 95, in _get_prepared_distribution 2020-02-13T02:31:49,394 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-02-13T02:31:49,394 self.req.prepare_metadata() 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 564, in prepare_metadata 2020-02-13T02:31:49,394 self.metadata_directory = self._generate_metadata() 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 544, in _generate_metadata 2020-02-13T02:31:49,394 details=self.name or "from {}".format(self.link) 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 118, in generate_metadata 2020-02-13T02:31:49,394 command_desc='python setup.py egg_info', 2020-02-13T02:31:49,394 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-02-13T02:31:49,394 raise InstallationError(exc_msg) 2020-02-13T02:31:49,394 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.