Install:
sudo apt install python-pip
Problem:
You are using pip version 8.1.1, however version 18.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
Solve:
python -m pip install --upgrade pip --user
转载请注明原文地址: https://www.6miu.com/read-5030218.html