问题描述:

  PyCharm上安装libsvm失败,尝试在控制台中通过pip3命令安装也失败,提示ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

 

解决方案:

  通过该教程(查看)的方法,下载libsvm的whl文件后,在控制台中通过pip3 install libsvm-3.23-cp37-cp37m-win_amd64.whl命令,成功安装。

相关文章:

  • 2021-07-05
  • 2021-12-10
  • 2021-11-21
  • 2021-04-10
  • 2021-04-23
  • 2022-01-12
  • 2021-06-11
  • 2022-01-02
猜你喜欢
  • 2021-11-20
  • 2021-08-30
  • 2022-12-23
  • 2021-12-27
  • 2021-08-26
  • 2021-08-28
  • 2021-07-30
相关资源
相似解决方案