GSCNN icon indicating copy to clipboard operation
GSCNN copied to clipboard

subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.

Open shifangtian opened this issue 4 years ago • 4 comments

Traceback (most recent call last): File "D:/my/torch-gpu/mu_yi_hua-GSCNN-master/GSCNN/train.py", line 381, in main() File "D:/my/torch-gpu/mu_yi_hua-GSCNN-master/GSCNN/train.py", line 128, in main assert_and_infer_cfg(args) File "D:\my\torch-gpu\mu_yi_hua-GSCNN-master\GSCNN\config.py", line 86, in assert_and_infer_cfg import encoding File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding_init_.py", line 13, in from . import nn, functions, parallel, utils, models, datasets, transforms File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\nn_init_.py", line 12, in from .encoding import * File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\nn\encoding.py", line 18, in from ..functions import scaled_l2, aggregate, pairwise_cosine File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\functions_init_.py", line 2, in from .encoding import * File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\functions\encoding.py", line 14, in from .. import lib File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\encoding\lib_init_.py", line 15, in ], build_directory=cpu_path, verbose=False) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 644, in load is_python_module) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 813, in _jit_compile with_cuda=with_cuda) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 862, in _write_ninja_file_and_build with_cuda=with_cuda) File "D:\deeplearning\anaconda\envs\torch-gpu\lib\site-packages\torch\utils\cpp_extension.py", line 1072, in _write_ninja_file 'cl']).decode().split('\r\n') File "D:\deeplearning\anaconda\envs\torch-gpu\lib\subprocess.py", line 336, in check_output **kwargs).stdout File "D:\deeplearning\anaconda\envs\torch-gpu\lib\subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.

shifangtian avatar Nov 13 '19 02:11 shifangtian

Can you share your package versions and experimental setup?

tovacinni avatar Nov 20 '19 22:11 tovacinni

cuda9.0 cudnn7.0 pytorch-gpu1.1.0

------------------ 原始邮件 ------------------ 发件人: "Towaki"<[email protected]>; 发送时间: 2019年11月21日(星期四) 上午6:40 收件人: "nv-tlabs/GSCNN"<[email protected]>; 抄送: "剑可入鞘否"<[email protected]>;"Author"<[email protected]>; 主题: Re: [nv-tlabs/GSCNN] subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. (#42)

Can you share your package versions and experimental setup?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

shifangtian avatar Dec 13 '19 08:12 shifangtian

Have you solved this problem?How to solve it?

lqwfree avatar Apr 02 '20 13:04 lqwfree

how to solve it?

KL-Ding avatar Jun 15 '20 06:06 KL-Ding