正常的pip升级命令:python -m pip install --upgrade pip
升级报错提示:AttributeError: 'NoneType' object has no attribute 'bytes'
更换升级命令:easy_install -U pip