pip install PIL 报错: Could not find a version that satisfies the requirement PIL
PIL 已经被 Pillow 所替代了,所以使用 pip install PIL 不行,要将其改成 pip install Pillow
pip install Pillow
-i http
://pypi
.tuna
.tsinghua
.edu
.cn
/simple
/ --trusted
-host pypi
.tuna
.tsinghua
.edu
.cn
转载请注明原文地址:https://ipadbbs.8miu.com/read-23673.html