解决安装tensorflow的问题
程序员文章站
2024-03-19 15:15:40
...
1、注意、一般来说直接pip install tensorflow都会报错
2、可以直接安装
pip install --ignore-installed six tensorflow-gpu==1.13.1 -i https://pypi.doubanio.com/simple
3、出现报错解决方法
1>、【异常】tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 40.6.3
首先更新 wrapt
pip install --ignore-installed wrapt
再次更新 setuptools
pip install --ignore-installed setuptools
安装 tensorflow
pip install --ignore-installed tensorflow
2>、ERROR: Cannot uninstall ‘Werkzeug’. 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 --ignore-installed six tensorflow-gpu==1.13.1 -i https://pypi.doubanio.com/simple
3>、HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out
网络原因导致的安装超时,重新下载。设置超时时间延长后重新下载。
下载命令后添加参数 --default-timeout=1000,时间可以自定义。
上一篇: 通过淘口令获取Url链接
下一篇: 二分法顺序查找某个值
推荐阅读
-
解决tensorflow提示未compiled的问题
-
解决安装tensorflow的问题
-
kubernetes之ingress安装及遇到的rbac问题
-
记一次不是很顺利的部署 Seafile 服务器过程,包含各种问题的解决过程
-
解决NDK出现error: exception handling disabled, use -fexceptions to enable的问题 博客分类: NDK开发异常处理 fexceptionscygwinc++exceptionmake
-
如何解决MySQL的master-slave模式中ReplicationDriver的使用问题 博客分类: My SQL MySQLJDBCSpring配置管理REST
-
利用Matlab解决线性规划问题并绘制特定形状的空间曲面(约束区域的绘图)
-
Ubuntu 6.10中JDK 1.5与 Oracle 10g中文乱码问题的解决 博客分类: Linux OracleJDKUbuntuRedHatSwing
-
解决solr缓存造成的query查询问题 博客分类: solr solrcacheidea
-
Ubuntu VirtualBox 安装问题解决