Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
时间:2020-06-19 19:15:04
收藏:0
阅读:2503
1.conda下载PIL出错:
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): failed
2.PIL 全称 Python Image Library。
换成如下命令:
conda install Pillow
即可
2020-06-19
原文:https://www.cnblogs.com/cheflone/p/13164318.html
评论(0)