pip install PIL 报错

    xiaoxiao2022-07-06  145

    使用 pip install PIL 时报如下错误:

    Collecting PIL Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL

    可能应是 PIL 已经是 deprecated 了,

    直接安装Pillow即可

    $ sudo pip install Pillow

    最新回复(0)