conda 安裝報錯 specified in the package manifest cannot be found.

原文鏈接:https://blog.csdn.net/Herry_Lee/article/details/87863884

今天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)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章