小编Var*_*tti的帖子

安装sentry时出错`无法执行'clang':没有这样的文件或目录`

我试图按照链接中的说明安装sentry :但是当我尝试执行命令pip install -U sentry时,我收到错误InstallationError: Command python setup.py egg_info failed with error code 1 in /webapps/sentry/env/build/symsynd

以下是日志文件中的详细信息:

 self.run_setup(setup_script, setup_base, args)
      File "/webapps/sentry/env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1003, in run_setup
        raise DistutilsError("Setup script exited with %s" % (v.args[0],))
    distutils.errors.DistutilsError: Setup script exited with 1
    Complete output from command python setup.py egg_info:
    unable to execute 'clang': No such file or directory

unable to execute 'clang': No such file or directory



    No working compiler found, or bogus compiler options

    passed to …
Run Code Online (Sandbox Code Playgroud)

installation virtualenv sentry

4
推荐指数
1
解决办法
1219
查看次数

标签 统计

installation ×1

sentry ×1

virtualenv ×1