在使用conda安装环境时,报错:

CondaVerificationError: The package for qt located at E:\software\tools\AI\data\Miniconda3\pkgs\qt-5.6.2-vc14_6
appears to be corrupted. The path 'Scripts/.qt-post-link.bat'
specified in the package manifest cannot be found.

如下图:
在这里插入图片描述


问题所在:
自己在环境中安装matplotlib环境过程中,取消了下载,再次运行
conda install matplotlib 时,由于网络问题停止了,然后再安装的时候就报错了。

解决方法:
需要使用下面的命令清除已经安装但没有安装完全的包:

conda clean --packages --tarballs

删除后重新下载需要的环境即可
在这里插入图片描述

引用: 呆呆的猫

更多推荐