2020-04-19T06:03:43,261 Created temporary directory: /tmp/pip-ephem-wheel-cache-gila6h5o 2020-04-19T06:03:43,267 Created temporary directory: /tmp/pip-req-tracker-nj26i47i 2020-04-19T06:03:43,268 Initialized build tracking at /tmp/pip-req-tracker-nj26i47i 2020-04-19T06:03:43,269 Created build tracker: /tmp/pip-req-tracker-nj26i47i 2020-04-19T06:03:43,270 Entered build tracker: /tmp/pip-req-tracker-nj26i47i 2020-04-19T06:03:43,272 Created temporary directory: /tmp/pip-wheel-944z8psf 2020-04-19T06:03:43,282 1 location(s) to search for versions of torch-tresnet: 2020-04-19T06:03:43,282 * https://pypi.org/simple/torch-tresnet/ 2020-04-19T06:03:43,283 Fetching project page and analyzing links: https://pypi.org/simple/torch-tresnet/ 2020-04-19T06:03:43,284 Getting page https://pypi.org/simple/torch-tresnet/ 2020-04-19T06:03:43,288 Found index url https://pypi.org/simple 2020-04-19T06:03:43,291 Getting credentials from keyring for https://pypi.org/simple 2020-04-19T06:03:43,292 Getting credentials from keyring for pypi.org 2020-04-19T06:03:43,493 Found link https://files.pythonhosted.org/packages/80/28/6de99b95df670ef897299d8bbf530a549d3b3ae6211413c32d166fd14292/torch_tresnet-1.0.1.tar.gz#sha256=9ba54651768c52806ca9eb80adbf162e021d4abcaca2746a9fc1dc8da8471ef8 (from https://pypi.org/simple/torch-tresnet/), version: 1.0.1 2020-04-19T06:03:43,500 Given no hashes to check 1 links for project 'torch-tresnet': discarding no candidates 2020-04-19T06:03:43,501 Using version 1.0.1 (newest of versions: 1.0.1) 2020-04-19T06:03:43,506 Collecting torch_tresnet==1.0.1 2020-04-19T06:03:43,510 Created temporary directory: /tmp/pip-unpack-sutz2thk 2020-04-19T06:03:43,512 Getting credentials from keyring for files.pythonhosted.org 2020-04-19T06:03:43,609 Downloading torch_tresnet-1.0.1.tar.gz (6.1 kB) 2020-04-19T06:03:43,687 Added torch_tresnet==1.0.1 from https://files.pythonhosted.org/packages/80/28/6de99b95df670ef897299d8bbf530a549d3b3ae6211413c32d166fd14292/torch_tresnet-1.0.1.tar.gz#sha256=9ba54651768c52806ca9eb80adbf162e021d4abcaca2746a9fc1dc8da8471ef8 to build tracker '/tmp/pip-req-tracker-nj26i47i' 2020-04-19T06:03:43,689 Running setup.py (path:/tmp/pip-wheel-944z8psf/torch-tresnet/setup.py) egg_info for package torch-tresnet 2020-04-19T06:03:43,691 Running command python setup.py egg_info 2020-04-19T06:03:45,827 Traceback (most recent call last): 2020-04-19T06:03:45,828 File "", line 1, in 2020-04-19T06:03:45,829 File "/tmp/pip-wheel-944z8psf/torch-tresnet/setup.py", line 3, in 2020-04-19T06:03:45,829 from torch_tresnet import __version__, __authors__ 2020-04-19T06:03:45,830 File "/tmp/pip-wheel-944z8psf/torch-tresnet/torch_tresnet/__init__.py", line 1, in 2020-04-19T06:03:45,830 from .tresnet import tresnet_m, tresnet_l, tresnet_xl, tresnet_m_448, tresnet_l_448, tresnet_xl_448 2020-04-19T06:03:45,830 File "/tmp/pip-wheel-944z8psf/torch-tresnet/torch_tresnet/tresnet.py", line 1, in 2020-04-19T06:03:45,831 import torch 2020-04-19T06:03:45,831 ModuleNotFoundError: No module named 'torch' 2020-04-19T06:03:45,939 Cleaning up... 2020-04-19T06:03:45,939 Removing source in /tmp/pip-wheel-944z8psf/torch-tresnet 2020-04-19T06:03:45,961 Removed torch_tresnet==1.0.1 from https://files.pythonhosted.org/packages/80/28/6de99b95df670ef897299d8bbf530a549d3b3ae6211413c32d166fd14292/torch_tresnet-1.0.1.tar.gz#sha256=9ba54651768c52806ca9eb80adbf162e021d4abcaca2746a9fc1dc8da8471ef8 from build tracker '/tmp/pip-req-tracker-nj26i47i' 2020-04-19T06:03:45,962 Removed build tracker: '/tmp/pip-req-tracker-nj26i47i' 2020-04-19T06:03:45,965 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-04-19T06:03:45,967 Exception information: 2020-04-19T06:03:45,967 Traceback (most recent call last): 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 186, in _main 2020-04-19T06:03:45,967 status = self.run(options, args) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 161, in run 2020-04-19T06:03:45,967 resolver.resolve(requirement_set) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 177, in resolve 2020-04-19T06:03:45,967 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 333, in _resolve_one 2020-04-19T06:03:45,967 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 282, in _get_abstract_dist_for 2020-04-19T06:03:45,967 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 516, in prepare_linked_requirement 2020-04-19T06:03:45,967 req, self.req_tracker, self.finder, self.build_isolation, 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 95, in _get_prepared_distribution 2020-04-19T06:03:45,967 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-04-19T06:03:45,967 self.req.prepare_metadata() 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 564, in prepare_metadata 2020-04-19T06:03:45,967 self.metadata_directory = self._generate_metadata() 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 544, in _generate_metadata 2020-04-19T06:03:45,967 details=self.name or "from {}".format(self.link) 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 118, in generate_metadata 2020-04-19T06:03:45,967 command_desc='python setup.py egg_info', 2020-04-19T06:03:45,967 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-04-19T06:03:45,967 raise InstallationError(exc_msg) 2020-04-19T06:03:45,967 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.