CondaVerificationError
....
specified in the package manifest cannot be found.
![](https://img.haomeiwen.com/i3518230/da2b42304605213b.png)
原因是缓存了一些过时的包,清空缓存的包就好了。
命令如下:
conda clean --packages --tarballs
![](https://img.haomeiwen.com/i3518230/e358c404cdc77cea.png)
再次执行conda install xxx就好了。
CondaVerificationError
....
specified in the package manifest cannot be found.
原因是缓存了一些过时的包,清空缓存的包就好了。
命令如下:
conda clean --packages --tarballs
再次执行conda install xxx就好了。
本文标题:conda install xxxxxx的时候报错
本文链接:https://www.haomeiwen.com/subject/druqgqtx.html
网友评论