在升级pip过程当中遇到AttributeError: ‘NoneType’ object has no attribute 'bytes’的报错
更换命令为python -m pip install -U --force-reinstall pip
python -m pip install -U --force-reinstall pip