2020-09-18T23:43:13,405 Created temporary directory: /tmp/pip-ephem-wheel-cache-fds88e2z 2020-09-18T23:43:13,408 Created temporary directory: /tmp/pip-req-tracker-bc1h6mik 2020-09-18T23:43:13,409 Initialized build tracking at /tmp/pip-req-tracker-bc1h6mik 2020-09-18T23:43:13,409 Created build tracker: /tmp/pip-req-tracker-bc1h6mik 2020-09-18T23:43:13,409 Entered build tracker: /tmp/pip-req-tracker-bc1h6mik 2020-09-18T23:43:13,410 Created temporary directory: /tmp/pip-wheel-d6retcd_ 2020-09-18T23:43:13,419 1 location(s) to search for versions of nvidia-cuda-nvrtc: 2020-09-18T23:43:13,419 * https://pypi.org/simple/nvidia-cuda-nvrtc/ 2020-09-18T23:43:13,419 Fetching project page and analyzing links: https://pypi.org/simple/nvidia-cuda-nvrtc/ 2020-09-18T23:43:13,420 Getting page https://pypi.org/simple/nvidia-cuda-nvrtc/ 2020-09-18T23:43:13,421 Found index url https://pypi.org/simple 2020-09-18T23:43:13,543 Found link https://files.pythonhosted.org/packages/46/52/87ff765019618a8017249a2783a0db67c4966258eadae32e8f4a6891b3ae/nvidia-cuda-nvrtc-0.0.1.dev4.tar.gz#sha256=94e71c26517ef27e3404f87314fa09f3cf1a2445db21303f54052a4eb6cef087 (from https://pypi.org/simple/nvidia-cuda-nvrtc/), version: 0.0.1.dev4 2020-09-18T23:43:13,547 Given no hashes to check 1 links for project 'nvidia-cuda-nvrtc': discarding no candidates 2020-09-18T23:43:13,548 Using version 0.0.1.dev4 (newest of versions: 0.0.1.dev4) 2020-09-18T23:43:13,551 Collecting nvidia-cuda-nvrtc==0.0.1.dev4 2020-09-18T23:43:13,553 Created temporary directory: /tmp/pip-unpack-k6097l2t 2020-09-18T23:43:13,591 Downloading nvidia-cuda-nvrtc-0.0.1.dev4.tar.gz (3.8 kB) 2020-09-18T23:43:13,625 Added nvidia-cuda-nvrtc==0.0.1.dev4 from https://files.pythonhosted.org/packages/46/52/87ff765019618a8017249a2783a0db67c4966258eadae32e8f4a6891b3ae/nvidia-cuda-nvrtc-0.0.1.dev4.tar.gz#sha256=94e71c26517ef27e3404f87314fa09f3cf1a2445db21303f54052a4eb6cef087 to build tracker '/tmp/pip-req-tracker-bc1h6mik' 2020-09-18T23:43:13,626 Running setup.py (path:/tmp/pip-wheel-d6retcd_/nvidia-cuda-nvrtc/setup.py) egg_info for package nvidia-cuda-nvrtc 2020-09-18T23:43:13,627 Created temporary directory: /tmp/pip-pip-egg-info-09_y8vut 2020-09-18T23:43:13,627 Running command python setup.py egg_info 2020-09-18T23:43:14,452 Traceback (most recent call last): 2020-09-18T23:43:14,452 File "", line 1, in 2020-09-18T23:43:14,453 File "/tmp/pip-wheel-d6retcd_/nvidia-cuda-nvrtc/setup.py", line 150, in 2020-09-18T23:43:14,453 raise RuntimeError(open("ERROR.txt", "r").read()) 2020-09-18T23:43:14,453 RuntimeError: 2020-09-18T23:43:14,454 ########################################################################################### 2020-09-18T23:43:14,454 The package you are trying to install is only a placeholder project on PyPI.org repository. 2020-09-18T23:43:14,455 This package is hosted on NVIDIA Python Package Index. 2020-09-18T23:43:14,456 This package can be installed as: 2020-09-18T23:43:14,456 ``` 2020-09-18T23:43:14,456 $ pip install nvidia-pyindex 2020-09-18T23:43:14,457 $ pip install nvidia-cuda-nvrtc 2020-09-18T23:43:14,457 ``` 2020-09-18T23:43:14,458 Please refer to NVIDIA instructions: https://github.com/NVIDIA/tensorflow#install. 2020-09-18T23:43:14,458 ########################################################################################### 2020-09-18T23:43:14,499 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-18T23:43:14,500 Exception information: 2020-09-18T23:43:14,500 Traceback (most recent call last): 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-18T23:43:14,500 status = self.run(options, args) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-18T23:43:14,500 return func(self, options, args) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-18T23:43:14,500 reqs, check_supported_wheels=True 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-18T23:43:14,500 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-18T23:43:14,500 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-18T23:43:14,500 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-18T23:43:14,500 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-18T23:43:14,500 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-18T23:43:14,500 self.req.prepare_metadata() 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-18T23:43:14,500 self.metadata_directory = self._generate_metadata() 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-18T23:43:14,500 details=self.name or "from {}".format(self.link) 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-18T23:43:14,500 command_desc='python setup.py egg_info', 2020-09-18T23:43:14,500 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-18T23:43:14,500 raise InstallationError(exc_msg) 2020-09-18T23:43:14,500 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-18T23:43:14,533 Removed nvidia-cuda-nvrtc==0.0.1.dev4 from https://files.pythonhosted.org/packages/46/52/87ff765019618a8017249a2783a0db67c4966258eadae32e8f4a6891b3ae/nvidia-cuda-nvrtc-0.0.1.dev4.tar.gz#sha256=94e71c26517ef27e3404f87314fa09f3cf1a2445db21303f54052a4eb6cef087 from build tracker '/tmp/pip-req-tracker-bc1h6mik' 2020-09-18T23:43:14,534 Removed build tracker: '/tmp/pip-req-tracker-bc1h6mik'