【问题】conda 安装环境时报错:CondaVerificationError: specified in the package manifest cannot be found.

在使用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.

如下图:
【问题】conda 安装环境时报错:CondaVerificationError: specified in the package manifest cannot be found._第1张图片


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

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

conda clean --packages --tarballs

删除后重新下载需要的环境即可
【问题】conda 安装环境时报错:CondaVerificationError: specified in the package manifest cannot be found._第2张图片

引用: 呆呆的猫

你可能感兴趣的:(问题解决,conda)