2020-07-10T01:37:14,093 Created temporary directory: /tmp/pip-ephem-wheel-cache-2u9hs6_v 2020-07-10T01:37:14,097 Created temporary directory: /tmp/pip-req-tracker-g90dpfeh 2020-07-10T01:37:14,098 Initialized build tracking at /tmp/pip-req-tracker-g90dpfeh 2020-07-10T01:37:14,099 Created build tracker: /tmp/pip-req-tracker-g90dpfeh 2020-07-10T01:37:14,099 Entered build tracker: /tmp/pip-req-tracker-g90dpfeh 2020-07-10T01:37:14,100 Created temporary directory: /tmp/pip-wheel-pio7ajc2 2020-07-10T01:37:14,114 1 location(s) to search for versions of hub-dataflow: 2020-07-10T01:37:14,114 * https://pypi.org/simple/hub-dataflow/ 2020-07-10T01:37:14,115 Fetching project page and analyzing links: https://pypi.org/simple/hub-dataflow/ 2020-07-10T01:37:14,116 Getting page https://pypi.org/simple/hub-dataflow/ 2020-07-10T01:37:14,118 Found index url https://pypi.org/simple 2020-07-10T01:37:14,313 Skipping link: No binaries permitted for hub-dataflow: https://files.pythonhosted.org/packages/65/80/3c1bc52a2d032ef314a9f98739726013b8443ac9825a807a92f4b9ff6bf0/hub_dataflow-0.9.1-py3-none-any.whl#sha256=6d19abf0548e7e9264afee05722f1a0de731596799af832e712da6b48a0ba469 (from https://pypi.org/simple/hub-dataflow/) (requires-python:>=3) 2020-07-10T01:37:14,314 Found link https://files.pythonhosted.org/packages/e1/28/aa0d5e16da87458a2d3f0cdc05a0a394621db5f9c5168885cd0a050f130b/hub_dataflow-0.9.1.tar.gz#sha256=2bb0ed859ae15b46bd9a1fe224befe9fc50cd98643745f347476ba526e8d3b93 (from https://pypi.org/simple/hub-dataflow/) (requires-python:>=3), version: 0.9.1 2020-07-10T01:37:14,322 Given no hashes to check 1 links for project 'hub-dataflow': discarding no candidates 2020-07-10T01:37:14,323 Using version 0.9.1 (newest of versions: 0.9.1) 2020-07-10T01:37:14,329 Collecting hub-dataflow==0.9.1 2020-07-10T01:37:14,332 Created temporary directory: /tmp/pip-unpack-tb5gn8bo 2020-07-10T01:37:14,414 Downloading hub_dataflow-0.9.1.tar.gz (21 kB) 2020-07-10T01:37:14,605 Added hub-dataflow==0.9.1 from https://files.pythonhosted.org/packages/e1/28/aa0d5e16da87458a2d3f0cdc05a0a394621db5f9c5168885cd0a050f130b/hub_dataflow-0.9.1.tar.gz#sha256=2bb0ed859ae15b46bd9a1fe224befe9fc50cd98643745f347476ba526e8d3b93 to build tracker '/tmp/pip-req-tracker-g90dpfeh' 2020-07-10T01:37:14,607 Running setup.py (path:/tmp/pip-wheel-pio7ajc2/hub-dataflow/setup.py) egg_info for package hub-dataflow 2020-07-10T01:37:14,608 Created temporary directory: /tmp/pip-pip-egg-info-le3nqgxo 2020-07-10T01:37:14,609 Running command python setup.py egg_info 2020-07-10T01:37:16,084 Traceback (most recent call last): 2020-07-10T01:37:16,085 File "", line 1, in 2020-07-10T01:37:16,086 File "/tmp/pip-wheel-pio7ajc2/hub-dataflow/setup.py", line 12, in 2020-07-10T01:37:16,086 with open(os.path.join(this_directory, "requirements.txt"), "r") as f: 2020-07-10T01:37:16,087 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-pio7ajc2/hub-dataflow/requirements.txt' 2020-07-10T01:37:16,175 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-10T01:37:16,176 Exception information: 2020-07-10T01:37:16,176 Traceback (most recent call last): 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-10T01:37:16,176 status = self.run(options, args) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-10T01:37:16,176 return func(self, options, args) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-10T01:37:16,176 reqs, check_supported_wheels=True 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-10T01:37:16,176 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-10T01:37:16,176 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-10T01:37:16,176 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-10T01:37:16,176 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-10T01:37:16,176 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-10T01:37:16,176 self.req.prepare_metadata() 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-10T01:37:16,176 self.metadata_directory = self._generate_metadata() 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-10T01:37:16,176 details=self.name or "from {}".format(self.link) 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-10T01:37:16,176 command_desc='python setup.py egg_info', 2020-07-10T01:37:16,176 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-10T01:37:16,176 raise InstallationError(exc_msg) 2020-07-10T01:37:16,176 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-10T01:37:16,192 Removed hub-dataflow==0.9.1 from https://files.pythonhosted.org/packages/e1/28/aa0d5e16da87458a2d3f0cdc05a0a394621db5f9c5168885cd0a050f130b/hub_dataflow-0.9.1.tar.gz#sha256=2bb0ed859ae15b46bd9a1fe224befe9fc50cd98643745f347476ba526e8d3b93 from build tracker '/tmp/pip-req-tracker-g90dpfeh' 2020-07-10T01:37:16,193 Removed build tracker: '/tmp/pip-req-tracker-g90dpfeh'