码迷,mamicode.com
首页 > 编程语言 > 详细

python-pip升级报错的那几招!

时间:2019-10-17 01:13:56      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:python   error   att   解决方法   img   ade   报错   tee   ima   

对于我们Python用户来讲,pip安装各种软件,真的是太平常可见了,大家一定碰到各种升级报错,在此做一些记录,方便以后进行参考查阅。

 AttributeError: ‘NoneType‘ object has no attribute ‘bytes‘

正常的pip升级命令:

python -m pip install --upgrade pip

之前没有问题,今天竟然报错

 技术图片AttributeError: ‘NoneType‘ object has no attribute ‘bytes‘

有效的解决方法是:

easy_install -U pip

python-pip升级报错的那几招!

标签:python   error   att   解决方法   img   ade   报错   tee   ima   

原文地址:https://www.cnblogs.com/superwang2019/p/11689346.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!