windows环境下 anacoda 安装scikit-surprise

Posted 河南骏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows环境下 anacoda 安装scikit-surprise相关的知识,希望对你有一定的参考价值。

本想在Pycharm里安装surprise包,但是一直报错没有visual c++ 14,后面装了整个microsoft visual 2015但是还是报错,搞了半天,好吧,放弃了!转攻anaconda,安装好anaconda3.x后,在启动jupyter  prompt,使用命令:
conda install -c conda-forge scikit-surprise

我前面还用conda安装了numpy,在anaconda里安装第三方包是使用conda命令的(相当于pip)。

安装好之后启动jupyter notebook,然后在"Home“页在右上的“new”新建python3,即可编辑notebook,书写好程序后,“Shift+Enter”即可运行。

以上是关于windows环境下 anacoda 安装scikit-surprise的主要内容,如果未能解决你的问题,请参考以下文章