2020-07-25T20:41:26,969 Created temporary directory: /tmp/pip-ephem-wheel-cache-_5n9a9ch 2020-07-25T20:41:26,975 Created temporary directory: /tmp/pip-req-tracker-8zpjal7a 2020-07-25T20:41:26,976 Initialized build tracking at /tmp/pip-req-tracker-8zpjal7a 2020-07-25T20:41:26,977 Created build tracker: /tmp/pip-req-tracker-8zpjal7a 2020-07-25T20:41:26,977 Entered build tracker: /tmp/pip-req-tracker-8zpjal7a 2020-07-25T20:41:26,979 Created temporary directory: /tmp/pip-wheel-psmpcnoo 2020-07-25T20:41:26,994 1 location(s) to search for versions of monk-pytorch-cuda101-test: 2020-07-25T20:41:26,994 * https://pypi.org/simple/monk-pytorch-cuda101-test/ 2020-07-25T20:41:26,995 Fetching project page and analyzing links: https://pypi.org/simple/monk-pytorch-cuda101-test/ 2020-07-25T20:41:26,996 Getting page https://pypi.org/simple/monk-pytorch-cuda101-test/ 2020-07-25T20:41:26,999 Found index url https://pypi.org/simple 2020-07-25T20:41:27,208 Skipping link: No binaries permitted for monk-pytorch-cuda101-test: https://files.pythonhosted.org/packages/c6/1e/8ef629124be8df5cb5b505c3887b39aaecea4b79998b3f54ffff4e6cd6df/monk_pytorch_cuda101_test-0.0.1-py3-none-any.whl#sha256=2243064a72fafe8a24563f0cfc46098a33a24fb61df29f9e4fbfd5095a2f6660 (from https://pypi.org/simple/monk-pytorch-cuda101-test/) (requires-python:>=3.6) 2020-07-25T20:41:27,209 Found link https://files.pythonhosted.org/packages/89/19/9551b4564aa674f57791bd87375580f78c3877980b204aa6d88d992ee3ed/monk_pytorch_cuda101_test-0.0.1.tar.gz#sha256=75a0dc1f6bbda74081395bb59472bd9d8b3ab348d5c4fb6b0b00e7524f2de27d (from https://pypi.org/simple/monk-pytorch-cuda101-test/) (requires-python:>=3.6), version: 0.0.1 2020-07-25T20:41:27,217 Given no hashes to check 1 links for project 'monk-pytorch-cuda101-test': discarding no candidates 2020-07-25T20:41:27,218 Using version 0.0.1 (newest of versions: 0.0.1) 2020-07-25T20:41:27,223 Collecting monk-pytorch-cuda101-test==0.0.1 2020-07-25T20:41:27,227 Created temporary directory: /tmp/pip-unpack-r2vt7zs4 2020-07-25T20:41:28,218 Downloading monk_pytorch_cuda101_test-0.0.1.tar.gz (238 kB) 2020-07-25T20:41:30,928 Added monk-pytorch-cuda101-test==0.0.1 from https://files.pythonhosted.org/packages/89/19/9551b4564aa674f57791bd87375580f78c3877980b204aa6d88d992ee3ed/monk_pytorch_cuda101_test-0.0.1.tar.gz#sha256=75a0dc1f6bbda74081395bb59472bd9d8b3ab348d5c4fb6b0b00e7524f2de27d to build tracker '/tmp/pip-req-tracker-8zpjal7a' 2020-07-25T20:41:30,931 Running setup.py (path:/tmp/pip-wheel-psmpcnoo/monk-pytorch-cuda101-test/setup.py) egg_info for package monk-pytorch-cuda101-test 2020-07-25T20:41:30,933 Created temporary directory: /tmp/pip-pip-egg-info-8v_9f1lj 2020-07-25T20:41:30,933 Running command python setup.py egg_info 2020-07-25T20:41:32,504 Traceback (most recent call last): 2020-07-25T20:41:32,505 File "", line 1, in 2020-07-25T20:41:32,505 File "/usr/lib/python3.7/tokenize.py", line 447, in open 2020-07-25T20:41:32,506 buffer = _builtin_open(filename, 'rb') 2020-07-25T20:41:32,506 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-psmpcnoo/monk-pytorch-cuda101-test/setup.py' 2020-07-25T20:41:32,594 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-25T20:41:32,595 Exception information: 2020-07-25T20:41:32,595 Traceback (most recent call last): 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-25T20:41:32,595 status = self.run(options, args) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-25T20:41:32,595 return func(self, options, args) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-25T20:41:32,595 reqs, check_supported_wheels=True 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-25T20:41:32,595 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-25T20:41:32,595 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-25T20:41:32,595 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-25T20:41:32,595 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-25T20:41:32,595 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-25T20:41:32,595 self.req.prepare_metadata() 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-25T20:41:32,595 self.metadata_directory = self._generate_metadata() 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-25T20:41:32,595 details=self.name or "from {}".format(self.link) 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-25T20:41:32,595 command_desc='python setup.py egg_info', 2020-07-25T20:41:32,595 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-25T20:41:32,595 raise InstallationError(exc_msg) 2020-07-25T20:41:32,595 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-25T20:41:32,608 Removed monk-pytorch-cuda101-test==0.0.1 from https://files.pythonhosted.org/packages/89/19/9551b4564aa674f57791bd87375580f78c3877980b204aa6d88d992ee3ed/monk_pytorch_cuda101_test-0.0.1.tar.gz#sha256=75a0dc1f6bbda74081395bb59472bd9d8b3ab348d5c4fb6b0b00e7524f2de27d from build tracker '/tmp/pip-req-tracker-8zpjal7a' 2020-07-25T20:41:32,609 Removed build tracker: '/tmp/pip-req-tracker-8zpjal7a'