2020-10-11T11:39:42,155 Created temporary directory: /tmp/pip-ephem-wheel-cache-mszj4kqk 2020-10-11T11:39:42,158 Created temporary directory: /tmp/pip-req-tracker-xd3fw8px 2020-10-11T11:39:42,158 Initialized build tracking at /tmp/pip-req-tracker-xd3fw8px 2020-10-11T11:39:42,159 Created build tracker: /tmp/pip-req-tracker-xd3fw8px 2020-10-11T11:39:42,159 Entered build tracker: /tmp/pip-req-tracker-xd3fw8px 2020-10-11T11:39:42,159 Created temporary directory: /tmp/pip-wheel-cqzh6syj 2020-10-11T11:39:42,169 1 location(s) to search for versions of mmdet3d: 2020-10-11T11:39:42,169 * https://pypi.org/simple/mmdet3d/ 2020-10-11T11:39:42,170 Fetching project page and analyzing links: https://pypi.org/simple/mmdet3d/ 2020-10-11T11:39:42,170 Getting page https://pypi.org/simple/mmdet3d/ 2020-10-11T11:39:42,171 Found index url https://pypi.org/simple 2020-10-11T11:39:42,260 Found link https://files.pythonhosted.org/packages/23/6c/8795d13b1dfe8302a0d1931bde7c5e4a63a4471176efe3e73bb78650ccd5/mmdet3d-0.5.0.tar.gz#sha256=63e1af8700b0544bbb00c0f067d6a9a2b0b2c6487092b4908354853c9d75f524 (from https://pypi.org/simple/mmdet3d/), version: 0.5.0 2020-10-11T11:39:42,261 Found link https://files.pythonhosted.org/packages/2e/1d/bae07b79aebffd579a4af7d9143d1c56b5d6e4c51483340f0aa67d855bfd/mmdet3d-0.6.0.tar.gz#sha256=b1cf1ee1d847fcceded57ff66f36bad0a74f0e8e0201c303d78f6dfd8ca53d40 (from https://pypi.org/simple/mmdet3d/), version: 0.6.0 2020-10-11T11:39:42,261 Found link https://files.pythonhosted.org/packages/91/1e/55335ca4030064458b56a845537ad29a236e800ec35144d09803ce8e8648/mmdet3d-0.6.1.tar.gz#sha256=f53b70452d412ff72aafc8d56015912852c8fdbca2a13b443a583af12c4dc7b1 (from https://pypi.org/simple/mmdet3d/), version: 0.6.1 2020-10-11T11:39:42,265 Given no hashes to check 1 links for project 'mmdet3d': discarding no candidates 2020-10-11T11:39:42,266 Using version 0.6.1 (newest of versions: 0.6.1) 2020-10-11T11:39:42,269 Collecting mmdet3d==0.6.1 2020-10-11T11:39:42,271 Created temporary directory: /tmp/pip-unpack-pk41kgub 2020-10-11T11:39:42,322 Downloading mmdet3d-0.6.1.tar.gz (228 kB) 2020-10-11T11:39:42,886 Added mmdet3d==0.6.1 from https://files.pythonhosted.org/packages/91/1e/55335ca4030064458b56a845537ad29a236e800ec35144d09803ce8e8648/mmdet3d-0.6.1.tar.gz#sha256=f53b70452d412ff72aafc8d56015912852c8fdbca2a13b443a583af12c4dc7b1 to build tracker '/tmp/pip-req-tracker-xd3fw8px' 2020-10-11T11:39:42,888 Running setup.py (path:/tmp/pip-wheel-cqzh6syj/mmdet3d/setup.py) egg_info for package mmdet3d 2020-10-11T11:39:42,888 Created temporary directory: /tmp/pip-pip-egg-info-68etp8sx 2020-10-11T11:39:42,889 Running command python setup.py egg_info 2020-10-11T11:39:43,648 Traceback (most recent call last): 2020-10-11T11:39:43,649 File "", line 1, in 2020-10-11T11:39:43,649 File "/tmp/pip-wheel-cqzh6syj/mmdet3d/setup.py", line 4, in 2020-10-11T11:39:43,649 import torch 2020-10-11T11:39:43,650 ModuleNotFoundError: No module named 'torch' 2020-10-11T11:39:43,694 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-10-11T11:39:43,694 Exception information: 2020-10-11T11:39:43,694 Traceback (most recent call last): 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-10-11T11:39:43,694 status = self.run(options, args) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-10-11T11:39:43,694 return func(self, options, args) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-10-11T11:39:43,694 reqs, check_supported_wheels=True 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-10-11T11:39:43,694 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-10-11T11:39:43,694 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-10-11T11:39:43,694 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-10-11T11:39:43,694 req, self.req_tracker, self.finder, self.build_isolation, 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-10-11T11:39:43,694 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-10-11T11:39:43,694 self.req.prepare_metadata() 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-10-11T11:39:43,694 self.metadata_directory = self._generate_metadata() 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-10-11T11:39:43,694 details=self.name or "from {}".format(self.link) 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-10-11T11:39:43,694 command_desc='python setup.py egg_info', 2020-10-11T11:39:43,694 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-10-11T11:39:43,694 raise InstallationError(exc_msg) 2020-10-11T11:39:43,694 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-10-11T11:39:43,702 Removed mmdet3d==0.6.1 from https://files.pythonhosted.org/packages/91/1e/55335ca4030064458b56a845537ad29a236e800ec35144d09803ce8e8648/mmdet3d-0.6.1.tar.gz#sha256=f53b70452d412ff72aafc8d56015912852c8fdbca2a13b443a583af12c4dc7b1 from build tracker '/tmp/pip-req-tracker-xd3fw8px' 2020-10-11T11:39:43,703 Removed build tracker: '/tmp/pip-req-tracker-xd3fw8px'