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.解决方法

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

 

相关文章:

  • 2021-08-29
  • 2021-04-19
  • 2021-07-16
  • 2021-12-17
  • 2021-08-01
  • 2021-12-16
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案