python 安装surprise库解决 c++tools错误问题

Posted tianxiong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 安装surprise库解决 c++tools错误问题相关的知识,希望对你有一定的参考价值。

利用pip安装

pip install numpy

pip install scikit-surprise

安装出错:

技术图片

因为surprise需要microsoft Visual C++ 14.0编译,所以需要安装这个库。
下载地址:
链接: https://pan.baidu.com/s/1_L4Hb-EFM6ksG8ZxD--WmQ
密码: 5o98
scikit-surprise安装方法:安装microsoft Visual C++ 14.0.exe后,

技术图片

 

 参考链接:http://www.pianshen.com/article/5343217132/

 

以上是关于python 安装surprise库解决 c++tools错误问题的主要内容,如果未能解决你的问题,请参考以下文章

surprise库使用

推荐系统设计

python 数据分析基础

ModuleNotFoundError:没有名为'surprise'的模块

用Python做生存分析--lifelines库简介

windows环境下 anacoda 安装scikit-surprise