您的位置:首页 > 编程语言 > Python开发

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

2017-08-02 14:20 483 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: