Skip to content

Forcing multiprocessing spawn on macOS #139

@northernSage

Description

@northernSage

Following #138

From multiprocessing docs ,

"On macOS, the spawn start method is now the default..."

This causes LiveServer to throw a pickling error on py39. For now, we are explicitly forcing "fork" method for starting processes in LiveServer. As the docs specify, this is not adequate. Some research on this will be necessary and probably some changes in LiveServer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions