1. pip install tensotflow
但是报错!好像是因为太大了,一直没能下载下来
2. 下载.whl文件,地址https://pypi.org/project/tensorflow/#modal-close
3. pip install ----.whl
又报错,ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
解决方式:输入 pip install -U --ignore-installed wrapt enum34 simplejson netaddr
网友评论