I'm trying to update packages, and I'm as it goes through the process it eventually stops and rolls back without updating. I'm trying to run this (I've also tried with other packages like astroML, basemap, nltk, etc with similar effect):
conda install conda --update-all
And this is the error I'm getting:
Preparing transaction: done
Verifying transaction: done
Executing transaction: | b'Enabling notebook extension jupyter-js-widgets/extens
ion...\n - Validating: ok\n'
done
ERROR conda.core.link:_execute(696): An error occurred while installing package
'conda-forge::qt-5.9.7-h506e8af_3'.
Rolling back transaction: done
LinkError: post-link script failed for package conda-forge::qt-5.9.7-h506e8af_3
location of failed script: C:\Users\Mike\Anaconda3\Scripts\.qt-post-link.bat
==> script messages <==
<None>
==> script output <==
stdout: 1 file(s) copied.
stderr: 'chcp' is not recognized as an internal or external command,
operable program or batch file.
'chcp' is not recognized as an internal or external command,
operable program or batch file.
'chcp' is not recognized as an internal or external command,
operable program or batch file.
return code: 1
()
I've already tried out answers for conda.core.link:_execute(637) and the chcp error with no luck. If I try to update through the Anaconda Navigator it looks like I'm getting the same results. I appreciate any help in understanding and resolving this issue, thanks!