Skip to content
Discussion options

You must be logged in to vote

Strange issue more and more folks are experiencing from Anaconda cloud servers (conda/conda#9554).
Can you perform the following, and then try to install packages?

conda config --set ssl_verify False
conda create --name moose -q -y
conda activate moose
conda install moose-tools
conda install moose-libmesh

Note about the additional steps; We are also finding Conda Solves to be much quicker when asking Conda to install individual packages. Start with moose-tools, as that package contains the most non-version specific amount of dependencies. Once complete (if --set ssl_verify worked), then install moose-libmesh.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kyleluma
Comment options

@milljm
Comment options

Answer selected by kyleluma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants