pip提示:
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
解决方法:
python -m pip install --upgrade pip
pip提示:
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
解决方法:
python -m pip install --upgrade pip
转载于:https://www.cnblogs.com/lhdcg/p/9931346.html