1. 使用pip进行install,sudo pip install xxx
  2. 使用pip进行update,sudo pip install --update xxx
  3. 使用pip设置超时时间,sudo pip --default-timeout=256 install --update xxx
  4. 使用pip安装指定版本的包 sudo pip install xxx==1.2.x

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2021-10-20
  • 2021-06-23
  • 2021-06-03
  • 2021-12-15
  • 2022-01-29
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案