2021-05-26T04:28:49,624 Created temporary directory: /tmp/pip-ephem-wheel-cache-hxyr9fcq 2021-05-26T04:28:49,627 Created temporary directory: /tmp/pip-req-tracker-471xplua 2021-05-26T04:28:49,628 Initialized build tracking at /tmp/pip-req-tracker-471xplua 2021-05-26T04:28:49,628 Created build tracker: /tmp/pip-req-tracker-471xplua 2021-05-26T04:28:49,628 Entered build tracker: /tmp/pip-req-tracker-471xplua 2021-05-26T04:28:49,629 Created temporary directory: /tmp/pip-wheel-d5rfr7yl 2021-05-26T04:28:49,668 1 location(s) to search for versions of nvidia-cuda-sanitizer-api-cu110: 2021-05-26T04:28:49,668 * https://pypi.org/simple/nvidia-cuda-sanitizer-api-cu110/ 2021-05-26T04:28:49,668 Fetching project page and analyzing links: https://pypi.org/simple/nvidia-cuda-sanitizer-api-cu110/ 2021-05-26T04:28:49,669 Getting page https://pypi.org/simple/nvidia-cuda-sanitizer-api-cu110/ 2021-05-26T04:28:49,671 Found index url https://pypi.org/simple 2021-05-26T04:28:49,759 Found link https://files.pythonhosted.org/packages/d6/75/8df6284a970c0ca9698dc297ddd5f6a7e3348d5e903a191e56fff8ec641b/nvidia-cuda-sanitizer-api-cu110-0.0.1.dev5.tar.gz#sha256=8dcec57d9b460a8cad10fdcd05aa1290923d17cb46ca311a8138d15ad3840de4 (from https://pypi.org/simple/nvidia-cuda-sanitizer-api-cu110/), version: 0.0.1.dev5 2021-05-26T04:28:49,760 Skipping link: not a file: https://pypi.org/simple/nvidia-cuda-sanitizer-api-cu110/ 2021-05-26T04:28:49,774 Given no hashes to check 1 links for project 'nvidia-cuda-sanitizer-api-cu110': discarding no candidates 2021-05-26T04:28:49,790 Collecting nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5 2021-05-26T04:28:49,793 Created temporary directory: /tmp/pip-unpack-xam7793s 2021-05-26T04:28:49,832 Downloading nvidia-cuda-sanitizer-api-cu110-0.0.1.dev5.tar.gz (8.2 kB) 2021-05-26T04:28:49,875 Added nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5 from https://files.pythonhosted.org/packages/d6/75/8df6284a970c0ca9698dc297ddd5f6a7e3348d5e903a191e56fff8ec641b/nvidia-cuda-sanitizer-api-cu110-0.0.1.dev5.tar.gz#sha256=8dcec57d9b460a8cad10fdcd05aa1290923d17cb46ca311a8138d15ad3840de4 to build tracker '/tmp/pip-req-tracker-471xplua' 2021-05-26T04:28:49,876 Running setup.py (path:/tmp/pip-wheel-d5rfr7yl/nvidia-cuda-sanitizer-api-cu110_d98de510c9234d4bb56a244ced47c415/setup.py) egg_info for package nvidia-cuda-sanitizer-api-cu110 2021-05-26T04:28:49,877 Created temporary directory: /tmp/pip-pip-egg-info-89gisu9_ 2021-05-26T04:28:49,877 Running command python setup.py egg_info 2021-05-26T04:28:50,790 Traceback (most recent call last): 2021-05-26T04:28:50,791 File "", line 1, in 2021-05-26T04:28:50,791 File "/tmp/pip-wheel-d5rfr7yl/nvidia-cuda-sanitizer-api-cu110_d98de510c9234d4bb56a244ced47c415/setup.py", line 150, in 2021-05-26T04:28:50,791 raise RuntimeError(open("ERROR.txt", "r").read()) 2021-05-26T04:28:50,792 RuntimeError: 2021-05-26T04:28:50,792 ########################################################################################### 2021-05-26T04:28:50,792 The package you are trying to install is only a placeholder project on PyPI.org repository. 2021-05-26T04:28:50,792 This package is hosted on NVIDIA Python Package Index. 2021-05-26T04:28:50,793 This package can be installed as: 2021-05-26T04:28:50,793 ``` 2021-05-26T04:28:50,793 $ pip install nvidia-pyindex 2021-05-26T04:28:50,793 $ pip install nvidia-cuda-sanitizer-api-cu110 2021-05-26T04:28:50,794 ``` 2021-05-26T04:28:50,794 ########################################################################################### 2021-05-26T04:28:50,839 WARNING: Discarding https://files.pythonhosted.org/packages/d6/75/8df6284a970c0ca9698dc297ddd5f6a7e3348d5e903a191e56fff8ec641b/nvidia-cuda-sanitizer-api-cu110-0.0.1.dev5.tar.gz#sha256=8dcec57d9b460a8cad10fdcd05aa1290923d17cb46ca311a8138d15ad3840de4 (from https://pypi.org/simple/nvidia-cuda-sanitizer-api-cu110/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-05-26T04:28:50,841 ERROR: Could not find a version that satisfies the requirement nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5 (from versions: 0.0.1.dev5) 2021-05-26T04:28:50,841 ERROR: No matching distribution found for nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5 2021-05-26T04:28:50,842 Exception information: 2021-05-26T04:28:50,842 Traceback (most recent call last): 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-05-26T04:28:50,842 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-26T04:28:50,842 raise RequirementsConflicted(criterion) 2021-05-26T04:28:50,842 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5') 2021-05-26T04:28:50,842 2021-05-26T04:28:50,842 During handling of the above exception, another exception occurred: 2021-05-26T04:28:50,842 2021-05-26T04:28:50,842 Traceback (most recent call last): 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-05-26T04:28:50,842 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-05-26T04:28:50,842 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-05-26T04:28:50,842 raise ResolutionImpossible(e.criterion.information) 2021-05-26T04:28:50,842 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5'), parent=None)] 2021-05-26T04:28:50,842 2021-05-26T04:28:50,842 The above exception was the direct cause of the following exception: 2021-05-26T04:28:50,842 2021-05-26T04:28:50,842 Traceback (most recent call last): 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-05-26T04:28:50,842 status = self.run(options, args) 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-05-26T04:28:50,842 return func(self, options, args) 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-05-26T04:28:50,842 reqs, check_supported_wheels=True 2021-05-26T04:28:50,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-05-26T04:28:50,842 raise error from e 2021-05-26T04:28:50,842 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5 2021-05-26T04:28:50,847 Removed nvidia-cuda-sanitizer-api-cu110==0.0.1.dev5 from https://files.pythonhosted.org/packages/d6/75/8df6284a970c0ca9698dc297ddd5f6a7e3348d5e903a191e56fff8ec641b/nvidia-cuda-sanitizer-api-cu110-0.0.1.dev5.tar.gz#sha256=8dcec57d9b460a8cad10fdcd05aa1290923d17cb46ca311a8138d15ad3840de4 from build tracker '/tmp/pip-req-tracker-471xplua' 2021-05-26T04:28:50,848 Removed build tracker: '/tmp/pip-req-tracker-471xplua'