-
Notifications
You must be signed in to change notification settings - Fork 165
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
Longer Conda Build Times #71
Comments
I have the same question. Every time I try to create the environment I get stuck at the "solving environment" step. |
Might be worth giving Mamba (https://github.com/mamba-org/mamba) a try.
|
I am having the same problem on Linux (OK on Mac). The Conda build process is a bit weird. I am wondering if pushing a new point release might help it along. |
I also have the same experience. |
Give Mamba a try if you can. Using Mamba took ~1 minute to create the environment.
|
I tried installing mamba and it is taking hours solve the environment. What is interesting is that I am able to install other bioinformatics packages. |
@rpetit3 Which anaconda version did you get the mamba installed on successfully? |
I'm using MiniConda3, and here's the version.
|
Just want to say that Mamba was definitely the solution for me -- thanks @rpetit3. I now have high hopes that Mamba may solve a host of issues with Conda chewing up CI minutes (hours) while "solving environment" in Conda-based containers. |
I was losing my mind trying to get the conda setup to work. Thank you very much @rpetit3 for your help. |
I am sorry, I don't know if it is the right issue to ask this question. But I want to ask, when I run guppy_basecaller command it doesn't run and shows this error "guppy_basecaller: command not found". I am under the notion that artic pipeline has guppy base caller installed as inbuilt function? is that true? |
I've recently noticed that running
conda env create -f environment.yml
is taking longer to create the artic-ncov19 environment. Running it a few days ago took about 6hours, and then removing and recreating the environment a few days later took more than 15hrs.Has anyone else experienced this issue or have any tips to speed up this process? Currently, the conda build process has been for 21hrs and is still going for me.
I'm using conda 4.10 and it appears to be stuck at the "solving environment" step. Running debug shows that the command doesn't hang, but is taking a while to search for available packages in the listed channels under environment.yml.
The text was updated successfully, but these errors were encountered: