Install xgboost using pip for Mac OSX h1ros Jul 11, 2019, 6:55:46 AM Comments Goal¶ This post aims to introduce how to install xgboost using pip for Mac OSX. Reference xgboost - Installation Guide Installation Steps¶ Install gcc5 by brew Setup environment variable CC and CXX Install xgboost by pipbrew install gcc5 export CC=gcc-5 export CXX=g++-5 pip install xgboost