今天想用python代替shell做运维相关的事,写代码都是在本机,调试在服务器上

C:\Users\0>pip install psutil
Requirement already satisfied: psutil in f:\programdata\anaconda3\lib\site-packa
ges (5.4.5)
distributed 1.21.8 requires msgpack, which is not installed.
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
解决方案:

python -m pip install --upgrade pip  更新pip

 

相关文章:

  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2021-09-26
  • 2021-07-14
  • 2021-06-12
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-15
  • 2021-04-23
  • 2022-12-23
  • 2021-04-12
  • 2021-08-16
  • 2022-12-23
相关资源
相似解决方案