Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
949 views
in Technique[技术] by (71.8m points)

python - Solving environment: Failed with initial frozen solve. Jupyter notebook, Anacoda

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.

question from:https://stackoverflow.com/questions/66066895/solving-environment-failed-with-initial-frozen-solve-jupyter-notebook-anacoda

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Verify that the package you're trying to install is compatible with your Python version. Otherwise, in order to resolve your problem, just downgrade your Python version.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...