2020-06-22T08:29:27,585 Created temporary directory: /tmp/pip-ephem-wheel-cache-3najswzu 2020-06-22T08:29:27,590 Created temporary directory: /tmp/pip-req-tracker-3f2cx22s 2020-06-22T08:29:27,591 Initialized build tracking at /tmp/pip-req-tracker-3f2cx22s 2020-06-22T08:29:27,592 Created build tracker: /tmp/pip-req-tracker-3f2cx22s 2020-06-22T08:29:27,592 Entered build tracker: /tmp/pip-req-tracker-3f2cx22s 2020-06-22T08:29:27,593 Created temporary directory: /tmp/pip-wheel-8rnk8q3o 2020-06-22T08:29:27,612 1 location(s) to search for versions of DCNv2: 2020-06-22T08:29:27,612 * https://pypi.org/simple/dcnv2/ 2020-06-22T08:29:27,613 Fetching project page and analyzing links: https://pypi.org/simple/dcnv2/ 2020-06-22T08:29:27,614 Getting page https://pypi.org/simple/dcnv2/ 2020-06-22T08:29:27,617 Found index url https://pypi.org/simple 2020-06-22T08:29:27,828 Found link https://files.pythonhosted.org/packages/a0/1d/1eac7e7ec8ac8d18bc71356952b83c0a0a735627e33d51f2b46cb68b3848/DCNv2-0.1.tar.gz#sha256=3ac2edb2456398a248ca2cb9a5be088d2efced29afcef97b4dc130f145bcb7e6 (from https://pypi.org/simple/dcnv2/), version: 0.1 2020-06-22T08:29:27,829 Found link https://files.pythonhosted.org/packages/b0/9b/690a8902fb3afd3a04552172029792daee39ac96e8512256a64d71a9b356/DCNv2-0.2.tar.gz#sha256=831e9deeea8845af3ec44d9fe9b14678561eb58bbe0fa9c6140c55feb045c45e (from https://pypi.org/simple/dcnv2/), version: 0.2 2020-06-22T08:29:27,830 Found link https://files.pythonhosted.org/packages/dd/9c/2263f81b2ae9c38f9246858c3267aefb93ff098dc6dd66dd34fb5872e42d/DCNv2-0.3.tar.gz#sha256=4f1a09805c926554f3efd3ffaef6302f892b37336696b3a2e127defd6220ac7c (from https://pypi.org/simple/dcnv2/), version: 0.3 2020-06-22T08:29:27,838 Given no hashes to check 1 links for project 'DCNv2': discarding no candidates 2020-06-22T08:29:27,839 Using version 0.3 (newest of versions: 0.3) 2020-06-22T08:29:27,845 Collecting DCNv2==0.3 2020-06-22T08:29:27,850 Created temporary directory: /tmp/pip-unpack-gzue4jyi 2020-06-22T08:29:27,937 Downloading DCNv2-0.3.tar.gz (11 kB) 2020-06-22T08:29:28,022 Added DCNv2==0.3 from https://files.pythonhosted.org/packages/dd/9c/2263f81b2ae9c38f9246858c3267aefb93ff098dc6dd66dd34fb5872e42d/DCNv2-0.3.tar.gz#sha256=4f1a09805c926554f3efd3ffaef6302f892b37336696b3a2e127defd6220ac7c to build tracker '/tmp/pip-req-tracker-3f2cx22s' 2020-06-22T08:29:28,024 Running setup.py (path:/tmp/pip-wheel-8rnk8q3o/DCNv2/setup.py) egg_info for package DCNv2 2020-06-22T08:29:28,026 Created temporary directory: /tmp/pip-pip-egg-info-vzeobrhc 2020-06-22T08:29:28,027 Running command python setup.py egg_info 2020-06-22T08:29:29,756 Traceback (most recent call last): 2020-06-22T08:29:29,756 File "", line 1, in 2020-06-22T08:29:29,757 File "/tmp/pip-wheel-8rnk8q3o/DCNv2/setup.py", line 6, in 2020-06-22T08:29:29,757 import torch 2020-06-22T08:29:29,757 ModuleNotFoundError: No module named 'torch' 2020-06-22T08:29:29,868 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-22T08:29:29,869 Exception information: 2020-06-22T08:29:29,869 Traceback (most recent call last): 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-22T08:29:29,869 status = self.run(options, args) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-22T08:29:29,869 return func(self, options, args) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-22T08:29:29,869 reqs, check_supported_wheels=True 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-22T08:29:29,869 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-22T08:29:29,869 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-22T08:29:29,869 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-22T08:29:29,869 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-22T08:29:29,869 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-22T08:29:29,869 self.req.prepare_metadata() 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-22T08:29:29,869 self.metadata_directory = self._generate_metadata() 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-22T08:29:29,869 details=self.name or "from {}".format(self.link) 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-22T08:29:29,869 command_desc='python setup.py egg_info', 2020-06-22T08:29:29,869 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-22T08:29:29,869 raise InstallationError(exc_msg) 2020-06-22T08:29:29,869 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-22T08:29:29,886 Removed DCNv2==0.3 from https://files.pythonhosted.org/packages/dd/9c/2263f81b2ae9c38f9246858c3267aefb93ff098dc6dd66dd34fb5872e42d/DCNv2-0.3.tar.gz#sha256=4f1a09805c926554f3efd3ffaef6302f892b37336696b3a2e127defd6220ac7c from build tracker '/tmp/pip-req-tracker-3f2cx22s' 2020-06-22T08:29:29,887 Removed build tracker: '/tmp/pip-req-tracker-3f2cx22s'