-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error during installation of azimuth package due to "dependency ‘presto’ is not available for package ‘Azimuth’" #124
Comments
It looks like the installation of Seurat also failed. You may want to first begin by installing Seurat on your system with |
Hi @AustinHartman, I: Restarted R
|
I now made sure the right version of SeuratData v0.2.2 as advised (#121 ) installed and loaded, but encountered the same error:
|
It's hard to know exactly what the issue is here especially since it's related to an Azimuth dependency rather than Azimuth itself, but my guess is that one or more of presto's dependencies are failing to install which leads to the error. You could try directly installing presto with |
Thanks Austin. I: Restarted R session
|
Sorry that did not work, it is tricky to offer guidance since this is a local build issue. Perhaps you could check xcode command line tools are properly installed and make sure you are using an install of R from CRAN rather than conda or brew |
I fixed it by installing "BSgenome.Hsapiens.UCSC.hg38" separately using : |
Hi there,
I attempted to
devtools::install_github("satijalab/azimuth")
but encountered theERROR: dependency ‘presto’ is not available for package ‘Azimuth’
as below (reported also in immunogenomics/presto#16)Would you mind helping me to address this issue?
Thank you so much.
The text was updated successfully, but these errors were encountered: