3

I am follow the instruction from this website, https://fenicsproject.org/download/

!conda config --add channels conda-forge
!conda install fenics

But it said:

Solving environment: Failed with initial frozen solve. Retrying with flexible solve.

Solving enviroment: Failed with repodata from current_repodata.jason, will retry with next repodata source.

and no more progressing.

Arun Nalpet
  • 1,190
  • 1
  • 9
  • 20
Miraboreasu
  • 83
  • 1
  • 1
  • 7
  • Does this answer your question? [conda returns 'Solving environment: failed'](https://stackoverflow.com/questions/51266535/conda-returns-solving-environment-failed) – hamagust Feb 04 '22 at 16:47

1 Answers1

2

I solved a similar problem by doing the following:

conda update --all --yes
conda config --add channels conda-forge
conda install fenics
Rosario Scavo
  • 466
  • 4
  • 7