pip出现升级提醒
You are using pip version 10.0.1, however version 21.1.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
python -m pip install --upgrade pip
错误提示:
AttributeError: 'NoneType' object has no attribute 'bytes'
>python -m pip install -U --force-reinstall pip
pip list
lockdatav Done!