anaconda安裝qt錯誤


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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM