今天conda安装包的时候,如下报错:
CondaVerificationError: The package for scipy located at /home/lxf/.conda/pkgs/scipy-1.3.1-py37h921218d_1
appears to be corrupted. The path 'lib/python3.7/site-packages/scipy/stats/_continuous_distns.py'
specified in the package manifest cannot be found.
CondaVerificationError: The package for scipy located at /home/lxf/.conda/pkgs/scipy-1.3.1-py37h921218d_1
appears to be corrupted. The path 'lib/python3.7/site-packages/scipy/stats/_discrete_distns.py'
specified in the package manifest cannot be found.
解决:
conda clean --packages --tarballs
删除缓存的包重新下载
(https://blog.csdn.net/Herry_Lee/article/details/87863884)