三行命令三分鐘安裝tensorflow

致敬清華源

#更新setuptools和wrapt
pip3 install --upgrade setuptools -i https://pypi.tuna.tsinghua.edu.cn/simple
pip3 install --ignore-installed wrapt -i https://pypi.tuna.tsinghua.edu.cn/simple
#安裝tensorflow
pip3 --default-timeout=1000 install -U tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章