Here is my problem about miniconda installing qt.
C:\Users\wenka\miniconda3\pkgs>conda install --use-local qt-5.9.7-vc14h73c81de_0.tar.bz2
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
ERROR conda.core.link:_execute(699): An error occurred while installing package '::qt-5.9.7-vc14h73c81de_0'.
Rolling back transaction: doneenter code here
enter code here
LinkError: post-link script failed for package <unknown>::qt-5.9.7-vc14h73c81de_0
location of failed script: C:\Users\wenka\miniconda3\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.
I have tried to install qt with conda install qt5.9.7,but failed.