-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation failed: had non-zero exit status #49
Comments
@XiaoyuZeng Thanks for reporting this issue. We are trying to reproduce the error you have mentioned. We would be very thankful if you could attach the error message here. It would be also more helpful if we could know how you encountered this error (like which code/steps you have run). Thanks! |
Thanks for the quick reply! code to install rave: warnings:
I've tried:
This installation failure might largely be due to the future.apply package, which is why I also reported in the Github issue there. But I also wanted to know whether other rave users ever encountered this error. Any other ideas? |
Hi @XiaoyuZeng , I read the issue you posted on In your R, enter Also please check your home directory to see if there is any I hope these help : ) |
Thanks for your advice! highly appreciate your help. However, I tried a) check R library; b) check .Rprofile and two methods did not work. a) I did not find any 00filefolder; b) I did not find .Rprofile in home directory. I wondered whether its due the mirror I used in China. I'll just wait some time to see whether I can install the future.apply and also rave in near future. Again, thanks for your help. |
Hi. I successfully installed future.apply by uninstalling the latest r 4.1.1 and then installing r 4.1.0 instead. I think this issue might be due to the R version and future.apply version. Anyway, thanks for your help! |
@beauchamplab Here comes the bug report. 'had non-zero exit status' for rave this time.
|
another try: I followed the procedure in the enclosed link to completely uninstall rbase and rstudio and reinstall them. still did not work...
|
full output:
session info:
|
Hi @XiaoyuZeng , from your most recent update, We tried to replicate your issue on a fresh new environment, but I suspect some previous configuration files are corrupted. Would you mind trying library(raveio) to see if error occurred. If so, please run remotes::install_github("beauchamplab/raveio") and then Thanks |
@beauchamplab First, I found I actually failed to install rhdf5. Then I installed rhdf5 through biomanager. Then I tried twice to install raveio. first warning:
Then I successfully installed R6 through https://cran.r-project.org/web/packages/R6/index.html. second warning:
any clue? |
It looks like you cannot build packages from source. I have never encountered this issue before. Maybe R-core or CRAN folks can answer your question. They are helpful if you can shoot emails to r-help. Also to answer your questions whether it's installing packages that has messed up your rtools, the answer is no because rtools should be "read-only" to packages and R packages don't have the right to change anything within rtools. However, I do think maybe your r-tools was not linked or installed successfully. Therefore we recommend you to re-install r-tools (remove Alternatively, since you can install from compiled, we've compiled the packages on our private repository. Maybe you could try the followings to install compiled packages without installing from the source. Please make sure do not upgrade nor install from source. Just install the binary or pre-compiled versions. You can avoid using rtools in this way. options(repos = c(
dipterix = 'https://dipterix.r-universe.dev',
beauchamplab = 'https://beauchamplab.r-universe.dev',
grimbough = 'https://grimbough.r-universe.dev',
drat = 'https://dipterix.github.io/drat',
CRAN = 'https://cloud.r-project.org'))
install.packages(c("raveio", "rave", "rhdf5")) |
Hi All.
I recently failed to install rave, especially future.apply package. I reinstalled R 4.1.1 and the latest Rstudio, but it did not help.
I also reported this bug on Github issus of future.apply (https://github.com/HenrikBengtsson/future.apply/issues/91). Any ideas?
Session information
R version 4.1.1 (2021-08-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
Matrix products: default
locale:
[1] LC_COLLATE=Chinese (Simplified)_China.936 LC_CTYPE=Chinese (Simplified)_China.936
[3] LC_MONETARY=Chinese (Simplified)_China.936 LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)_China.936
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] Rcpp_1.0.7 pillar_1.6.2 compiler_4.1.1 prettyunits_1.1.1 remotes_2.4.0 tools_4.1.1
[7] testthat_3.0.4 pkgload_1.2.1 pkgbuild_1.2.0 memoise_2.0.0 lubridate_1.7.10 lifecycle_1.0.0
[13] tibble_3.1.3 gtable_0.3.0 pkgconfig_2.0.3 rlang_0.4.11 rstudioapi_0.13 DBI_1.1.1
[19] cli_3.0.1 curl_4.3.2 fastmap_1.1.0 withr_2.4.2 dplyr_1.0.7 desc_1.3.0
[25] fs_1.5.0 devtools_2.4.2 generics_0.1.0 vctrs_0.3.8 rprojroot_2.0.2 grid_4.1.1
[31] tidyselect_1.1.1 glue_1.4.2 R6_2.5.0 processx_3.5.2 fansi_0.5.0 sessioninfo_1.1.1
[37] ggplot2_3.3.5 purrr_0.3.4 callr_3.7.0 magrittr_2.0.1 usethis_2.0.1 scales_1.1.1
[43] ps_1.6.0 ellipsis_0.3.2 assertthat_0.2.1 colorspace_2.0-2 utf8_1.2.2 munsell_0.5.0
[49] cachem_1.0.5 crayon_1.4.1
The text was updated successfully, but these errors were encountered: