命令出错,退出状态为1:python设置.py检查日志以获取完整的命令输出

2024-04-16 15:12:35 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图在mac终端上运行pip install spatial-correlation-sampler,但得到了错误-

Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

完全错误:

ERROR: Command errored out with exit status 1:
     command: /anaconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cw/7_q449q1001fzq0ttwsy_qd80000gn/T/pip-install-puv5x7oh/spatial-correlation-sampler/setup.py'"'"'; __file__='"'"'/private/var/folders/cw/7_q449q1001fzq0ttwsy_qd80000gn/T/pip-install-puv5x7oh/spatial-correlation-sampler/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: /private/var/folders/cw/7_q449q1001fzq0ttwsy_qd80000gn/T/pip-install-puv5x7oh/spatial-correlation-sampler/
    Complete output (13 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/cw/7_q449q1001fzq0ttwsy_qd80000gn/T/pip-install-puv5x7oh/spatial-correlation-sampler/setup.py", line 57, in <module>
        launch_setup()
      File "/private/var/folders/cw/7_q449q1001fzq0ttwsy_qd80000gn/T/pip-install-puv5x7oh/spatial-correlation-sampler/setup.py", line 40, in launch_setup
        extra_link_args=['-lgomp'])
      File "/anaconda3/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 476, in CUDAExtension
        library_dirs += library_paths(cuda=True)
      File "/anaconda3/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 555, in library_paths
        if (not os.path.exists(_join_cuda_home(lib_dir)) and
      File "/anaconda3/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1146, in _join_cuda_home
        raise EnvironmentError('CUDA_HOME environment variable is not set. '
    OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Tags: installpipinpyeggvarsetupline