-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No "pil" or "pillow" avaliable for Python 3 #1326
Comments
Based on a conversation in IRC chat, it seems like this is actually a fault in the |
Yeah I use pillow in my desktop build. Without it, there's no way I can ever port this application to Android. 😢 |
Yep I also need it for one of my apps, but don't have time recently to help with the pull request. If you feel like it please take a look. In the meantime, do you think we can close this issue since PIL is not Python3 compatible upstream anyway? |
Well the problem really is that with Python 3, you have no (PIL)low of any kind. I don't see how that is resolved. I renamed it confused by the situation about the old PIL and python 3 support, but that's because I'm a silly person, not because it would no longer be an issue |
I changed it back now, sorry for the confusion 😨 I won't touch the issue description anymore now, I promise |
I understand, it's not resolved, my point it's it's already being addressed in #786 so somehow duplicated even though far from being resolved. |
Well I suggest it would be a good point to close this once the pull request is actually merged! (I think that's how it is commonly done in other projects: having both a ticket & associated pull request) However, if you think it should be closed now, I can close it if you want. It's not like I wanna manage your project for you or something |
#1339 merged |
I renamed this issue and contents a couple of times because I'm silly and confused about PIL & pillow. Anyway, the state is that none of them are available with
python3crystax
sincePIL
is hard-wired to python 2 and--requirements=pillow
doesn't work, since without a recipe it packages the wrong.so
library (incorrect architecture). That means, effectively, no PIL/pillow for any python 3 app which is unfortunate 😢old issue text:
The "pil" recipe is misguidedly hardwired to python 2:
This breaks the build with Python 3:
I suggest this should be fixed.
The text was updated successfully, but these errors were encountered: