2021-05-26T03:07:49,221 Created temporary directory: /tmp/pip-ephem-wheel-cache-4ef22ozf 2021-05-26T03:07:49,225 Created temporary directory: /tmp/pip-req-tracker-y_xd5ue6 2021-05-26T03:07:49,225 Initialized build tracking at /tmp/pip-req-tracker-y_xd5ue6 2021-05-26T03:07:49,225 Created build tracker: /tmp/pip-req-tracker-y_xd5ue6 2021-05-26T03:07:49,225 Entered build tracker: /tmp/pip-req-tracker-y_xd5ue6 2021-05-26T03:07:49,226 Created temporary directory: /tmp/pip-wheel-upg0hjxe 2021-05-26T03:07:49,260 1 location(s) to search for versions of nec-sol-jit-nvcc: 2021-05-26T03:07:49,260 * https://pypi.org/simple/nec-sol-jit-nvcc/ 2021-05-26T03:07:49,260 Fetching project page and analyzing links: https://pypi.org/simple/nec-sol-jit-nvcc/ 2021-05-26T03:07:49,261 Getting page https://pypi.org/simple/nec-sol-jit-nvcc/ 2021-05-26T03:07:49,263 Found index url https://pypi.org/simple 2021-05-26T03:07:49,348 Found link https://files.pythonhosted.org/packages/56/44/bb6ef1a1b8f4b96b0d03abbe9be75da26b0cd6c56b70a40a331f87bc4e84/nec_sol_jit_nvcc-0.0.tar.gz#sha256=26b2e9be155b350c9145cbb14697fdf9f132c9359b5850c87d8dde0cae0967a6 (from https://pypi.org/simple/nec-sol-jit-nvcc/) (requires-python:>=3.5), version: 0.0 2021-05-26T03:07:49,348 Skipping link: not a file: https://pypi.org/simple/nec-sol-jit-nvcc/ 2021-05-26T03:07:49,363 Given no hashes to check 1 links for project 'nec-sol-jit-nvcc': discarding no candidates 2021-05-26T03:07:49,379 Collecting nec-sol-jit-nvcc==0.0 2021-05-26T03:07:49,381 Created temporary directory: /tmp/pip-unpack-sm7h8a3i 2021-05-26T03:07:49,421 Downloading nec_sol_jit_nvcc-0.0.tar.gz (452 bytes) 2021-05-26T03:07:49,442 Added nec-sol-jit-nvcc==0.0 from https://files.pythonhosted.org/packages/56/44/bb6ef1a1b8f4b96b0d03abbe9be75da26b0cd6c56b70a40a331f87bc4e84/nec_sol_jit_nvcc-0.0.tar.gz#sha256=26b2e9be155b350c9145cbb14697fdf9f132c9359b5850c87d8dde0cae0967a6 to build tracker '/tmp/pip-req-tracker-y_xd5ue6' 2021-05-26T03:07:49,443 Running setup.py (path:/tmp/pip-wheel-upg0hjxe/nec-sol-jit-nvcc_ffb88b5676204a1b99d3160f7c22e7a2/setup.py) egg_info for package nec-sol-jit-nvcc 2021-05-26T03:07:49,444 Created temporary directory: /tmp/pip-pip-egg-info-apr8dt1b 2021-05-26T03:07:49,444 Running command python setup.py egg_info 2021-05-26T03:07:50,447 WARNING: Discarding https://files.pythonhosted.org/packages/56/44/bb6ef1a1b8f4b96b0d03abbe9be75da26b0cd6c56b70a40a331f87bc4e84/nec_sol_jit_nvcc-0.0.tar.gz#sha256=26b2e9be155b350c9145cbb14697fdf9f132c9359b5850c87d8dde0cae0967a6 (from https://pypi.org/simple/nec-sol-jit-nvcc/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-05-26T03:07:50,449 ERROR: Could not find a version that satisfies the requirement nec-sol-jit-nvcc==0.0 (from versions: 0.0) 2021-05-26T03:07:50,449 ERROR: No matching distribution found for nec-sol-jit-nvcc==0.0 2021-05-26T03:07:50,450 Exception information: 2021-05-26T03:07:50,450 Traceback (most recent call last): 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-05-26T03:07:50,450 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-26T03:07:50,450 raise RequirementsConflicted(criterion) 2021-05-26T03:07:50,450 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nec-sol-jit-nvcc==0.0') 2021-05-26T03:07:50,450 2021-05-26T03:07:50,450 During handling of the above exception, another exception occurred: 2021-05-26T03:07:50,450 2021-05-26T03:07:50,450 Traceback (most recent call last): 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-05-26T03:07:50,450 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-05-26T03:07:50,450 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-05-26T03:07:50,450 raise ResolutionImpossible(e.criterion.information) 2021-05-26T03:07:50,450 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nec-sol-jit-nvcc==0.0'), parent=None)] 2021-05-26T03:07:50,450 2021-05-26T03:07:50,450 The above exception was the direct cause of the following exception: 2021-05-26T03:07:50,450 2021-05-26T03:07:50,450 Traceback (most recent call last): 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-05-26T03:07:50,450 status = self.run(options, args) 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-05-26T03:07:50,450 return func(self, options, args) 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-05-26T03:07:50,450 reqs, check_supported_wheels=True 2021-05-26T03:07:50,450 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-05-26T03:07:50,450 raise error from e 2021-05-26T03:07:50,450 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nec-sol-jit-nvcc==0.0 2021-05-26T03:07:50,456 Removed nec-sol-jit-nvcc==0.0 from https://files.pythonhosted.org/packages/56/44/bb6ef1a1b8f4b96b0d03abbe9be75da26b0cd6c56b70a40a331f87bc4e84/nec_sol_jit_nvcc-0.0.tar.gz#sha256=26b2e9be155b350c9145cbb14697fdf9f132c9359b5850c87d8dde0cae0967a6 from build tracker '/tmp/pip-req-tracker-y_xd5ue6' 2021-05-26T03:07:50,456 Removed build tracker: '/tmp/pip-req-tracker-y_xd5ue6'