解决 conda install failed: conda.core.subdir_data.Response304ContentUnchanged

问题产生:

在install pkgs时,报错

Collecting package metadata (current_repodata.json): failed

具体为:

conda.core.subdir_data.Response304ContentUnchanged

 

解决:

 

  • works for me.

conda clean -i

清空cache后重新安装

 

  • suggestion from Github

conda config --remove channels conda-forge

疑似 forge 源出了问题

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章