beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.1k stars 159 forks source link

How to import third-party libraries on iOS, such as numpy (Python_3.10) #135

Closed LengQH closed 2 years ago

LengQH commented 2 years ago

How to import third-party libraries on iOS, such as numpy (Python_3.10)

图片
freakboy3742 commented 2 years ago

Duplicate of #134.

If it's a pure python library, you can just import.

If the library contains a binary component, the answer is "you can't" for now. See beeware/briefcase#471 for details.