fail 1
【anaconda】Collecting package metadata (current_repodata.json): failed / Solving environment: failed
我使用的可行的解決方法:參考博客;https://blog.csdn.net/miracleoa/article/details/106039388
根據博客conda安裝環境報錯:Solving environment: failed with initial frozen solve.的步驟:
查一下conda版本:conda -V
更新conda到最新版本:conda update -n base conda
查一下conda版本:conda -V
第二次更新conda到最新版本:conda update -n base conda
多等一會兒
然后執行:conda update --all
再運行之前的程序,如果可以,問題解決。
原文鏈接:https://blog.csdn.net/miracleoa/article/details/106039388