Skip to content

forkserver start method not available #200

Open
@jakirkham

Description

@jakirkham

I seem to be seeing this error on Python 2.7 on my OS X 10.9. It appears forkserver is not supported. 😕 First is this a bug or an intentional omission? Second if the latter, is there any plan for adding support for forkserver?

>>> import billiard
>>> billiard.get_context("forkserver")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/zopt/conda2/envs/nanshenv/lib/python2.7/site-packages/billiard/context.py", line 292, in get_context
    return super(DefaultContext, self).get_context(method)
  File "/zopt/conda2/envs/nanshenv/lib/python2.7/site-packages/billiard/context.py", line 241, in get_context
    ctx._check_available()
  File "/zopt/conda2/envs/nanshenv/lib/python2.7/site-packages/billiard/context.py", line 366, in _check_available
    raise ValueError('forkserver start method not available')
ValueError: forkserver start method not available

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