Skip to content

Issues with MacOS Python 3.8 #4

Description

@mikenac

I am seeing some errors from this library inside of the 'kinesis-python' library, as described here: NerdWalletOSS/kinesis-python#14

This appears to be an issue with the way that Python 3.8 by default creates sub processes with "spawn" and not "fork", as referenced in that issue.

I've seen a workaround suggestion of setting:

multiprocessing.set_start_method("fork")

Is this an issue that has been seen before?

Maybe this could be done under a:

platform == "darwin":

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions