Open strongpc54 opened 5 months ago
Getting this exact same error, exact same traceback issues, on Windows 11. This is for the default python install from Anaconda.
The error message you are encountering is a PermissionError, which indicates that the conda command is unable to access a configuration file due to insufficient permissions. Specifically, the error is occurring because the conda process does not have permission to read the file located at /Users/strongpc/.config/conda/.condarc. PermissionError [Errno 13] Permission denied: '/Users/strongpc/.config/conda/.condarc'. Do you have any additional permissions you need to set?
Checklist
What happened?
Conda info
Conda config
Conda list
Additional Context
This started happening after upgrade to from Python 3.10 -> Python 3.11.3. I tried to delete & reinstall anaconda navigator several times, eventually reinstalled macOSX Sonoma 14.5 and restored by files from time machine backup, and can't fix this problem. It gets my PyCharm environment stuck in a loop trying to reload everything. Very painful.