2020-07-30T06:19:07,156 Created temporary directory: /tmp/pip-ephem-wheel-cache-3470m43s 2020-07-30T06:19:07,160 Created temporary directory: /tmp/pip-req-tracker-uwogvu8c 2020-07-30T06:19:07,161 Initialized build tracking at /tmp/pip-req-tracker-uwogvu8c 2020-07-30T06:19:07,162 Created build tracker: /tmp/pip-req-tracker-uwogvu8c 2020-07-30T06:19:07,162 Entered build tracker: /tmp/pip-req-tracker-uwogvu8c 2020-07-30T06:19:07,163 Created temporary directory: /tmp/pip-wheel-m775th1v 2020-07-30T06:19:07,181 1 location(s) to search for versions of auto-crop: 2020-07-30T06:19:07,181 * https://pypi.org/simple/auto-crop/ 2020-07-30T06:19:07,181 Fetching project page and analyzing links: https://pypi.org/simple/auto-crop/ 2020-07-30T06:19:07,182 Getting page https://pypi.org/simple/auto-crop/ 2020-07-30T06:19:07,184 Found index url https://pypi.org/simple 2020-07-30T06:19:07,386 Found link https://files.pythonhosted.org/packages/06/21/5734b1e8f0a99eecb20eb4b4310480f1f13da13b22675fdb5808c85e5762/auto_crop-0.2.1.tar.gz#sha256=829663ad7a682bc794a67f200e3d77798bb0e9f84ca4b50180a441f6108e936f (from https://pypi.org/simple/auto-crop/) (requires-python:>=3.6), version: 0.2.1 2020-07-30T06:19:07,387 Found link https://files.pythonhosted.org/packages/9b/d2/0858c05b9fc7da47104e143a50b993ab763f477676082a22c537142ee396/auto_crop-0.3.0.tar.gz#sha256=aef8a64b6f9246d4e571502cd6b73af296e284c4b4229f1de7f26caa3c9c5dc1 (from https://pypi.org/simple/auto-crop/) (requires-python:>=3.5), version: 0.3.0 2020-07-30T06:19:07,395 Given no hashes to check 1 links for project 'auto-crop': discarding no candidates 2020-07-30T06:19:07,396 Using version 0.3.0 (newest of versions: 0.3.0) 2020-07-30T06:19:07,402 Collecting auto-crop==0.3.0 2020-07-30T06:19:07,405 Created temporary directory: /tmp/pip-unpack-cwcquqzl 2020-07-30T06:19:07,489 Downloading auto_crop-0.3.0.tar.gz (4.3 MB) 2020-07-30T06:19:09,391 Added auto-crop==0.3.0 from https://files.pythonhosted.org/packages/9b/d2/0858c05b9fc7da47104e143a50b993ab763f477676082a22c537142ee396/auto_crop-0.3.0.tar.gz#sha256=aef8a64b6f9246d4e571502cd6b73af296e284c4b4229f1de7f26caa3c9c5dc1 to build tracker '/tmp/pip-req-tracker-uwogvu8c' 2020-07-30T06:19:09,394 Running setup.py (path:/tmp/pip-wheel-m775th1v/auto-crop/setup.py) egg_info for package auto-crop 2020-07-30T06:19:09,397 Created temporary directory: /tmp/pip-pip-egg-info-8svpaj98 2020-07-30T06:19:09,398 Running command python setup.py egg_info 2020-07-30T06:19:12,890 WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. 2020-07-30T06:19:12,891 Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue. 2020-07-30T06:19:12,891 To avoid this problem you can invoke Python with '-m pip' instead of running pip directly. 2020-07-30T06:19:13,157 Defaulting to user installation because normal site-packages is not writeable 2020-07-30T06:19:14,725 Collecting torch 2020-07-30T06:19:14,791 Using cached torch-0.1.2.post2.tar.gz (128 kB) 2020-07-30T06:19:19,566 Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from torch) (3.13) 2020-07-30T06:19:19,573 Building wheels for collected packages: torch 2020-07-30T06:19:19,577 Building wheel for torch (setup.py): started 2020-07-30T06:19:22,384 Building wheel for torch (setup.py): finished with status 'error' 2020-07-30T06:19:22,385 ERROR: Command errored out with exit status 1: 2020-07-30T06:19:22,386 command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-9dmkxlt9 2020-07-30T06:19:22,386 cwd: /tmp/pip-install-wm2i77yt/torch/ 2020-07-30T06:19:22,387 Complete output (30 lines): 2020-07-30T06:19:22,387 running bdist_wheel 2020-07-30T06:19:22,388 running build 2020-07-30T06:19:22,388 running build_deps 2020-07-30T06:19:22,388 Traceback (most recent call last): 2020-07-30T06:19:22,389 File "", line 1, in 2020-07-30T06:19:22,389 File "/tmp/pip-install-wm2i77yt/torch/setup.py", line 265, in 2020-07-30T06:19:22,390 description="Tensors and Dynamic neural networks in Python with strong GPU acceleration", 2020-07-30T06:19:22,391 File "/usr/local/lib/python3.7/dist-packages/setuptools/__init__.py", line 165, in setup 2020-07-30T06:19:22,391 return distutils.core.setup(**attrs) 2020-07-30T06:19:22,392 File "/usr/lib/python3.7/distutils/core.py", line 148, in setup 2020-07-30T06:19:22,392 dist.run_commands() 2020-07-30T06:19:22,393 File "/usr/lib/python3.7/distutils/dist.py", line 966, in run_commands 2020-07-30T06:19:22,394 self.run_command(cmd) 2020-07-30T06:19:22,394 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-07-30T06:19:22,395 cmd_obj.run() 2020-07-30T06:19:22,395 File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 188, in run 2020-07-30T06:19:22,396 self.run_command('build') 2020-07-30T06:19:22,396 File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command 2020-07-30T06:19:22,397 self.distribution.run_command(command) 2020-07-30T06:19:22,398 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-07-30T06:19:22,398 cmd_obj.run() 2020-07-30T06:19:22,399 File "/usr/lib/python3.7/distutils/command/build.py", line 135, in run 2020-07-30T06:19:22,399 self.run_command(cmd_name) 2020-07-30T06:19:22,400 File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command 2020-07-30T06:19:22,400 self.distribution.run_command(command) 2020-07-30T06:19:22,401 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-07-30T06:19:22,401 cmd_obj.run() 2020-07-30T06:19:22,402 File "/tmp/pip-install-wm2i77yt/torch/setup.py", line 51, in run 2020-07-30T06:19:22,402 from tools.nnwrap import generate_wrappers as generate_nn_wrappers 2020-07-30T06:19:22,403 ModuleNotFoundError: No module named 'tools.nnwrap' 2020-07-30T06:19:22,403 ---------------------------------------- 2020-07-30T06:19:22,404 ERROR: Failed building wheel for torch 2020-07-30T06:19:22,404 Running setup.py clean for torch 2020-07-30T06:19:25,114 ERROR: Command errored out with exit status 1: 2020-07-30T06:19:25,115 command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all 2020-07-30T06:19:25,116 cwd: /tmp/pip-install-wm2i77yt/torch 2020-07-30T06:19:25,116 Complete output (2 lines): 2020-07-30T06:19:25,117 running clean 2020-07-30T06:19:25,117 error: [Errno 2] No such file or directory: '.gitignore' 2020-07-30T06:19:25,118 ---------------------------------------- 2020-07-30T06:19:25,118 ERROR: Failed cleaning build dir for torch 2020-07-30T06:19:25,119 Failed to build torch 2020-07-30T06:19:27,755 ERROR: auto-crop 0.3.0 requires face-detection>=0.1.4, which is not installed. 2020-07-30T06:19:27,756 ERROR: auto-crop 0.3.0 requires opencv-python, which is not installed. 2020-07-30T06:19:27,757 ERROR: auto-crop 0.3.0 requires torchvision>=0.3.0, which is not installed. 2020-07-30T06:19:27,758 ERROR: auto-crop 0.3.0 has requirement torch>=1.1, but you'll have torch 0.1.2.post2 which is incompatible. 2020-07-30T06:19:27,759 Installing collected packages: torch 2020-07-30T06:19:27,775 Running setup.py install for torch: started 2020-07-30T06:19:30,512 Running setup.py install for torch: finished with status 'error' 2020-07-30T06:19:30,513 ERROR: Command errored out with exit status 1: 2020-07-30T06:19:30,513 command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-6cbu78de/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/piwheels/.local/include/python3.7m/torch 2020-07-30T06:19:30,514 cwd: /tmp/pip-install-wm2i77yt/torch/ 2020-07-30T06:19:30,515 Complete output (23 lines): 2020-07-30T06:19:30,515 running install 2020-07-30T06:19:30,516 running build_deps 2020-07-30T06:19:30,517 Traceback (most recent call last): 2020-07-30T06:19:30,517 File "", line 1, in 2020-07-30T06:19:30,518 File "/tmp/pip-install-wm2i77yt/torch/setup.py", line 265, in 2020-07-30T06:19:30,519 description="Tensors and Dynamic neural networks in Python with strong GPU acceleration", 2020-07-30T06:19:30,519 File "/usr/local/lib/python3.7/dist-packages/setuptools/__init__.py", line 165, in setup 2020-07-30T06:19:30,520 return distutils.core.setup(**attrs) 2020-07-30T06:19:30,521 File "/usr/lib/python3.7/distutils/core.py", line 148, in setup 2020-07-30T06:19:30,522 dist.run_commands() 2020-07-30T06:19:30,523 File "/usr/lib/python3.7/distutils/dist.py", line 966, in run_commands 2020-07-30T06:19:30,523 self.run_command(cmd) 2020-07-30T06:19:30,524 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-07-30T06:19:30,525 cmd_obj.run() 2020-07-30T06:19:30,525 File "/tmp/pip-install-wm2i77yt/torch/setup.py", line 99, in run 2020-07-30T06:19:30,526 self.run_command('build_deps') 2020-07-30T06:19:30,527 File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command 2020-07-30T06:19:30,528 self.distribution.run_command(command) 2020-07-30T06:19:30,528 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-07-30T06:19:30,529 cmd_obj.run() 2020-07-30T06:19:30,530 File "/tmp/pip-install-wm2i77yt/torch/setup.py", line 51, in run 2020-07-30T06:19:30,530 from tools.nnwrap import generate_wrappers as generate_nn_wrappers 2020-07-30T06:19:30,531 ModuleNotFoundError: No module named 'tools.nnwrap' 2020-07-30T06:19:30,531 ---------------------------------------- 2020-07-30T06:19:30,532 ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wm2i77yt/torch/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-6cbu78de/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/piwheels/.local/include/python3.7m/torch Check the logs for full command output. 2020-07-30T06:19:31,274 Traceback (most recent call last): 2020-07-30T06:19:31,275 File "", line 1, in 2020-07-30T06:19:31,276 File "/tmp/pip-wheel-m775th1v/auto-crop/setup.py", line 20, in 2020-07-30T06:19:31,277 install_and_import('torch') 2020-07-30T06:19:31,278 File "/tmp/pip-wheel-m775th1v/auto-crop/setup.py", line 14, in install_and_import 2020-07-30T06:19:31,279 globals()[package] = importlib.import_module(package) 2020-07-30T06:19:31,279 File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module 2020-07-30T06:19:31,280 return _bootstrap._gcd_import(name[level:], package, level) 2020-07-30T06:19:31,281 File "", line 1006, in _gcd_import 2020-07-30T06:19:31,282 File "", line 983, in _find_and_load 2020-07-30T06:19:31,282 File "", line 965, in _find_and_load_unlocked 2020-07-30T06:19:31,283 ModuleNotFoundError: No module named 'torch' 2020-07-30T06:19:31,561 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-30T06:19:31,562 Exception information: 2020-07-30T06:19:31,562 Traceback (most recent call last): 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-30T06:19:31,562 status = self.run(options, args) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-30T06:19:31,562 return func(self, options, args) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-30T06:19:31,562 reqs, check_supported_wheels=True 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-30T06:19:31,562 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-30T06:19:31,562 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-30T06:19:31,562 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-30T06:19:31,562 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-30T06:19:31,562 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-30T06:19:31,562 self.req.prepare_metadata() 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-30T06:19:31,562 self.metadata_directory = self._generate_metadata() 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-30T06:19:31,562 details=self.name or "from {}".format(self.link) 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-30T06:19:31,562 command_desc='python setup.py egg_info', 2020-07-30T06:19:31,562 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-30T06:19:31,562 raise InstallationError(exc_msg) 2020-07-30T06:19:31,562 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-30T06:19:31,576 Removed auto-crop==0.3.0 from https://files.pythonhosted.org/packages/9b/d2/0858c05b9fc7da47104e143a50b993ab763f477676082a22c537142ee396/auto_crop-0.3.0.tar.gz#sha256=aef8a64b6f9246d4e571502cd6b73af296e284c4b4229f1de7f26caa3c9c5dc1 from build tracker '/tmp/pip-req-tracker-uwogvu8c' 2020-07-30T06:19:31,577 Removed build tracker: '/tmp/pip-req-tracker-uwogvu8c'