Ubuntu安装包时报错 E:Unable to locate package xxx(如:python3-pip)

一般新安装Ubuntu后需要先更新软件源: apt
-get update

 

apt-get install python3.6-dev  (注意:python版本号要与使用的一致,否则uwsgi安装报错)
pip install uwsgi

 

相关文章:

  • 2021-08-31
  • 2022-02-12
  • 2021-08-12
  • 2021-12-20
  • 2021-12-12
  • 2021-04-19
  • 2021-06-18
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-12-18
  • 2021-11-28
  • 2021-11-11
  • 2021-12-14
相关资源
相似解决方案