【发布时间】:2020-11-27 11:05:13
【问题描述】:
尝试在 Windows 笔记本电脑上为项目安装 python PILLOW for python 3.7,但不知道在哪里执行此操作。我试过通过命令提示符安装,但它不接受“pip install Pillow”。
【问题讨论】:
标签: installation python-imaging-library python-3.7
尝试在 Windows 笔记本电脑上为项目安装 python PILLOW for python 3.7,但不知道在哪里执行此操作。我试过通过命令提示符安装,但它不接受“pip install Pillow”。
【问题讨论】:
标签: installation python-imaging-library python-3.7
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
https://pillow.readthedocs.io/en/stable/installation.html#windows-installation
【讨论】: