conda报错:LoadError: Load Error: in /home/li/.condarc on line 5, column 0. Invalid YAML
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了conda报错:LoadError: Load Error: in /home/li/.condarc on line 5, column 0. Invalid YAML相关的知识,希望对你有一定的参考价值。
参考技术A 首先运行:conda install
conda list
两个命令,啥都不显示.
输入这两个命令,完全没有任何问题
conda -h
conda -V
运行这个命令:
conda inspect conda
则报错:
解决这个问题的方法是:
直接删除.condarc文件
rm -r ~/.condarc
参考链接:https://blog.csdn.net/weixin_40533355/article/details/88737415
Mac 运行 gem install 报错 cannot load such file -- openssl
gem install bundler
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args‘ for nil:NilClass
解决方法:
之前装好了homebrew,可以直接用brew 安装
brew install openssl@1.1
安装成功后需要重新安装 ruby 所有组件
rvm reinstall all --force
以上是关于conda报错:LoadError: Load Error: in /home/li/.condarc on line 5, column 0. Invalid YAML的主要内容,如果未能解决你的问题,请参考以下文章
conda jupyter 报错 ImportError: DLL load failed: 找不到指定的模块。ernelRestarter: restart failed。
conda jupyter 报错 ImportError: DLL load failed: 找不到指定的模块。ernelRestarter: restart failed。
LoadError: cannot load such file -- data_mapper 为啥?
assets:precompile 导致 LoadError: cannot load such file -- sassc
Mac 运行 gem install 报错 cannot load such file -- openssl
Julia出现错误ERROR: LoadError: syntax: try without catch or finally