-
Notifications
You must be signed in to change notification settings - Fork 669
Closed
Description
System information
- Amazon linux (Centos):
- Modin installed from binary:
- Modin version: 0.2.2:
- Python version: 3.7.0:
- Ray version: 0.5.3
- import modin.pandas:
Describe the problem
I am getting an import error because of an unexpected argument use_raylet
Source code / logs
In [1]: import modin.pandas
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-1-d42df328a6c7> in <module>()
----> 1 import modin.pandas
~/anaconda3/lib/python3.7/site-packages/modin/pandas/__init__.py in <module>()
78 include_webui=False,
79 redirect_worker_output=True,
---> 80 use_raylet=True,
81 )
82 except AssertionError:
TypeError: init() got an unexpected keyword argument 'use_raylet'
Metadata
Metadata
Assignees
Labels
No labels