windows + PyCharm安装第三方库libsvm失败的解决方案

问题描述:

  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命令,成功安装。

windows + PyCharm安装第三方库libsvm失败的解决方案

上一篇:Web RTC + audio API 实现录音,并压缩


下一篇:C# 调用 C#DLL