赞
踩
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for Pillow
Running setup.py clean for Pillow
Failed to build Pillow
ERROR: Could not build wheels for Pillow, which is required to install pyproject.toml-based projects
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for Pillow
- Running setup.py clean for Pillow
- Failed to build Pillow
- ERROR: Could not build wheels for Pillow, which is required to install pyproject.toml-based projects
$ pip install Pillow-10.0.0-pp310-pypy310_pp73-win_amd64.whl
考虑指定下载源并信任其来源或许能下载成功,这里使用 豆瓣下载源,也可尝试其它下载源。
pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pip install pillow --pre
,这里我使用pip install pillow --pre安装预发版就成功了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。