- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在安装惊喜包时使用以下命令。我在安装时收到错误消息,我无法理解。我需要帮助才能成功安装此软件包。
pip 安装 scikit-surprise
最后一个错误代码表示需要 Microsoft Visual C++ 14 或更高版本,但我安装了 14 版本,因此应该满足要求。
screen shot from control panel
(base) C:\Users\S Vishal>pip install scikit-surprise
Collecting scikit-surprise
Using cached scikit-surprise-1.1.1.tar.gz (11.8 MB)
Requirement already satisfied: joblib>=0.11 in c:\programdata\anaconda3\lib\site-packages (from scikit-surprise) (0.17.0)
Requirement already satisfied: numpy>=1.11.2 in c:\programdata\anaconda3\lib\site-packages (from scikit-surprise) (1.19.2)
Requirement already satisfied: scipy>=1.0.0 in c:\programdata\anaconda3\lib\site-packages (from scikit-surprise) (1.5.2)
Requirement already satisfied: six>=1.10.0 in c:\programdata\anaconda3\lib\site-packages (from scikit-surprise) (1.15.0)
Building wheels for collected packages: scikit-surprise
Building wheel for scikit-surprise (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\ProgramData\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\S Vishal\\AppData\\Local\\Temp\\pip-install-9wlw55w2\\scikit-surprise\\setup.py'"'"'; __file__='"'"'C:\\Users\\S Vishal\\AppData\\Local\\Temp\\pip-install-9wlw55w2\\scikit-surprise\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\S Vishal\AppData\Local\Temp\pip-wheel-8n8d7erc'
cwd: C:\Users\S Vishal\AppData\Local\Temp\pip-install-9wlw55w2\scikit-surprise\
Complete output (49 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\surprise
copying surprise\accuracy.py -> build\lib.win-amd64-3.8\surprise
copying surprise\builtin_datasets.py -> build\lib.win-amd64-3.8\surprise
copying surprise\dataset.py -> build\lib.win-amd64-3.8\surprise
copying surprise\dump.py -> build\lib.win-amd64-3.8\surprise
copying surprise\reader.py -> build\lib.win-amd64-3.8\surprise
copying surprise\trainset.py -> build\lib.win-amd64-3.8\surprise
copying surprise\utils.py -> build\lib.win-amd64-3.8\surprise
copying surprise\__init__.py -> build\lib.win-amd64-3.8\surprise
copying surprise\__main__.py -> build\lib.win-amd64-3.8\surprise
creating build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\search.py -> build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\split.py -> build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\validation.py -> build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\__init__.py -> build\lib.win-amd64-3.8\surprise\model_selection
creating build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\algo_base.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\baseline_only.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\knns.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\predictions.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\random_pred.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\__init__.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
running egg_info
writing scikit_surprise.egg-info\PKG-INFO
writing dependency_links to scikit_surprise.egg-info\dependency_links.txt
writing entry points to scikit_surprise.egg-info\entry_points.txt
writing requirements to scikit_surprise.egg-info\requires.txt
writing top-level names to scikit_surprise.egg-info\top_level.txt
reading manifest file 'scikit_surprise.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'scikit_surprise.egg-info\SOURCES.txt'
copying surprise\similarities.c -> build\lib.win-amd64-3.8\surprise
copying surprise\similarities.pyx -> build\lib.win-amd64-3.8\surprise
copying surprise\prediction_algorithms\co_clustering.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\matrix_factorization.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\optimize_baselines.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\slope_one.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\co_clustering.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\matrix_factorization.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\optimize_baselines.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\slope_one.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
running build_ext
building 'surprise.similarities' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
ERROR: Failed building wheel for scikit-surprise
Running setup.py clean for scikit-surprise
Failed to build scikit-surprise
Installing collected packages: scikit-surprise
Running setup.py install for scikit-surprise ... error
ERROR: Command errored out with exit status 1:
command: 'C:\ProgramData\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\S Vishal\\AppData\\Local\\Temp\\pip-install-9wlw55w2\\scikit-surprise\\setup.py'"'"'; __file__='"'"'C:\\Users\\S Vishal\\AppData\\Local\\Temp\\pip-install-9wlw55w2\\scikit-surprise\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\S Vishal\AppData\Local\Temp\pip-record-p24eovcb\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\ProgramData\Anaconda3\Include\scikit-surprise'
cwd: C:\Users\S Vishal\AppData\Local\Temp\pip-install-9wlw55w2\scikit-surprise\
Complete output (49 lines):
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\surprise
copying surprise\accuracy.py -> build\lib.win-amd64-3.8\surprise
copying surprise\builtin_datasets.py -> build\lib.win-amd64-3.8\surprise
copying surprise\dataset.py -> build\lib.win-amd64-3.8\surprise
copying surprise\dump.py -> build\lib.win-amd64-3.8\surprise
copying surprise\reader.py -> build\lib.win-amd64-3.8\surprise
copying surprise\trainset.py -> build\lib.win-amd64-3.8\surprise
copying surprise\utils.py -> build\lib.win-amd64-3.8\surprise
copying surprise\__init__.py -> build\lib.win-amd64-3.8\surprise
copying surprise\__main__.py -> build\lib.win-amd64-3.8\surprise
creating build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\search.py -> build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\split.py -> build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\validation.py -> build\lib.win-amd64-3.8\surprise\model_selection
copying surprise\model_selection\__init__.py -> build\lib.win-amd64-3.8\surprise\model_selection
creating build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\algo_base.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\baseline_only.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\knns.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\predictions.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\random_pred.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\__init__.py -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
running egg_info
writing scikit_surprise.egg-info\PKG-INFO
writing dependency_links to scikit_surprise.egg-info\dependency_links.txt
writing entry points to scikit_surprise.egg-info\entry_points.txt
writing requirements to scikit_surprise.egg-info\requires.txt
writing top-level names to scikit_surprise.egg-info\top_level.txt
reading manifest file 'scikit_surprise.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'scikit_surprise.egg-info\SOURCES.txt'
copying surprise\similarities.c -> build\lib.win-amd64-3.8\surprise
copying surprise\similarities.pyx -> build\lib.win-amd64-3.8\surprise
copying surprise\prediction_algorithms\co_clustering.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\matrix_factorization.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\optimize_baselines.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\slope_one.c -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\co_clustering.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\matrix_factorization.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\optimize_baselines.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
copying surprise\prediction_algorithms\slope_one.pyx -> build\lib.win-amd64-3.8\surprise\prediction_algorithms
running build_ext
building 'surprise.similarities' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\ProgramData\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\S Vishal\\AppData\\Local\\Temp\\pip-install-9wlw55w2\\scikit-surprise\\setup.py'"'"'; __file__='"'"'C:\\Users\\S Vishal\\AppData\\Local\\Temp\\pip-install-9wlw55w2\\scikit-surprise\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\S Vishal\AppData\Local\Temp\pip-record-p24eovcb\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\ProgramData\Anaconda3\Include\scikit-surprise' Check the logs for full command output.
最佳答案
您是否尝试过使用 Anaconda 进行安装?
启动 Anaconda 命令提示符并运行:
conda install -c conda-forge scikit-surprise
我希望这能解决你的问题。
关于machine-learning - 安装 Surprise 包时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65679417/
通过终端,您可以使用命令 - “SetFile -a B 文件名” 以编程方式,我认为我应该通过[[NSFileManager defaultManager] createDirectoryAtPat
嗨,正在尝试书中的一些示例:Practical Graph mining with R对于子图挖掘: library(subgraphMining) library(igraph) graph1 =
代码中的相同问题: class Foo { int getIntProperty () { ... } CustomObject getObjectProperty () { ... }
所以这可能是一个愚蠢的问题,但它已经困扰我一段时间了。 使用 React,我创建了两个组件(Buttons.js 和 Message.js),每个组件都有一个导出。但是,现在我希望将这两个组件用作 n
从今天早上开始,我发现我无法再从某个范围安装任何 NPM 包(或任何具有依赖项的包)。例如,如果我输入 npm i webpack 我会收到以下错误... npm ERR! code E401 npm
我在这里搜索过,Angular 2, @ngtools/webpack, AOT ,但对我不起作用。我运行了 npm install 命令。我正在做的是创建一个新的 Angular 2 项目。当我运行
情况: 我有一个 Swift 包,将其命名为 lib。 lib 位于其自己的存储库中。在lib的仓库中,有一堆本地包;也就是说,这些包是在 lib 中定义的,使用本地路径依赖格式 .package(p
我想在工作中学习和使用nodejs,但是在使用 de npm 命令安装模块/包时遇到网络问题。我是否可以使用我的家用计算机构建完整的 Node js 包,然后将其安装在另一台计算机(我的工作场所计算机
我需要将一些 .tar.bz2 格式的非 Python 包转换为 Anaconda/miniConda .egg 文件并安装它们。为此,我需要一个适用于 Windows 的 bld.bat 文件。互联
我需要共享库文件 libthrift-0.9.3.so 作为其他包的依赖项。我在构建 thrift-0.9.3 包时看到编译问题(我确实从 https://thrift.apache.org/down
我尝试在 R 版本 3.5.0 中安装“arcgisbinding”包。但是我失败了,得到以下错误和警告。 Installing package into ‘C:/Users/Lenovo/Docum
我尝试在 R 版本 3.5.0 中安装“arcgisbinding”包。但是我失败了,得到以下错误和警告。 Installing package into ‘C:/Users/Lenovo/Docum
我试图在 flutter 中测试这个应用程序,但我无法运行该应用程序,因为出现此错误“名称‘Page’在库‘package:burn_off/widgets/page.dart’和‘package’中
试图理解和学习如何编写包...用我一直使用的东西进行测试,记录... 您能帮我理解为什么“日志”变量不起作用...并且屏幕上没有日志记录吗? 谢谢! 主要文件: #!/opt/local/bin/py
我尝试运行此使用 Google 云的代码。 import signal import sys from google.cloud import language, exceptions # creat
我想知道是否有人找到了一个很好的 R 包来分析眼动追踪数据? 我遇到了 eyetrackR,但据我所知,没有可用的英文支持文档: http://read.psych.uni-potsdam.de/pm
我正在 R 上制作一个包。我有两个函数共享一个变量(全局)。 如何将其导入到包中? 例如, m<-0 f<-function() { m <- m+1 } g<-function() { m <- m
我用 C 为 Lua 编写了很多模块。每个模块都包含一个 Lua 用户数据类型,我像这样加载和使用它们: A = require("A") B = require("B") a = A.new(3,{
我正在尝试在 R 中的 Ubuntu 上安装 xlsx 包,以便使用允许在 R 中插入链接然后将它们导出到 Excel 的功能。 话虽如此,我根本无法安装该软件包。 显然它必须与 rJava 一起使用
我想在 Haskell 中做一些蒙特卡洛分析。我希望能够编写这样的代码: do n <- poisson lambda xs <- replicateM n $ normal mu sigma
我是一名优秀的程序员,十分优秀!