正常的pip升级命令:
python -m pip install --upgrade pip
在pytharm里面创建了一个Python项目,pytharm会自动搭建一个新的Python环境,在当前的目录下
使用
python -m pip install --upgrade pip
会报错
AttributeError: ‘NoneType‘ object has no attribute ‘bytes‘
可以使用如下方式
easy_install -U pip
python-pip升级报错- AttributeError: 'NoneType' object has no attribute 'bytes'
原文地址:https://www.cnblogs.com/shiyongge/p/10279303.html
时间: 2024-09-29 11:25:35