简体   繁体   English

Windows 的 Github 操作依赖项安装失败

[英]Github action dependency installation failing for Windows

I am using Github Actions to check my package.我正在使用 Github 操作来检查我的 package。 It used to work but since recently the installation of some dependencies fails for Windows (but not ubuntu and mac and it also works fine on my Windows PC) with a number of errors:它曾经可以工作,但最近 Windows (但不是 ubuntu 和 mac 并且它在我的 Windows PC 上也可以正常工作)安装一些依赖项失败,并出现许多错误:

ERROR: lazy loading failed for package 'MSnbase' Error: Error: package or namespace load failed for 'ggplot2' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): ERROR: lazy loading failed for package 'caret' Error: Error: package 'ggplot2' could not be loaded错误:package 'MSnbase' 的延迟加载失败vI[[j]]):错误:package 'caret' 的延迟加载失败 错误:错误:package 'ggplot2' 无法加载

The complete log can be seen at https://github.com/YasinEl/mzRAPP/runs/2612299525?check_suite_focus=true .完整的日志可以在https://github.com/YasinEl/mzRAPP/runs/2612299525?check_suite_focus=true看到。 Does anyone have an idea what might be the problem here?有谁知道这里可能是什么问题?

If you go to the "Install dependencies" step, you'll see that the MSnbase package failed to install, because of an Rcpp version mismatch.如果您将 go 转到“安装依赖项”步骤,您将看到 MSnbase package 安装失败,因为 Rcpp 版本不匹配。 This should be a temporary issue, which will go away once Bioconductor builds the binary version of the package so you don't have to compile it as part of the check.这应该是一个临时问题,一旦 Bioconductor 构建 package 的二进制版本,go 就会消失,因此您不必将其编译为检查的一部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM