美文网首页
tensorflow安装

tensorflow安装

作者: jing2017123 | 来源:发表于2020-07-01 21:12 被阅读0次

    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

    相关文章

      网友评论

          本文标题:tensorflow安装

          本文链接:https://www.haomeiwen.com/subject/smwdfktx.html