安装1.0版本及适用conda安装0.7版本均因为网络原因失败,目前仅使用pip方法安装0.7版本成功,但官方说法此版本有过时的情况
建立一个虚拟环境,防止全局安装导致包冲突
更新pip和conda
pip install pip -U conda update conda
pip install fastai==0.7.0 pip install torchtext==0.2.3
importerror "No Module named Setuptools"
报错解决办法pip install --upgrade setuptools
在该环境下
conda install jupyter
否则无法使用jupyter,不能用pip