Skip to content
Discussion options

You must be logged in to vote

I've seen lengthy solves among our continuous integration environment, but not on personal workstations. Can you try the following, and then attempt the install:

conda clean --all --yes

If the above fails, perhaps one module at a time:

conda create -n moose moose-libmesh
conda activate moose
conda install moose-tools

It is moose-tools which contains the most 'dependencies' Conda must solve for. And sometimes I see handing it one-package-at-a-time speeds things up. Let us know if none of these options work! I have more 'ideas'. Conda clean doesn't get everything.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@purepuremilk-zz
Comment options

@milljm
Comment options

@milljm
Comment options

@milljm
Comment options

@milljm
Comment options

Answer selected by GiudGiud
Comment options

You must be logged in to vote
1 reply
@milljm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants