Skip to content

connect() got an unexpected keyword argument: 'use_raylet' #1966

@alok

Description

@alok

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 10.13.4
  • Ray installed from (source or binary): source
  • Ray version: latest build from master
  • Python version: 3.6.4 Anaconda
  • Exact command to reproduce: import ray, ray.init()

Describe the problem

Running just import ray;ray.init() on my mac gives a TypeError.

I bisected, and the last good commit is 0fc989c6. Commit fbfbb1c0 is where the error starts.

Source code / logs

 Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'
Traceback (most recent call last):
  File "/Users/alokbeniwal/dev/ray/python/ray/workers/default_worker.py", line 38, in <module>
    use_raylet=(args.raylet_name is not None))
TypeError: connect() got an unexpected keyword argument 'use_raylet'

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