报错:

Failed building wheel for psutil

Google得知,需要安装python-devel 和 wheel

sudo dnf install python-devel安装之后还是不行。

原因

python版本。
如果是python3
需要用sudo dnf install python3-devel安装!!

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-05-18
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
相关资源
相似解决方案