Skip to content
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

Issue adding Pillow to Kivy-ios build #807

Closed
Neutron-Jimmy opened this issue May 18, 2023 · 1 comment
Closed

Issue adding Pillow to Kivy-ios build #807

Neutron-Jimmy opened this issue May 18, 2023 · 1 comment

Comments

@Neutron-Jimmy
Copy link

  • Python : 3.10.11
  • MacOS version : 13.3.1
  • XCode Version : 14.3
  • Cython version : 0.29.28

Describe the bug
When creating a toolchain build including the recipe for Pillow, I receive the following error in Xcode: "407 duplicate symbols for architecture arm64"

To Reproduce
In a python environment run the following commands:

toolchain build python3 kivy pillow

or

toolchain build python3 kivy
toolchain build pillow

Both methods produces the same error

Expected behavior
The rest of my project works perfectly fine without Pillow, and I have the app working as intended on Android without any issues. I need Pillow for the loading and displaying of images in the app.

Additional context
I tried installing pillow with "toolchain pip install pillow" but that leads to a different issue.

@Cheaterman
Copy link
Contributor

Duplicate of #787, try this workaround.

@misl6 misl6 closed this as completed May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants