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環境再次安裝就可以了