conda install xxxxxx的时候报错
2019-04-19 本文已影响0人
京漂的小程序媛儿
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就好了。