前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >我在pip安装tensorflow时遇到 ERROR: Cannot uninstall ‘wrapt‘. It is a distutils installed project and thu2

我在pip安装tensorflow时遇到 ERROR: Cannot uninstall ‘wrapt‘. It is a distutils installed project and thu2

作者头像
川川菜鸟
发布2021-10-18 10:11:15
1.8K0
发布2021-10-18 10:11:15
举报
文章被收录于专栏:python全栈教程专栏

我在安装  pip install tensorflow时遇到了这样的问题,报错如标题wrapt不能导入

问题:ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thu2

解决方案:

pip install -U --ignore-installed wrapt enum34 simplejson netaddr

安装好后,再用pip install tensorflow就安装好了。

顺便介绍一下镜像源的修改,因为我在解决问题时想过是不是镜像源问题。

我把自己的镜像源改为清华镜像源,这个很简单,就建立一个pip.ini的文件夹,把如下复制粘贴进去,保存就好:

[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple

当然也有别的镜像源,其实我觉得还是清华最好,想用别的镜像源你改一下网址就好了,比如:

阿里云 http://mirrors.aliyun.com/pypi/simple/   中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/   豆瓣(douban) http://pypi.douban.com/simple/   清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/   中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020/10/12 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档