python 安装PIL

来源:互联网 发布:hadoop编程 编辑:程序博客网 时间:2024/06/05 19:29

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

pip install PILCollecting PIL  Could not find a version that satisfies the requirement PIL (from versions: )No matching distribution found for PIL# 运行 pip install pillow 解决pip install pillowCollecting pillow  Downloading Pillow-4.3.0-cp36-cp36m-manylinux1_x86_64.whl (5.8MB)    100% |████████████████████████████████| 5.8MB 129kB/s Collecting olefile (from pillow)  Downloading olefile-0.44.zip (74kB)    100% |████████████████████████████████| 81kB 4.9MB/s Building wheels for collected packages: olefile  Running setup.py bdist_wheel for olefile ... done

参考链接:
http://blog.csdn.net/xiangjai/article/details/51725106