Kiran
Kiran

Reputation: 63

ConfigurationLoadError: Unable to load configuration file

I have no idea why but I am unable to use conda within terminal. Conda command results in "ConfigurationLoadError"

ConfigurationLoadError: Unable to load configuration file.
  path: /Users/kiranmarathe/.condarc
  reason: invalid yaml at line 2, column 42

kiranmarathe$ cat /Users/kiranmarathe/.condarc

channels:
  - defaults    
  - conda-forge
  - bioconda
  - http://conda.binstar.org/faircloth-lab

Upvotes: 3

Views: 4657

Answers (1)

Nithin Shastry
Nithin Shastry

Reputation: 169

Go to the /Users/kiranmarathe/ path and delete the .condarc file. I think the issue will be resolved.

Upvotes: 5

Related Questions