-
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
cannot install using environment.yml #34
Comments
Turns out some packages do not have conda binaries compiled for Apple Silicon. This can be fixed by installing them via pip: 8c42242 However, there are issues with installing packages for perturbseq preprocessing from |
I managed to install from perturbseq_processing_environment.yml by:
install.packages('sctransform')
install.packages('Seurat')
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Biostrings") |
Bumped dependency versions for creating figure environment. Commented it out |
We now have |
Thanks for letting us know @mfansler! I just tested it and it works perfectly. Turns out, we were not using |
Running
conda env create -f environment.yml
returnsPackageNotFound
for dvc and dvc-s3.If those are moved to the pip section, it complains about not finding s_gd2 that is used by phate.
Seems like it's Apple Silicon-related issues and environment.yml should be updated to address them and fix installation.
The text was updated successfully, but these errors were encountered: