Ubuntu14.04安装scipy,xgboost,dateutil模块到python3

scipy:
sudo apt-get build-dep python3-scipy
sudo pip3 install scipy


xgboost:
sudo -H pip3 install --pre xgboost

dateutil:
 pip3 install Python-dateutil

升级pip3:
$ sudo apt-get install python3-pip

你可能感兴趣的:(Ubuntu14.04安装scipy,xgboost,dateutil模块到python3)