-
Notifications
You must be signed in to change notification settings - Fork 93
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 failing #216
Comments
I was able to install Signac on macOS Catalina R 4.0.2 without any issues. Did you install Bioconductor first? |
Yes, although this computer was still using R 3.6 |
Killed: 9 is usually due to running out of RAM but I don't know why this would happen during installation (unless you had a tiny amount of RAM available). You could try restarting R and installing again in a fresh R session, and if that doesn't work maybe install R 4.0.2 |
If you're in a rush to get this working you could also use the docker image |
Hi Tim, |
@lutservitz try installing in a fresh R session (outside of RStudio) |
@timoast Hi Tim, thanks for your reply! I receive the same error in a fresh R session outside of RStudio as well. I just ran again, and here is the error I receive: `installing to /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-Signac/00new/Signac/libs
The downloaded source packages are in |
Try reinstalling Rcpp ( If that still doesn't work you could try the suggestions here: satijalab/seurat#3273 (comment) |
Hi, everyone. I got a similar question. I am using R 4.0.2 in Mac. When I want to install Signac, it failed. The errors are like that. The downloaded source packages are in |
@YiminZhao97 you need to install those packages that failed ( |
@TimoAS Hi, Tim. I did just like you suggested. There are binary versions available but the source versions are later: Do you want to install from sources the packages which need compilation? (Yes/no/cancel) I chose Yes. Then it failed like this: icudt download failed
The downloaded source packages are in |
@YiminZhao97 you can choose "No" to install the pre-compiled binaries rather than compiling from source |
@timoast Thank you very much! And I have successfully installed Seurat. One further question, I also want to install Signac. But it shows that I did't install gggenes. So I install it but it gives my errors like this, what should I do? 试开URL’https://cran.rstudio.com/bin/macosx/contrib/4.0/shades_1.4.0.tgz'
|
It looks like you're having issues downloading from CRAN, probably due to internet connectivity issues. You'll have to fix your internet connection |
I am trying to install Signac on a new Mac and am unclear on what is going wrong.
The text was updated successfully, but these errors were encountered: