I can't import Python modules in Xcode 11 using PythonKit

后端 未结 3 650
鱼传尺愫
鱼传尺愫 2020-12-11 06:01

I am now using Swift Package Manager.

Using that, I imported PythonKit into my Swift project.

I can\'t import the Python modules using the PythonKit now.

3条回答
  •  無奈伤痛
    2020-12-11 06:18

    You can use my fork of PythonKit. https://github.com/kewlbear/PythonKit This Swift package embeds Python into your app.

提交回复
热议问题