-
Notifications
You must be signed in to change notification settings - Fork 1
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
Some issue with pillow on the termux #1
Comments
Yes, it looks like an issue that appears when using Pillow in termux. There are some related issues in the PIL repo. One of them suggest installing the termux pillow package
Let me know if that fails to resolve the issue. |
Unfortunately, this throws a new error. From an uneducated glance, it looks like your script can't call the termix package.
If you are (understandibly) uninterested in helping me resolve an issue i have on my end that is unrelated to your script, would you maybe be so kind to convert the substack from the .env included in my initial post for me? I promise, I'm only going to ask for this one substack^^ |
I think that error comes up when there is a naming collision i.e. two dependencies named PIL. Here's the workflow to resolve that naming collision, I think
Reference: https://stackoverflow.com/questions/26505958/why-cant-python-import-image-from-pil |
Hey, I just tried your script, but unfortunately it didn't work for me. It might be due to my android/termux environment? Anyways. Here's my console:
(excuse the bad formatting, dunno what's up with that)
And here's my .env:
Thanks for the script and thank you for reading my issue!
The text was updated successfully, but these errors were encountered: