在安装fbprophet时候出现编译错误:
error: command 'x86_64-apple-darwin13.4.0-clang++' failed with exit status 1
错误如图:

并且:
~ xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
在网上找了很多方法各种办法都不行。
解决方法如下:
设置 CXX 变量是关键。
export CXX=clang
解决了这个问题。

本文介绍了解决在安装fbprophet过程中遇到的编译错误的方法。通过设置CXX环境变量为clang,成功解决了命令'x86_64-apple-darwin13.4.0-clang++'失败的问题。

被折叠的 条评论
为什么被折叠?



