Failed building wheel for pillow #924
Replies: 2 comments 5 replies
-
Pillow dropped support for older manylinuxs, I think you need to use manylinux2014. If you build pillow manually, then you'll not only take much longer, but your users will have to build pillow if they use manylinux < 2014. @joerick another reason I think it's time to switch to manylinux2014. Selecting 2010 as default is starting to have consequences. (It's also a consistent default, as it's the first manylinux to support a variety of archs). |
Beta Was this translation helpful? Give feedback.
-
@henryiii Thanks for the answer. I am not an expert in wheels. How should I specify using manylinux2014 in my GitHub action script? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am using this tool to set up a github action automatically build & publish my python package. It worked well, but in recent several months, I keep getting errors in building wheel for pillow. I am wondering if anyone has the same issue or any suggestions?
The github action script is as follows. The error happens with
pip install -r requirements.txt
when it tries to build wheel forpillow
(which is required by some packages in requirements.txt).Here is part of the log. The full output can be found at https://github.com/zhucaoxiang/CoilPy/runs/4238807955?check_suite_focus=true
Beta Was this translation helpful? Give feedback.
All reactions