1.通常情况下:

sudo apt install python-dev

或者 在 sudo apt install python 命令下安装应该也附带了 python-dev

上述 pyhthon 版本是 python2 版本,如果想安装 python3 直接将上面的 python 改成 python3 即可

2.如果上述情况下失败,可以用 aptitude 来安装

2.1 安装 aptitude : sudo apt aptitude

2.2 安装 python-dev : sudo aptitude python-dev

相关文章:

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