Tensorflow 填坑

tensorflow 国内源

pip3 install --index-url https://pypi.douban.com/simple tensorflow

问题1  ImportError: cannot import name 'abs'

pip3 uninstall tensorflow protobuf --yes
find ~/.local/ -name "tensorflow" | xargs -Ipkg rm -rfv pkg
pip3 install --index-url https://pypi.douban.com/simple tensorflow

 

 

posted @ 2018-12-18 20:49  哎呦我去哎呦  阅读(150)  评论(0编辑  收藏  举报