更新pip版本指令

使用如下指令更新pip,可能会出错

pip install --upgrade pip

使用如下指令即可完美更新pip

python -m pip install --upgrade pip

你可能感兴趣的:(深度学习,python,人工智能,机器学习,强化学习)