Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

import PythonKit with S4TF toolchain on local machine #556

@tylerdarwin3

Description

@tylerdarwin3

Using CLion with Swift plug-in, I see this error after adding PythonKit into my build dependencies:

Compiling Swift_Cpp main.swift
error: compiling for macOS 10.10, but module ‘PythonKit’ has minimum deployment target of macOS 10.13: /Library/Developer/Toolchains/swift-tensorflow-RELEASE-0.11.xctoolchain/usr/lib/swift/macosx/PythonKit.swiftmodule/x86_64.swiftmodule

for reference, this was added to build dependencies:
.package(url: "https://github.com/pvieito/PythonKit.git", .branch("master")),

but import PythonKit yielded the error shown above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions