-
Notifications
You must be signed in to change notification settings - Fork 241
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
ImportError: dynamic module does not define module export function (PyInit_PIL__imaging) in Xcode 15. #934
Comments
I removed libpillow.xcframework from Link binary with libraries in Build Phases in Xcode, the project starts normally, but I get the expected error: ModuleNotFoundError: No module named 'PIL', I guess the problem is in libpillow |
Okay, after long researching I removed 2/5 files with error from libpillow.a and fixed error with importing Pillow framework in Xcode,
Maybe Pillow 8.2.0 (standard recipe version for kivy-ios) too old for Xcode 15....? |
Kind of same error here:
Describe the bug To Reproduce Expected behavior Logs
Additional context |
Versions
Describe the bug
I'm trying to use pillow in my project and I get the following error: ImportError: dynamic module does not define module export function (PyInit__imaging)
(I understand that this issue has been closed, but I have new xcode)
To Reproduce
Expected behavior
Logs
Xcode Logs
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: