【问题标题】:Solving environment: Failed with initial frozen solve. Jupyter notebook, Anacoda求解环境:初始冻结求解失败。 Jupyter 笔记本,Anaconda
【发布时间】:2021-05-10 00:12:52
【问题描述】:

我按照这个网站的指示, https://fenicsproject.org/download/

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

但它说:

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.

并且没有更多的进展。

【问题讨论】:

标签: python jupyter-notebook anaconda


【解决方案1】:

我通过执行以下操作解决了类似的问题:

conda update --all --yes
conda config --add channels conda-forge
conda install fenics

【讨论】:

猜你喜欢
  • 2021-08-22
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-05-22
  • 2021-05-10
  • 2020-03-25
  • 1970-01-01
  • 2021-10-12
相关资源
最近更新 更多