2020-07-05T00:54:19,080 Created temporary directory: /tmp/pip-ephem-wheel-cache-1vne73e2 2020-07-05T00:54:19,084 Created temporary directory: /tmp/pip-req-tracker-5itq7k63 2020-07-05T00:54:19,085 Initialized build tracking at /tmp/pip-req-tracker-5itq7k63 2020-07-05T00:54:19,086 Created build tracker: /tmp/pip-req-tracker-5itq7k63 2020-07-05T00:54:19,086 Entered build tracker: /tmp/pip-req-tracker-5itq7k63 2020-07-05T00:54:19,087 Created temporary directory: /tmp/pip-wheel-wg_womgy 2020-07-05T00:54:19,101 1 location(s) to search for versions of haste-pytorch: 2020-07-05T00:54:19,101 * https://pypi.org/simple/haste-pytorch/ 2020-07-05T00:54:19,102 Fetching project page and analyzing links: https://pypi.org/simple/haste-pytorch/ 2020-07-05T00:54:19,103 Getting page https://pypi.org/simple/haste-pytorch/ 2020-07-05T00:54:19,105 Found index url https://pypi.org/simple 2020-07-05T00:54:19,296 Found link https://files.pythonhosted.org/packages/ae/6e/339ec1f4e9ab302a514631d5f45cc1a82bf11b9473a9b4a46cce94477b72/haste_pytorch-0.5.0rc0.tar.gz#sha256=43db30d2fc42f37bcaa233ba2b859cc9deebb35fe1db55c6b474a62dca5ea6e4 (from https://pypi.org/simple/haste-pytorch/), version: 0.5.0rc0 2020-07-05T00:54:19,304 Given no hashes to check 1 links for project 'haste-pytorch': discarding no candidates 2020-07-05T00:54:19,305 Using version 0.5.0rc0 (newest of versions: 0.5.0rc0) 2020-07-05T00:54:19,311 Collecting haste-pytorch==0.5.0rc0 2020-07-05T00:54:19,314 Created temporary directory: /tmp/pip-unpack-c0fio5us 2020-07-05T00:54:19,391 Downloading haste_pytorch-0.5.0rc0.tar.gz (44 kB) 2020-07-05T00:54:19,809 Added haste-pytorch==0.5.0rc0 from https://files.pythonhosted.org/packages/ae/6e/339ec1f4e9ab302a514631d5f45cc1a82bf11b9473a9b4a46cce94477b72/haste_pytorch-0.5.0rc0.tar.gz#sha256=43db30d2fc42f37bcaa233ba2b859cc9deebb35fe1db55c6b474a62dca5ea6e4 to build tracker '/tmp/pip-req-tracker-5itq7k63' 2020-07-05T00:54:19,811 Running setup.py (path:/tmp/pip-wheel-wg_womgy/haste-pytorch/setup.py) egg_info for package haste-pytorch 2020-07-05T00:54:19,813 Created temporary directory: /tmp/pip-pip-egg-info-bx__9br8 2020-07-05T00:54:19,814 Running command python setup.py egg_info 2020-07-05T00:54:21,338 Traceback (most recent call last): 2020-07-05T00:54:21,338 File "", line 1, in 2020-07-05T00:54:21,339 File "/tmp/pip-wheel-wg_womgy/haste-pytorch/setup.py", line 58, in 2020-07-05T00:54:21,340 from torch.utils import cpp_extension 2020-07-05T00:54:21,340 ModuleNotFoundError: No module named 'torch' 2020-07-05T00:54:21,429 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-05T00:54:21,430 Exception information: 2020-07-05T00:54:21,430 Traceback (most recent call last): 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-05T00:54:21,430 status = self.run(options, args) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-05T00:54:21,430 return func(self, options, args) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-05T00:54:21,430 reqs, check_supported_wheels=True 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-05T00:54:21,430 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-05T00:54:21,430 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-05T00:54:21,430 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-05T00:54:21,430 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-05T00:54:21,430 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-05T00:54:21,430 self.req.prepare_metadata() 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-05T00:54:21,430 self.metadata_directory = self._generate_metadata() 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-05T00:54:21,430 details=self.name or "from {}".format(self.link) 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-05T00:54:21,430 command_desc='python setup.py egg_info', 2020-07-05T00:54:21,430 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-05T00:54:21,430 raise InstallationError(exc_msg) 2020-07-05T00:54:21,430 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-05T00:54:21,443 Removed haste-pytorch==0.5.0rc0 from https://files.pythonhosted.org/packages/ae/6e/339ec1f4e9ab302a514631d5f45cc1a82bf11b9473a9b4a46cce94477b72/haste_pytorch-0.5.0rc0.tar.gz#sha256=43db30d2fc42f37bcaa233ba2b859cc9deebb35fe1db55c6b474a62dca5ea6e4 from build tracker '/tmp/pip-req-tracker-5itq7k63' 2020-07-05T00:54:21,444 Removed build tracker: '/tmp/pip-req-tracker-5itq7k63'