windows下miniconda2安装python3下的qt包报错
conda install qt
ERROR conda.core.link:_execute_actions(330): An error occurred while installing package \'defaults::qt-5.6.2-vc14_3\'.
UnicodeDecodeError(\'utf-8\', 。。。
解决方法:
运行miniconda2\scripts\activate.bat,进入root环境
conda install chardet
注意:不可以用pip install
回到python3环境再次安装就可以了