-
Notifications
You must be signed in to change notification settings - Fork 10
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
conda installation failed with status code '1' #92
Comments
Am I understanding right that you are running velociraptor from within a conda environment? I haven't done that in a while, but in that case, since velociraptor is indeed its own micromamba installation, I'm not sure how the system deals with a possible nesting of conda installations. (I'm using 'conda' and related software interchangeably, I know we're talking about mamba and friends) I guess I'd have to try and replicate your setup to see if I can reproduce but further information about your hardware environment (eg, laptop, HPC) would be helpful. |
FYI basilisk allows the user to define an external conda installation to avoid a double-install. Regardless, velociraptor will still build its own conda environment. |
Thanks for your reply! And basicly, for safety, this HPC only supports singularity. when i follow your tutorial and run out <- scvelo(list(X=spliced, spliced=spliced, unspliced=unspliced)) So, basicly, i am using velociraptor within a singulairty environment. and i specify the micromamba env contained in the singularity. if you need any other info, please ask me. Thanks for your help! |
So, you mean, even i specify a env has been installed, the basilisk would still run the installation programme to build his own one? |
Exactly, that's how we ensured exact reproducibility. We make a new environment with a fully defined set of packages and versions. Any other approach would create all sorts of complications compromising reproducibility. |
ok, may be i understand now, i think i need to do is download the installation script of miniconda3 corresponding to the basilisk requirement in the cache folder manually, and then when i run the scvelo, the function would detect he script downloaded and run smoothly, am i on the right way? |
I'm not sure I understand what you're planning to do but by all means feel free to try anything you can think of outside the documentation at your own risk. If it works feel free to let us know what you did and we can document it for others. On our HPC where we also use singularity containers using 'apptainer', I only need a container with R installed. From there, install BiocManager and velociraptor (no conda needed) and let velociraptor do the rest. Makes sense? |
yes, very helpful! i would try and tell you the outcome, thanks very much! |
I'm a bit confused, has this been trying to reinstall? I am running on a Linux server and have micromamba and microcanda. How can I solve this error
Thanks
The text was updated successfully, but these errors were encountered: