-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Description
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
Labels
No labels