python安装pillow报错

发布时间 2023-04-26 10:54:34作者: 家乐福的搬砖日常

Fatal error in launcher: Unable to create process using '"D:\Program Files\Python311\python.exe"  "D:\Program Files\Python311\Scripts\pip.exe" install pillow': ???????????

 解决:

cmd 窗口执行

32位:python3 -m pip install --upgrade pip 

64位:python3 -m pip install --upgrade Pillow

 

来源:https://www.osgeo.cn/pillow/installation.html