【发布时间】:2018-04-26 02:04:38
【问题描述】:
我想在 Python 3.5 中安装 xgboost。这需要 gcc 支持 -fopenmp 选项。默认 gcc 不支持它。所以我正在使用
brew install gcc --without-multilib
但我得到Warning: gcc: this formula has no '--without-multilib' option so it will be ignored! 有什么想法吗?
【问题讨论】:
标签: macos python-3.x gcc anaconda xgboost