Closed androidpifu closed 2 months ago
Hi, It seems that your installation is unable to download/create the conda environments defined. In principle, each rule has its own conda environment to avoid conflicts. Just to be sure, is the system you are executing this on capable of using HTTPS? Or is port 443 open? Or is GitHub blocked?
Also, you could set the strict mode to conda, as the strict mode is more robust and required by snakemake
conda config --set channel_priority strict
So once you set up the strict mode and have a working network connection (w/ access to Github) this should work. Let us know if you are still encountering this issue - feel free to reopen the issue.
Hi, When I executed the command "snakemake --cores all --software-deployment-method conda", the following error occurred:
What steps should I take to resolve this issue?