Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

TypeError: init() got an unexpected keyword argument 'include_webui' #183

@free-soellingeraj

Description

@free-soellingeraj

I followed the directions installing the tutorial.

>>> ray.__version__
'0.8.7'

File: exercise01-Introduction.ipynb

When running:
ray.init(num_cpus=4, ignore_reinit_error=True, include_webui=False)

Error:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-9-d0a3ab5afed5> in <module>
----> 1 ray.init(num_cpus=4, ignore_reinit_error=True, include_webui=False)

TypeError: init() got an unexpected keyword argument 'include_webui'

Probably due to deprecation of that option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions